fix the check for force_s3tc_enable (bug 8042)
This commit is contained in:
@@ -399,7 +399,7 @@ GLboolean intelInitContext( intelContextPtr intel,
|
||||
_mesa_enable_extension( ctx, "GL_EXT_texture_compression_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" );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user