Module: Mesa Branch: master Commit: e5d8ffdda6bf3cd6e0fd0b8ae82a0384b7424c0c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5d8ffdda6bf3cd6e0fd0b8ae82a0384b7424c0c
Author: Dylan Baker <[email protected]> Date: Tue Dec 12 11:48:31 2017 -0800 mesa: Add glSpecializeShaderARB to common_desktop_functions CC: Nicolai Hähnle <[email protected]> CC: Mark Janes <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104231 Fixes: 46b21b8f906 ("mesa: add GL_ARB_gl_spirv boilerplate") Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Ian Romanick <[email protected]> --- 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 b2ff35717b..00754deb46 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-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
