From 1aff899a874abddc2d79e595242a233e874e4a96 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 15 Sep 2015 14:28:38 -0600 Subject: 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 --- src/mesa/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/Makefile.sources') diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 2a719a0bd89..0915594cea6 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 \ -- cgit v1.2.3