[Mesa-dev] [PATCH 01/14] glapi: Mark TexBuffer as an alias of TexBufferARB.

Eric Anholt eric at anholt.net
Wed Mar 28 10:58:46 PDT 2012


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.
---
 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 86a9a2c..ab4900c 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"/>
-- 
1.7.9.1



More information about the mesa-dev mailing list