diff options
author | Eric Anholt <[email protected]> | 2012-03-20 16:50:51 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-04-09 14:33:41 -0700 |
commit | 0be44a35418d3b258c20f73d11eb2862cc56e823 (patch) | |
tree | bf60418de0c3c6a23a7c1311df63051ef1686298 /src/mapi | |
parent | eb7a71dea78152142b456f29e4881c4d3aeb56b6 (diff) |
glapi: Mark TexBuffer as an alias of TexBufferARB.
This is set correctly in gl.spec, but was missed in Mesa. As a
result, only one of the two was hooked up in Mesa.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/GL3x.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index 86a9a2c3d0b..ab4900c3e57 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -521,7 +521,7 @@ <param name="primcount" type="GLsizei"/> </function> - <function name="TexBuffer" offset="assign"> + <function name="TexBuffer" offset="assign" alias="TexBufferARB"> <param name="target" type="GLenum"/> <param name="internalFormat" type="GLenum"/> <param name="buffer" type="GLuint"/> |