mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
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>
(cherry picked from commit 752ce0affb)
This commit is contained in:
parent
7a81788c67
commit
a233f4c303
1 changed files with 3 additions and 0 deletions
|
|
@ -591,6 +591,9 @@ struct pipe_blit_info
|
|||
|
||||
boolean scissor_enable;
|
||||
struct pipe_scissor_state scissor;
|
||||
|
||||
boolean render_condition_enable; /**< whether to leave current render
|
||||
condition enabled */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue