1. 5fdbfb8 mesa: move GL_ARB_debug_output code into new debug_output.c file by Brian Paul · 9 years ago
  2. 1f7a96e mesa: add GREMEDY_string_marker by Rob Clark · 9 years ago
  3. d37ebed mesa: remove len argument from _mesa_shader_debug() by Emil Velikov · 9 years ago
  4. 4c7196b mesa: include stdarg.h for va_list by Jonathan Gray · 9 years ago
  5. b0ad3ce mesa: Add a va_args variant of _mesa_gl_debug(). by Kenneth Graunke · 9 years ago
  6. 2926bbf mesa: add _mesa_log(), _mesa_get_log_file() functions by Brian Paul · 9 years ago
  7. 7b0aefa mesa: move #include of mtypes.h outside __cplusplus check by Brian Paul · 10 years ago
  8. 5b1e51b mesa: Add a source parameter to _mesa_gl_debug. by Matt Turner · 10 years ago
  9. 59ad2e6 mesa: Add _mesa_error_no_memory for logging out-of-memory messages by Ian Romanick · 11 years ago
  10. cf61ea3 mesa: use accessors for struct gl_debug_state by Chia-I Wu · 10 years ago
  11. fb78fa5 mesa: make ARB_debug_output functions an alias of KHR_debug by Timothy Arceri · 11 years ago
  12. 6e8d04a mesa: allocate gl_debug_state on demand by Brian Paul · 11 years ago
  13. 797b9dc mesa: Implement glPushDebugGroup and glPopDebugGroup by Timothy Arceri · 11 years ago
  14. f5badf4 mesa: Share common code between ARB_debug_output and KHR_debug functions by Timothy Arceri · 11 years ago
  15. cb2de08 mesa: update glext.h to version 20130708 by Brian Paul · 11 years ago
  16. 15436ad mesa: remove const from glDebugMessageCallbackARB() function parameter by Brian Paul · 11 years ago
  17. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  18. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 11 years ago
  19. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  20. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  21. e86170c mesa: Add performance debug for meta code. by Eric Anholt · 11 years ago
  22. c72cf53 mesa: Report ARB_debug_output for both shader errors and warnings. by Eric Anholt · 12 years ago
  23. 3025680 mesa: Add support for GL_ARB_debug_output with dynamic ID allocation. by Eric Anholt · 12 years ago
  24. ab4c549 mesa: Initially populate the display list with the exec list. by Eric Anholt · 12 years ago
  25. f7fa946 dispatch: Make all API functions non-static. by Paul Berry · 12 years ago
  26. 58fee81 mesa: add _mesa_shader_debug() by Dylan Noblesmith · 12 years ago
  27. ae4a8a5 mesa: implement the last of GL_ARB_debug_output by nobled · 13 years ago
  28. 5dd750d mesa: add some GL_ARB_debug_output functions by nobled · 13 years ago
  29. ed087ee mesa: add infrastructure for GL_ARB_debug_output by nobled · 13 years ago
  30. 5ab088c mesa: split error handling into its own file by nobled · 13 years ago