projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70c4b81
)
mesa: added comment
author
Brian Paul
<brianp@vmware.com>
Fri, 22 May 2009 13:14:16 +0000
(07:14 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 22 May 2009 13:14:16 +0000
(07:14 -0600)
src/mesa/main/get_gen.py
patch
|
blob
|
history
diff --git
a/src/mesa/main/get_gen.py
b/src/mesa/main/get_gen.py
index 00dcb19335c8e29e15424c158b54f89d5fdf6512..43ee5fff109463d06e128b3df68ccbf5768ed235 100644
(file)
--- a/
src/mesa/main/get_gen.py
+++ b/
src/mesa/main/get_gen.py
@@
-1005,6
+1005,7
@@
StateVars = [
( "GL_MAX_SAMPLES", GLint, ["ctx->Const.MaxSamples"], "",
["ARB_framebuffer_object"] ),
+ # GL_APPLE_vertex_array_object
( "GL_VERTEX_ARRAY_BINDING_APPLE", GLint, ["ctx->Array.ArrayObj->Name"], "",
["APPLE_vertex_array_object"] ),
]