Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: define DEBUG_SILENT flag, use in output_if_debug() | Brian Paul | 2012-05-11 | 1 | -11/+10 |
* | mesa: add _mesa_shader_debug() | Dylan Noblesmith | 2012-05-02 | 1 | -0/+43 |
* | mesa: fix _mesa_DebugMessageCallbackARB() to silence warnings | Brian Paul | 2012-03-12 | 1 | -2/+2 |
* | mesa: Prevent collision of ERROR define on Windows. | José Fonseca | 2012-03-11 | 1 | -0/+3 |
* | mesa: print GL errors via debug_output | Marek Olšák | 2012-03-10 | 1 | -31/+66 |
* | mesa: implement the last of GL_ARB_debug_output | nobled | 2012-03-10 | 1 | -28/+240 |
* | mesa: add control for categories of application-provided messages | nobled | 2012-03-10 | 1 | -5/+125 |
* | mesa: add glDebugMessageControlARB | nobled | 2012-03-10 | 1 | -0/+134 |
* | mesa: add message-toggle booleans for GL_ARB_debug_output | nobled | 2012-03-10 | 1 | -1/+1 |
* | mesa: add some GL_ARB_debug_output functions | nobled | 2012-03-10 | 1 | -0/+274 |
* | mesa: add infrastructure for GL_ARB_debug_output | nobled | 2012-03-10 | 1 | -1/+12 |
* | mesa: split error handling into its own file | nobled | 2012-03-10 | 1 | -0/+276 |