[Mesa-dev] [PATCH] mesa: Mark GetBufferParameteri64v as implemented.
Matt Turner
mattst88 at gmail.com
Mon Nov 19 11:12:33 PST 2012
On Sat, Nov 17, 2012 at 8:55 PM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> 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
Also: modify dispatch_sanity.cpp to check for glGetBufferParameteri64v
(it's currently commented out).
More information about the mesa-dev
mailing list