mesa: add glInternalBufferSubDataCopyMESA for glthread
[mesa.git] / src / mesa / main / tests / dispatch_sanity.cpp
index 6ff28309c6d34b483d6d1fdd0e1d3e5a659ce7bd..7c29833131a28275313be9f6ec94aeab90ddf0aa 100644 (file)
@@ -1442,6 +1442,8 @@ const struct function common_desktop_functions_possible[] = {
    /* GL_NV_viewport_swizzle */
    { "glViewportSwizzleNV", 11, -1 },
 
+   { "glInternalBufferSubDataCopyMESA", 11, -1 },
+
    { NULL, 0, -1 }
 };
 
@@ -2457,6 +2459,8 @@ const struct function gles2_functions_possible[] = {
    /* GL_KHR_parallel_shader_compile */
    { "glMaxShaderCompilerThreadsKHR", 20, -1 },
 
+   { "glInternalBufferSubDataCopyMESA", 20, -1 },
+
    { NULL, 0, -1 }
 };