i965: Drop perf_debug about rasterizer discard in SOL vs. clipper.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 11 May 2016 00:54:45 +0000 (17:54 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 16 Jun 2016 21:37:07 +0000 (14:37 -0700)
commit1f9445ff57b03413c433731bc00572029da10aa9
tree1884a00b597fc5989341e620c370d4425113d4b1
parent32b1c0b694bf660d48054a6e859deaa8f9556efe
i965: Drop perf_debug about rasterizer discard in SOL vs. clipper.

I recently experimented with performing rasterizer discard in the SOL
unit instead of the clipper, and as far as I can tell, it's basically
the same performance.  The clipper comes directly after SOL anyway,
and setting the clipper to REJECT_ALL should be pretty darn cheap.

Keep the perf_debug on Sandybridge, where the GS actually does work.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/gen6_clip_state.c