Thank you for the perfectly timed fix. :)

Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>

On 12/12/2017 11:50 AM, Dylan Baker wrote:
> CC: Nicolai Hähnle <nicolai.haeh...@amd.com>
> CC: Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>
> CC: Mark Janes <mark.a.ja...@intel.com>
> Fixes: 46b21b8f906 ("mesa: add GL_ARB_gl_spirv boilerplate")
> Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.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 b2ff35717b7..00754deb461 100644
> --- a/src/mesa/main/tests/dispatch_sanity.cpp
> +++ b/src/mesa/main/tests/dispatch_sanity.cpp
> @@ -1020,6 +1020,9 @@ const struct function 
> common_desktop_functions_possible[] = {
>     { "glImportMemoryFdEXT", 45, -1 },
>     { "glImportSemaphoreFdEXT", 45, -1 },
>  
> +   /* GL_ARB_gl_spirv */
> +   { "glSpecializeShaderARB", 45, -1 },
> +
>     { NULL, 0, -1 }
>  };
>  
> 

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to