diff options
author | Brian <brian@i915.localnet.net> | 2007-04-07 20:38:25 -0600 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2007-04-07 20:38:25 -0600 |
commit | f72e7fb1d6bbec67f295988ac22087820dee21ce (patch) | |
tree | 8566a8a268cd5c795ef661eddce04f2dfe59d735 | |
parent | 4647f13c43a1f4f4dba60a609c370fb0a614bf49 (diff) |
MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info.
Fixes bug 10371.
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 4 |
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> |