Module: Mesa Branch: master Commit: 0be44a35418d3b258c20f73d11eb2862cc56e823 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0be44a35418d3b258c20f73d11eb2862cc56e823
Author: Eric Anholt <[email protected]> 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 <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> --- 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"/> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
