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

Matt Turner mattst88 at gmail.com
Sat Nov 17 21:13:55 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>
> ---

The reason it wasn't in the dispatch table was because it was never
tested. Do the tests actually /test/ this function, or just make use
of it? It'd be nice if we were really sure the function was
implemented properly.


More information about the mesa-dev mailing list