Mesa (master): radeonsi/gfx9: set that window_rectangles always roll the context

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 25 15:49:59 UTC 2019


Module: Mesa
Branch: master
Commit: bc0d92450757ed2f583fef0a459c53b1ecd13ae6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc0d92450757ed2f583fef0a459c53b1ecd13ae6

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Wed Apr 17 11:43:14 2019 -0400

radeonsi/gfx9: set that window_rectangles always roll the context

Cc: 19.0 <mesa-stable at lists.freedesktop.org>

---

 src/gallium/drivers/radeonsi/si_state.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index b0802416c73..c15ce5cdf1f 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -224,7 +224,8 @@ static inline unsigned si_atoms_that_always_roll_context(void)
 		SI_ATOM_BIT(scissors) |
 		SI_ATOM_BIT(viewports) |
 		SI_ATOM_BIT(stencil_ref) |
-		SI_ATOM_BIT(scratch_state));
+		SI_ATOM_BIT(scratch_state) |
+		SI_ATOM_BIT(window_rectangles));
 }
 
 struct si_shader_data {




More information about the mesa-commit mailing list