summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/getstring.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2016-02-08 09:29:38 -0700
committerBrian Paul <brianp@vmware.com>2016-02-08 09:29:38 -0700
commit5fdbfb8d6fa2e1521cf2f60e80ac571a37ab22a2 (patch)
tree06a73b964b42d5f35b77eb07ab3cf4fcd43636e8 /src/mesa/main/getstring.c
parent6691ba1fe8e54c6ce5c6b4424c8096a351fda932 (diff)
downloadexternal_mesa3d-5fdbfb8d6fa2e1521cf2f60e80ac571a37ab22a2.zip
external_mesa3d-5fdbfb8d6fa2e1521cf2f60e80ac571a37ab22a2.tar.gz
external_mesa3d-5fdbfb8d6fa2e1521cf2f60e80ac571a37ab22a2.tar.bz2
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>
Diffstat (limited to 'src/mesa/main/getstring.c')
-rw-r--r--src/mesa/main/getstring.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c
index 87c5a3a..92f8a38 100644
--- a/src/mesa/main/getstring.c
+++ b/src/mesa/main/getstring.c
@@ -26,6 +26,7 @@
#include <stdbool.h>
#include "glheader.h"
#include "context.h"
+#include "debug_output.h"
#include "get.h"
#include "enums.h"
#include "extensions.h"