diff options
Diffstat (limited to 'src/mesa/tnl/t_imm_debug.h')
-rw-r--r-- | src/mesa/tnl/t_imm_debug.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_imm_debug.h b/src/mesa/tnl/t_imm_debug.h new file mode 100644 index 0000000000..aaae5c11da --- /dev/null +++ b/src/mesa/tnl/t_imm_debug.h @@ -0,0 +1,11 @@ + +#ifndef _T_DEBUG_H +#define _T_DEBUG_H + +#include "mtypes.h" +#include "t_context.h" + +void _tnl_print_cassette( struct immediate *IM ); +void _tnl_print_vert_flags( const char *name, GLuint flags ); + +#endif |