58fee81c78c95b1b086aa39aa4e26762c8943680 |
|
02-Apr-2012 |
Dylan Noblesmith <nobled@dreamwidth.org> |
mesa: add _mesa_shader_debug() This should be the one entrypoint libglsl needs for GL_ARB_debug_output. v2: added comments. Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/main/errors.h
|
ae4a8a59b7045dafb99e903d11ebbd9c4ee161d6 |
|
04-May-2011 |
nobled <nobled@dreamwidth.org> |
mesa: implement the last of GL_ARB_debug_output Store client-defined message IDs in a hash table, and sort them by severity into three linked lists so they can be selected by severity level later.
/external/mesa3d/src/mesa/main/errors.h
|
5dd750d685d3f80b3783b1205f6727cb867c049a |
|
02-May-2011 |
nobled <nobled@dreamwidth.org> |
mesa: add some GL_ARB_debug_output functions
/external/mesa3d/src/mesa/main/errors.h
|
ed087ee49808a692ce8a0389fcf6c9da27f99d8e |
|
01-May-2011 |
nobled <nobled@dreamwidth.org> |
mesa: add infrastructure for GL_ARB_debug_output Marek v2: don't add the extension to extensions.c yet
/external/mesa3d/src/mesa/main/errors.h
|
5ab088c7e201ea7e55459a24a945abcaa90d12c6 |
|
01-May-2011 |
nobled <nobled@dreamwidth.org> |
mesa: split error handling into its own file Also add _mesa_vsnprintf.
/external/mesa3d/src/mesa/main/errors.h
|