From 1f7a96e005be0c0941df5487a11c53f048ebd58a Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Mon, 10 Aug 2015 10:37:53 -0400 Subject: mesa: add GREMEDY_string_marker Signed-off-by: Rob Clark Reviewed-by: Ian Romanick --- src/mesa/main/dd.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mesa/main/dd.h') diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 70ed5633f7b..d4378e51159 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 -- cgit v1.2.3