mesa: move GL_ARB_debug_output code into new debug_output.c file
authorBrian Paul <brianp@vmware.com>
Mon, 8 Feb 2016 16:29:38 +0000 (09:29 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 8 Feb 2016 16:29:38 +0000 (09:29 -0700)
commit5fdbfb8d6fa2e1521cf2f60e80ac571a37ab22a2
tree06a73b964b42d5f35b77eb07ab3cf4fcd43636e8
parent6691ba1fe8e54c6ce5c6b4424c8096a351fda932
mesa: move GL_ARB_debug_output code into new debug_output.c file

The errors.c file had grown quite large so split off this extension
code into its own file.  This involved making a handful of functions
non-static.

Acked-by: Timothy Arceri <timothy.arceri@collabora.com>
12 files changed:
src/compiler/glsl/glsl_parser_extras.cpp
src/mapi/glapi/gen/gl_genexec.py
src/mesa/Makefile.sources
src/mesa/main/context.c
src/mesa/main/debug_output.c [new file with mode: 0644]
src/mesa/main/debug_output.h [new file with mode: 0644]
src/mesa/main/enable.c
src/mesa/main/errors.c
src/mesa/main/errors.h
src/mesa/main/get.c
src/mesa/main/getstring.c
src/mesa/state_tracker/st_manager.c