Enable DTX1 and 3 on RW GL (where applicable)

DTX1 and DTX3 is supported by Linux drivers for long time and
it can be enable at least where is the hardware support available.

- improves first time loading
- save about 183 MB on storage
- saves GPU memory (not measured)
- brings slightly performance boost (1-2 fps on Intel HD 620)
This commit is contained in:
David Heidelberg 2021-08-30 11:46:16 +02:00
parent 320624edc8
commit d16a26aa83
No known key found for this signature in database
GPG Key ID: 60023FC4D3492072
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ CanVideoCardDoDXT(void)
#ifdef LIBRW
// TODO
#ifdef RW_OPENGL
return false;
return rw::gl3::gl3Caps.dxtSupported;
#else
return true;
#endif