[Mesa-dev] [PATCH] mesa: Mark GetBufferParameteri64v as implemented.

Kenneth Graunke kenneth at whitecape.org
Sat Nov 17 20:55:50 PST 2012


Apparently this was accidentally marked as unimplemented, and thus not
put in the dispatch table.

Fixes es3conform's copy_buffer_parameters, copy_buffer_data,
and copy_buffer_usage tests.

Cc: Paul Berry <stereotype441 at gmail.com>
---
 src/mapi/glapi/gen/GL3x.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml
index 83b5d49..1b7addd 100644
--- a/src/mapi/glapi/gen/GL3x.xml
+++ b/src/mapi/glapi/gen/GL3x.xml
@@ -601,8 +601,7 @@
     <param name="data" type="GLint64 *"/>
   </function>
 
-  <function name="GetBufferParameteri64v" offset="assign" es2="3.0"
-            exec="skip">
+  <function name="GetBufferParameteri64v" offset="assign" es2="3.0">
     <param name="target" type="GLenum"/>
     <param name="pname" type="GLenum"/>
     <param name="params" type="GLint64 *"/>
-- 
1.8.0



More information about the mesa-dev mailing list