Re: [Mesa-dev] [PATCH 1/3] mesa: move glBlitFramebuffer code into new blit.c file
On 02/01/2014 07:59 AM, Brian Paul wrote: > Just for better organization. > --- > src/mesa/Makefile.sources |1 + > src/mesa/SConscript |1 + > src/mesa/main/blit.c | 513 > + > src/mesa/main/blit.h | 39 > src/mesa/main/
[Mesa-dev] [PATCH 1/3] mesa: move glBlitFramebuffer code into new blit.c file
Just for better organization. --- src/mesa/Makefile.sources |1 + src/mesa/SConscript |1 + src/mesa/main/blit.c | 513 + src/mesa/main/blit.h | 39 src/mesa/main/fbobject.c | 473