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 <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt 2012-03-20 16:50:51 -07:00
parent eb7a71dea7
commit 0be44a3541
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>