diff options
author | marha <marha@users.sourceforge.net> | 2012-05-03 13:38:22 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-05-03 13:38:22 +0200 |
commit | 62068b3bc534d504e40df34847b4436f1a496f35 (patch) | |
tree | 7f67aa0910acff5830585e699be4098088244a85 /mesalib/src/mesa/main/errors.h | |
parent | e67b35e7a899da5805fcce3d390cb10ebcaffe91 (diff) | |
download | vcxsrv-62068b3bc534d504e40df34847b4436f1a496f35.tar.gz vcxsrv-62068b3bc534d504e40df34847b4436f1a496f35.tar.bz2 vcxsrv-62068b3bc534d504e40df34847b4436f1a496f35.zip |
xserver mesa git update 3 May 2012
Diffstat (limited to 'mesalib/src/mesa/main/errors.h')
-rw-r--r-- | mesalib/src/mesa/main/errors.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/errors.h b/mesalib/src/mesa/main/errors.h index ed1c6fc7f..b4490fac9 100644 --- a/mesalib/src/mesa/main/errors.h +++ b/mesalib/src/mesa/main/errors.h @@ -68,6 +68,9 @@ _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) extern void _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3); +extern void +_mesa_shader_debug( struct gl_context *ctx, GLenum type, GLuint id, const char *msg, int len ); + #ifdef __cplusplus } #endif |