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/errors.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main/errors.h') diff --git a/src/mesa/main/errors.h b/src/mesa/main/errors.h index f2919765488..92df2ac868a 100644 --- a/src/mesa/main/errors.h +++ b/src/mesa/main/errors.h @@ -138,6 +138,9 @@ _mesa_PushDebugGroup(GLenum source, GLuint id, GLsizei length, void GLAPIENTRY _mesa_PopDebugGroup(void); +void GLAPIENTRY +_mesa_StringMarkerGREMEDY(GLsizei len, const GLvoid *string); + #ifdef __cplusplus } #endif -- cgit v1.2.3