i965: Disable pixel statistics in BLORP.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 16 May 2013 17:39:39 +0000 (10:39 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 20 May 2013 20:03:17 +0000 (13:03 -0700)
commit72b1e440dde1b8430cc63774efa22b6d360fc51e
tree984dc3132b5ddaa1376a286f53a78990523d3bc6
parent92d2f5acfadea672417b6785710c9e8b7f605e41
i965: Disable pixel statistics in BLORP.

BLORP is used for operations like glClear, glCopyTexImage, and
glBlitFramebuffer which aren't supposed to contribute fragments toward
occlusion queries.

This prevents Piglit tests from breaking in the next commit.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/gen6_blorp.cpp
src/mesa/drivers/dri/i965/gen7_blorp.cpp