summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-04-07 20:38:25 -0600
committerBrian <brian@i915.localnet.net>2007-04-07 20:38:25 -0600
commitf72e7fb1d6bbec67f295988ac22087820dee21ce (patch)
tree8566a8a268cd5c795ef661eddce04f2dfe59d735 /src/mesa/glapi
parent4647f13c43a1f4f4dba60a609c370fb0a614bf49 (diff)
MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info.
Fixes bug 10371.
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r--src/mesa/glapi/gl_API.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml
index 282150349f..1f23d8c587 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -7254,10 +7254,10 @@
<size name="GetProgramivARB" mode="get"/>
</enum>
<enum name="MAX_TEXTURE_COORDS_ARB" count="1" value="0x8871">
- <size name="GetProgramivARB" mode="get"/>
+ <size name="Get" mode="get"/>
</enum>
<enum name="MAX_TEXTURE_IMAGE_UNITS_ARB" count="1" value="0x8872">
- <size name="GetProgramivARB" mode="get"/>
+ <size name="Get" mode="get"/>
</enum>
</category>