Functions | |
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) |
void | _mesa_print_info (void) |
Print information about this Mesa version and build options. | |
void | _mesa_init_debug (GLcontext *ctx) |
void | _mesa_dump_textures (GLboolean dumpImages) |
Print basic info about all texture objext to stdout. | |
void | _mesa_dump_color_buffer (const char *filename) |
void | _mesa_dump_depth_buffer (const char *filename) |
void | _mesa_dump_stencil_buffer (const char *filename) |
void _mesa_dump_color_buffer | ( | const char * | filename | ) |
void _mesa_dump_depth_buffer | ( | const char * | filename | ) |
void _mesa_dump_stencil_buffer | ( | const char * | filename | ) |
void _mesa_dump_textures | ( | GLboolean | dumpImages | ) |
Print basic info about all texture objext to stdout.
If dumpImages is true, write PPM of level[0] image to a file.
void _mesa_init_debug | ( | GLcontext * | ctx | ) |
void _mesa_print_enable_flags | ( | const char * | msg, | |
GLuint | flags | |||
) |
void _mesa_print_info | ( | void | ) |
Print information about this Mesa version and build options.
void _mesa_print_state | ( | const char * | msg, | |
GLuint | state | |||
) |
void _mesa_print_tri_caps | ( | const char * | name, | |
GLuint | flags | |||
) |