summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
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/mesa/Makefile.sources
parent8faed71830302bbc640af9ef120bba276043a0a9 (diff)
downloadexternal_mesa3d-1aff899a874abddc2d79e595242a233e874e4a96.tar.gz
external_mesa3d-1aff899a874abddc2d79e595242a233e874e4a96.tar.bz2
external_mesa3d-1aff899a874abddc2d79e595242a233e874e4a96.zip
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/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index 2a719a0bd8..0915594cea 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -134,6 +134,8 @@ MAIN_FILES = \
main/multisample.h \
main/objectlabel.c \
main/objectlabel.h \
+ main/objectpurge.c \
+ main/objectpurge.h \
main/pack.c \
main/pack.h \
main/pbo.c \