Re: [Mesa-dev] [PATCH 2/3] i965: Split intel_upload code out into a separate file.

2013-08-16 Thread Ian Romanick
On 08/14/2013 12:06 PM, Kenneth Graunke wrote: This code upload performs batched uploads via a BO. By moving it out to a separate file, intel_buffer_objects.c only provides the core buffer object functionality. Signed-off-by: Kenneth Graunke Patch 2 and 3 are Reviewed-by: Ian Romanick --

[Mesa-dev] [PATCH 2/3] i965: Split intel_upload code out into a separate file.

2013-08-14 Thread Kenneth Graunke
This code upload performs batched uploads via a BO. By moving it out to a separate file, intel_buffer_objects.c only provides the core buffer object functionality. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/Makefile.sources | 1 + src/mesa/drivers/dri/i965/intel_buffer