Re: [Mesa-dev] [PATCH] r600g: fix check for empty cs

2011-06-30 Thread Vadim Girlin
On Wed, 2011-06-29 at 16:29 +0400, Vadim Girlin wrote: > --- > > There is ~20% fps boost with the etqw timenetdemo after this patch. Btw, it seems that bad performance without that patch is caused by the occlusion queries, so probably they need some fixes too. I've added some counters to check it

[Mesa-dev] [PATCH] r600g: fix check for empty cs

2011-06-29 Thread Vadim Girlin
--- There is ~20% fps boost with the etqw timenetdemo after this patch. src/gallium/drivers/r600/r600.h |1 + src/gallium/drivers/r600/r600_pipe.c |3 --- src/gallium/winsys/r600/drm/r600_hw_context.c |4 +++- 3 files changed, 4 insertions(+), 4 deletions(-) d