intel: Add perf debug for glCopyPixels() fallback checks. 42/7142/1
authorEric Anholt <eric@anholt.net>
Thu, 6 Jun 2013 01:33:36 +0000 (18:33 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 26 Jun 2013 08:07:11 +0000 (01:07 -0700)
commitc31aee99f35440a7bf4a9a5fda49fff6719ed33d
tree276d6f8d82af80152061bcfb8691a0cb2a43e1cb
parenta2ca98b211138e2e4ac906cacefe02b4e064e01c
intel: Add perf debug for glCopyPixels() fallback checks.

The separate function for the fallback checks wasn't particularly
clarifying things, so I put the improved checks in the caller.  (Note that
the dropped _mesa_update_state() had already happened once at the start of
the caller)

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/intel/intel_pixel_copy.c