Module: Mesa Branch: 9.0 Commit: d87c3193907bb232420b86fd5de459fc7f3233b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d87c3193907bb232420b86fd5de459fc7f3233b0
Author: Ian Romanick <[email protected]> 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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Cc: Kristian Høgsberg <[email protected]> (cherry picked from commit 23ff634c9c2eff744b5ddae7d1ba02bc1ef19ac5) --- 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> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
