OSDN Git Service

mesa: move GL_APPLE_object_purgeable functions to new file
authorBrian Paul <brianp@vmware.com>
Tue, 15 Sep 2015 20:28:38 +0000 (14:28 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 16 Sep 2015 15:02:40 +0000 (09:02 -0600)
commit1aff899a874abddc2d79e595242a233e874e4a96
tree5e4376e09fa98cac91e7e9369cfddea583fe995f
parent8faed71830302bbc640af9ef120bba276043a0a9
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>
src/mapi/glapi/gen/gl_genexec.py
src/mesa/Makefile.sources
src/mesa/main/bufferobj.c
src/mesa/main/bufferobj.h
src/mesa/main/objectpurge.c [new file with mode: 0644]
src/mesa/main/objectpurge.h [new file with mode: 0644]