projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f2b495
)
mesa: enable GL_EXT_texture_array for sw drivers
author
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 02:48:57 +0000
(19:48 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 03:11:55 +0000
(20:11 -0700)
src/mesa/main/extensions.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.c
b/src/mesa/main/extensions.c
index 44190c773240fd6b7d134df22e88636097a2a5fb..0e7e52a54acb168476e93fad1ae034cca9618a07 100644
(file)
--- a/
src/mesa/main/extensions.c
+++ b/
src/mesa/main/extensions.c
@@
-305,6
+305,7
@@
_mesa_enable_sw_extensions(GLcontext *ctx)
ctx->Extensions.EXT_shared_texture_palette = GL_TRUE;
ctx->Extensions.EXT_stencil_wrap = GL_TRUE;
ctx->Extensions.EXT_stencil_two_side = GL_TRUE;
+ ctx->Extensions.EXT_texture_array = GL_TRUE;
ctx->Extensions.EXT_texture_env_add = GL_TRUE;
ctx->Extensions.EXT_texture_env_combine = GL_TRUE;
ctx->Extensions.EXT_texture_env_dot3 = GL_TRUE;