summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests/dispatch_sanity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp
index 6d1c067d5e6..afdcbd0fbc3 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -980,6 +980,9 @@ const struct function gl_core_functions_possible[] = {
{ "glCopyTextureSubImage3D", 45, -1 },
{ "glGetTextureImage", 45, -1 },
{ "glGetCompressedTextureImage", 45, -1 },
+ { "glCompressedTextureSubImage1D", 45, -1 },
+ { "glCompressedTextureSubImage2D", 45, -1 },
+ { "glCompressedTextureSubImage3D", 45, -1 },
{ NULL, 0, -1 }
};