projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
101abee
)
[965] Actually enable SGIS_generate_mipmap.
author
Eric Anholt
<eric@anholt.net>
Thu, 20 Dec 2007 19:28:10 +0000
(11:28 -0800)
committer
Eric Anholt
<eric@anholt.net>
Thu, 20 Dec 2007 19:28:10 +0000
(11:28 -0800)
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 bc59b49614efef0054282109edb4d57b43e82706..b6020fa8dc26367fa13bcf709f3fbdf81fbd2045 100644
(file)
--- a/
src/mesa/drivers/dri/i965/intel_context.c
+++ b/
src/mesa/drivers/dri/i965/intel_context.c
@@
-196,7
+196,7
@@
const struct dri_extension card_extensions[] =
{ "GL_MESA_pack_invert", NULL },
{ "GL_MESA_ycbcr_texture", NULL },
{ "GL_NV_blend_square", NULL },
- /* { "GL_SGIS_generate_mipmap", NULL }, */
+ { "GL_SGIS_generate_mipmap", NULL },
{ "GL_ARB_shading_language_100", GL_VERSION_2_0_functions},
{ "GL_ARB_shading_language_120", GL_VERSION_2_1_functions},
{ "GL_ARB_shader_objects", GL_ARB_shader_objects_functions},