Module: Mesa Branch: master Commit: 5fdbfb8d6fa2e1521cf2f60e80ac571a37ab22a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fdbfb8d6fa2e1521cf2f60e80ac571a37ab22a2
Author: Brian Paul <[email protected]> Date: Mon Feb 8 09:29:38 2016 -0700 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 <[email protected]> --- src/compiler/glsl/glsl_parser_extras.cpp | 1 + src/mapi/glapi/gen/gl_genexec.py | 1 + src/mesa/Makefile.sources | 2 + src/mesa/main/context.c | 3 +- src/mesa/main/debug_output.c | 1301 ++++++++++++++++++++++++++++++ src/mesa/main/debug_output.h | 107 +++ src/mesa/main/enable.c | 1 + src/mesa/main/errors.c | 1286 +---------------------------- src/mesa/main/errors.h | 48 +- src/mesa/main/get.c | 1 + src/mesa/main/getstring.c | 1 + src/mesa/state_tracker/st_manager.c | 1 + 12 files changed, 1435 insertions(+), 1318 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=5fdbfb8d6fa2e1521cf2f60e80ac571a37ab22a2 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
