summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-09-15 14:28:38 -0600
committerBrian Paul <brianp@vmware.com>2015-09-16 09:02:40 -0600
commit1aff899a874abddc2d79e595242a233e874e4a96 (patch)
tree5e4376e09fa98cac91e7e9369cfddea583fe995f /src/mapi
parent8faed71830302bbc640af9ef120bba276043a0a9 (diff)
downloadexternal_mesa3d-1aff899a874abddc2d79e595242a233e874e4a96.zip
external_mesa3d-1aff899a874abddc2d79e595242a233e874e4a96.tar.gz
external_mesa3d-1aff899a874abddc2d79e595242a233e874e4a96.tar.bz2
mesa: move GL_APPLE_object_purgeable functions to new file
Move this code out of bufferobj.c since it's not strongly connected to buffer objects. Acked-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/gl_genexec.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_genexec.py b/src/mapi/glapi/gen/gl_genexec.py
index 26d8e7b..6c66779 100644
--- a/src/mapi/glapi/gen/gl_genexec.py
+++ b/src/mapi/glapi/gen/gl_genexec.py
@@ -88,6 +88,7 @@ header = """/**
#include "main/matrix.h"
#include "main/multisample.h"
#include "main/objectlabel.h"
+#include "main/objectpurge.h"
#include "main/performance_monitor.h"
#include "main/pipelineobj.h"
#include "main/pixel.h"