mesa: Add glSpecializeShaderARB to common_desktop_functions

CC: Nicolai Hähnle <nicolai.haehnle@amd.com>
CC: Mark Janes <mark.a.janes@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104231
Fixes: 46b21b8f90 ("mesa: add GL_ARB_gl_spirv boilerplate")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Dylan Baker 2017-12-12 11:48:31 -08:00
parent 5364e73624
commit e5d8ffdda6

View file

@ -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 }
};