#ifndef _DEBUG_H #define _DEBUG_H void _mesa_print_tri_caps( const char *name, GLuint flags ); void _mesa_print_enable_flags( const char *msg, GLuint flags ); void _mesa_print_state( const char *msg, GLuint state ); #endif