mesa: add GREMEDY_string_marker
[mesa.git] / src / mesa / main / dd.h
index 70ed5633f7b2f96a3682dbaeab876978ff7aff77..d4378e511591ec543dcae152ca73c5fc8911884b 100644 (file)
@@ -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