diff options
author | Brian Paul <[email protected]> | 2015-09-15 14:28:38 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-09-16 09:02:40 -0600 |
commit | 1aff899a874abddc2d79e595242a233e874e4a96 (patch) | |
tree | 5e4376e09fa98cac91e7e9369cfddea583fe995f /src/mesa/Makefile.sources | |
parent | 8faed71830302bbc640af9ef120bba276043a0a9 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |