Re: [Mesa-dev] [PATCH 2/2] intel: Use the GLSL-based meta clear when available.

2011-07-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/18/2011 09:33 AM, Eric Anholt wrote: > Improves glxgears performance 19.6% +/- 7.3% (second fps printout. > n=5). glxgearsisnotabenchmark. Is there *any* other number that could be quoted here? This *will* bite you later. :) > --- > src/mesa

[Mesa-dev] [PATCH 2/2] intel: Use the GLSL-based meta clear when available.

2011-07-18 Thread Eric Anholt
Improves glxgears performance 19.6% +/- 7.3% (second fps printout. n=5). --- src/mesa/drivers/dri/intel/intel_clear.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_clear.c b/src/mesa/drivers/dri/intel/intel_clear.c index dfca03c..35a