projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3427e35
)
enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in _mesa_enable_sw_exte...
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 22 Mar 2001 14:42:24 +0000
(14:42 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 22 Mar 2001 14:42:24 +0000
(14:42 +0000)
src/mesa/main/extensions.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.c
b/src/mesa/main/extensions.c
index e3b9592b89efa48c12edbf3c8352249d5d159708..395005681a1938bf5795e53ade5a5dc196af9c6b 100644
(file)
--- a/
src/mesa/main/extensions.c
+++ b/
src/mesa/main/extensions.c
@@
-1,4
+1,4
@@
-/* $Id: extensions.c,v 1.5
4 2001/03/22 04:54:58
brianp Exp $ */
+/* $Id: extensions.c,v 1.5
5 2001/03/22 14:42:24
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-129,6
+129,8
@@
_mesa_enable_sw_extensions(GLcontext *ctx)
"GL_ARB_multitexture",
"GL_ARB_texture_cube_map",
"GL_ARB_texture_env_add",
+ "GL_ARB_texture_env_combine",
+ "GL_ARB_texture_env_dot3",
"GL_EXT_blend_color",
"GL_EXT_blend_func_separate",
"GL_EXT_blend_logic_op",