#include "mtypes.h"#include "context.h"#include "imports.h"#include "debug.h"#include "get.h"Functions | |
| void | _mesa_print_state (const char *msg, GLuint state) |
| void | _mesa_print_tri_caps (const char *name, GLuint flags) |
| void | _mesa_print_info (void) |
| Print information about this Mesa version and build options. More... | |
| void | add_debug_flags (const char *debug) |
| Set the debugging flags. More... | |
| void | _mesa_init_debug (GLcontext *ctx) |
Variables | |
| const char * | _mesa_prim_name [GL_POLYGON+4] |
| The string names for GL_POINT, GL_LINE_LOOP, etc. More... | |
|
|
|
|
|
Print information about this Mesa version and build options.
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Set the debugging flags.
debug and enables the verbose debug output of the respective feature. |
|
|
Initial value: {
"GL_POINTS",
"GL_LINES",
"GL_LINE_LOOP",
"GL_LINE_STRIP",
"GL_TRIANGLES",
"GL_TRIANGLE_STRIP",
"GL_TRIANGLE_FAN",
"GL_QUADS",
"GL_QUAD_STRIP",
"GL_POLYGON",
"outside begin/end",
"inside unkown primitive",
"unknown state"
}
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001