summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2015-08-10 10:37:53 -0400
committerRob Clark <robclark@freedesktop.org>2016-01-21 17:19:05 -0500
commit1f7a96e005be0c0941df5487a11c53f048ebd58a (patch)
tree8808d9aa4d7f355b8eda9f059d1c338a03e82a56 /src/mesa/main/dd.h
parentcbf0e64ee1e2d4514dbec9e4fbf688098fcef318 (diff)
downloadexternal_mesa3d-1f7a96e005be0c0941df5487a11c53f048ebd58a.zip
external_mesa3d-1f7a96e005be0c0941df5487a11c53f048ebd58a.tar.gz
external_mesa3d-1f7a96e005be0c0941df5487a11c53f048ebd58a.tar.bz2
mesa: add GREMEDY_string_marker
Signed-off-by: Rob Clark <robclark@freedesktop.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 70ed563..d4378e5 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -762,6 +762,12 @@ struct dd_function_table {
void (*UseProgram)(struct gl_context *ctx, struct gl_shader_program *shProg);
/*@}*/
+ /**
+ * \name GREMEDY debug/marker functions
+ */
+ /*@{*/
+ void (*EmitStringMarker)(struct gl_context *ctx, const GLchar *string, GLsizei len);
+ /*@}*/
/**
* \name Support for multiple T&L engines