Re: [Mesa-dev] [PATCH 2/8] intel: Add perf debug for glCopyPixels() fallback checks.

2013-06-21 Thread Kenneth Graunke
On 06/21/2013 10:57 AM, Eric Anholt wrote: The separate function for the fallback checks wasn't particularly clarifying things, so I put the improved checks in the caller. --- src/mesa/drivers/dri/intel/intel_pixel_copy.c | 72 +++ 1 file changed, 39 insertions(+), 33 d

[Mesa-dev] [PATCH 2/8] intel: Add perf debug for glCopyPixels() fallback checks.

2013-06-21 Thread Eric Anholt
The separate function for the fallback checks wasn't particularly clarifying things, so I put the improved checks in the caller. --- src/mesa/drivers/dri/intel/intel_pixel_copy.c | 72 +++ 1 file changed, 39 insertions(+), 33 deletions(-) diff --git a/src/mesa/drivers/dri/