mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
fix force_s3tc_enable option
This commit is contained in:
parent
b7c36d1d33
commit
2ec8e8547d
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ GLboolean intelInitContext( struct intel_context *intel,
|
||||||
_mesa_enable_extension( ctx, "GL_EXT_texture_compression_s3tc" );
|
_mesa_enable_extension( ctx, "GL_EXT_texture_compression_s3tc" );
|
||||||
_mesa_enable_extension( ctx, "GL_S3_s3tc" );
|
_mesa_enable_extension( ctx, "GL_S3_s3tc" );
|
||||||
}
|
}
|
||||||
else if (driQueryOptionb (&intelScreen->optionCache, "force_s3tc_enable")) {
|
else if (driQueryOptionb (&intel->optionCache, "force_s3tc_enable")) {
|
||||||
_mesa_enable_extension( ctx, "GL_EXT_texture_compression_s3tc" );
|
_mesa_enable_extension( ctx, "GL_EXT_texture_compression_s3tc" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue