glapi/copyimage: Implement CopyImageSubDataNV
[mesa.git] / src / mesa / main / tests / dispatch_sanity.cpp
index 0a86c127d0543dfd0b8cc75099ee3b7c124fcf6f..e0324bd54d28750eaa8c42a584064bc71cc5f58a 100644 (file)
@@ -563,6 +563,9 @@ const struct function common_desktop_functions_possible[] = {
    { "glEGLImageTargetTexStorageEXT", 31, -1 },
    { "glEGLImageTargetTextureStorageEXT", 31, -1 },
 
+   /* GL_NV_copy_image */
+   { "glCopyImageSubDataNV", 31, -1 },
+
    /* GL 3.2 */
    { "glGetInteger64i_v", 32, -1 },
    { "glGetBufferParameteri64v", 32, -1 },