Mesa (master): glapi: Mark TexBuffer as an alias of TexBufferARB.

Eric Anholt anholt at kemper.freedesktop.org
Mon Apr 9 21:50:32 UTC 2012


Module: Mesa
Branch: master
Commit: 0be44a35418d3b258c20f73d11eb2862cc56e823
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0be44a35418d3b258c20f73d11eb2862cc56e823

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Mar 20 16:50:51 2012 -0700

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 at vmware.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

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




More information about the mesa-commit mailing list