[Mesa-dev] [PATCH 2/4] i965: Drop the system-memory temporary allocations for flush explicit.

2014-02-27 Thread Eric Anholt
While in expected usage patterns nobody will ever hit this path, doubling our bandwidth usedd used seems like a waste, and it cost us extra code too. --- src/mesa/drivers/dri/i965/intel_buffer_objects.c | 103 --- src/mesa/drivers/dri/i965/intel_buffer_objects.h | 7 +- 2 fil

Re: [Mesa-dev] [PATCH 2/4] i965: Drop the system-memory temporary allocations for flush explicit.

2014-03-14 Thread Kenneth Graunke
On 02/27/2014 02:53 PM, Eric Anholt wrote: > While in expected usage patterns nobody will ever hit this path, doubling > our bandwidth usedd used seems like a waste, and it cost us extra code too. > --- > src/mesa/drivers/dri/i965/intel_buffer_objects.c | 103 > --- > src/mesa