Major rework of tnl module
[mesa.git] / src / mesa / tnl / t_imm_debug.h
1
2 #ifndef _T_DEBUG_H
3 #define _T_DEBUG_H
4
5 #include "mtypes.h"
6 #include "t_context.h"
7
8 void _tnl_print_cassette( struct immediate *IM );
9 void _tnl_print_vert_flags( const char *name, GLuint flags );
10
11 #endif