projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b182613
)
fix force_s3tc_enable option
author
Mrc Gran
<mrc.gran@gmail.com>
Wed, 10 Oct 2007 15:15:42 +0000
(09:15 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 10 Oct 2007 15:15:42 +0000
(09:15 -0600)
src/mesa/drivers/dri/i965/intel_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/intel_context.c
b/src/mesa/drivers/dri/i965/intel_context.c
index 2cf311c7135cde56cc3b6e5851e5f95cd897e87b..7ec316aa8ae88c1186a3a6de5e60b97fd4688313 100644
(file)
--- a/
src/mesa/drivers/dri/i965/intel_context.c
+++ b/
src/mesa/drivers/dri/i965/intel_context.c
@@
-498,7
+498,7
@@
GLboolean intelInitContext( struct intel_context *intel,
_mesa_enable_extension( ctx, "GL_EXT_texture_compression_s3tc" );
_mesa_enable_extension( ctx, "GL_S3_s3tc" );
}
- else if (driQueryOptionb (&intel
Screen
->optionCache, "force_s3tc_enable")) {
+ else if (driQueryOptionb (&intel->optionCache, "force_s3tc_enable")) {
_mesa_enable_extension( ctx, "GL_EXT_texture_compression_s3tc" );
}