Re: [Mesa-dev] [PATCH] mesa: move GL_APPLE_object_purgeable functions to new file

2015-09-18 Thread Kenneth Graunke
On Tuesday, September 15, 2015 09:23:59 PM Brian Paul wrote: > Move this code out of bufferobj.c since it's not strongly connected to > buffer objects. > --- > src/mapi/glapi/gen/gl_genexec.py | 1 + > src/mesa/Makefile.sources| 2 + > src/mesa/main/bufferobj.c| 378 ---

Re: [Mesa-dev] [PATCH] mesa: move GL_APPLE_object_purgeable functions to new file

2015-09-16 Thread Matt Turner
On Tue, Sep 15, 2015 at 8:23 PM, Brian Paul wrote: > Move this code out of bufferobj.c since it's not strongly connected to > buffer objects. > --- Seems fine to me, and bonus points for removing now unneeded #includes! :) Acked-by: Matt Turner ___ me

[Mesa-dev] [PATCH] mesa: move GL_APPLE_object_purgeable functions to new file

2015-09-15 Thread Brian Paul
Move this code out of bufferobj.c since it's not strongly connected to buffer objects. --- src/mapi/glapi/gen/gl_genexec.py | 1 + src/mesa/Makefile.sources| 2 + src/mesa/main/bufferobj.c| 378 --- src/mesa/main/bufferobj.h| 10 - src/m