[Mesa-dev] [PATCH] mesa: fix make check for ARB_buffer_storage

Ian Romanick idr at freedesktop.org
Tue Feb 25 14:49:09 PST 2014


Vinson already beat you to the identical patch:  f094866.

On 02/25/2014 02:20 PM, Marek Olšák wrote:
> From: Marek Olšák <marek.olsak at amd.com>
>
> ---
>   src/mesa/main/tests/dispatch_sanity.cpp | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
> index 117a570..dbcd4ab 100644
> --- a/src/mesa/main/tests/dispatch_sanity.cpp
> +++ b/src/mesa/main/tests/dispatch_sanity.cpp
> @@ -933,6 +933,9 @@ const struct function gl_core_functions_possible[] = {
>      { "glVDPAUMapSurfacesNV", 11, -1 },
>      { "glVDPAUUnmapSurfacesNV", 11, -1 },
>
> +   /* GL_ARB_buffer_storage */
> +   { "glBufferStorage", 11, -1 },
> +
>      { NULL, 0, -1 }
>   };
>
>



More information about the mesa-dev mailing list