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 ---
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
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