Mesa (master): gles2: Alias glReadBufferNV with desktop glReadBuffer

Ian Romanick idr at kemper.freedesktop.org
Fri Sep 28 16:11:49 UTC 2012


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Aug  1 22:09:08 2012 -0700

gles2: Alias glReadBufferNV with desktop glReadBuffer

NOTE: This is a candidate for the 9.0 branch

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Cc: Kristian Høgsberg <krh at bitplanet.net>

---

 src/mapi/glapi/gen/es_EXT.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index fc2ec62..c38e65a 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -718,7 +718,7 @@
 
 <!-- 93. GL_NV_read_buffer -->
 <category name="NV_read_buffer">
-    <function name="ReadBufferNV" offset="assign">
+    <function name="ReadBufferNV" alias="ReadBuffer">
         <param name="mode" type="GLenum"/>
     </function>
 </category>




More information about the mesa-commit mailing list