Re: [Mesa-dev] [PATCH 6/7] intel: Drop gratuitous flush in PBO blit upload.

2011-09-21 Thread Kenneth Graunke
On 09/21/2011 02:20 PM, Eric Anholt wrote: > On Wed, 21 Sep 2011 11:22:25 -0700, Kenneth Graunke > wrote: >> On 09/21/2011 10:15 AM, Eric Anholt wrote: >>> Since the blit gets sequenced after other batchbuffer rendering like >>> normal, there's no need to push things out early. >>> --- >>> src/m

Re: [Mesa-dev] [PATCH 6/7] intel: Drop gratuitous flush in PBO blit upload.

2011-09-21 Thread Eric Anholt
On Wed, 21 Sep 2011 11:22:25 -0700, Kenneth Graunke wrote: > On 09/21/2011 10:15 AM, Eric Anholt wrote: > > Since the blit gets sequenced after other batchbuffer rendering like > > normal, there's no need to push things out early. > > --- > > src/mesa/drivers/dri/intel/intel_tex_image.c |3 -

Re: [Mesa-dev] [PATCH 6/7] intel: Drop gratuitous flush in PBO blit upload.

2011-09-21 Thread Kenneth Graunke
On 09/21/2011 10:15 AM, Eric Anholt wrote: > Since the blit gets sequenced after other batchbuffer rendering like > normal, there's no need to push things out early. > --- > src/mesa/drivers/dri/intel/intel_tex_image.c |3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git

[Mesa-dev] [PATCH 6/7] intel: Drop gratuitous flush in PBO blit upload.

2011-09-21 Thread Eric Anholt
Since the blit gets sequenced after other batchbuffer rendering like normal, there's no need to push things out early. --- src/mesa/drivers/dri/intel/intel_tex_image.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_tex_image.c b/src/mes