aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-08-10 10:37:53 -0400
committerRob Clark <[email protected]>2016-01-21 17:19:05 -0500
commit1f7a96e005be0c0941df5487a11c53f048ebd58a (patch)
tree8808d9aa4d7f355b8eda9f059d1c338a03e82a56 /src/mesa/main/tests
parentcbf0e64ee1e2d4514dbec9e4fbf688098fcef318 (diff)
mesa: add GREMEDY_string_marker
Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-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 7610bcbd701..eb1108124e9 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -940,6 +940,9 @@ const struct function common_desktop_functions_possible[] = {
{ "glGetTextureSubImage", 20, -1 },
{ "glGetCompressedTextureSubImage", 20, -1 },
+ /* GL_GREMEDY_string_marker */
+ { "glStringMarkerGREMEDY", 15, -1 },
+
{ NULL, 0, -1 }
};