gallium: add bit to pipe_blit_info to leave current query enabled
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 10 May 2014 14:22:17 +0000 (10:22 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sun, 11 May 2014 23:26:31 +0000 (19:26 -0400)
commit752ce0affb1bc45a3caa67b7a2788eec30a9f85f
treee2de57b03223a2fc34dc4c553082281551278202
parent863573b9cbeb26722fe7bdfbcc4ca6bffdc7dbf6
gallium: add bit to pipe_blit_info to leave current query enabled

Previously the implication was that queries should be disabled during
blits. However glBlitFramebuffer() is supposed to obey the current
query, and this new bit will indicate that to the driver.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "10.2" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/include/pipe/p_state.h