mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 10:38:30 +02:00
vc4: Make sure we recompile when sample_mask changes.
Part of fixing piglit EXT_framebuffer_multisample/sample-coverage inverted
(there is also a bug with RCL tiled blits)
Cc: "11.1 11.2" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit 79b36168e0)
This commit is contained in:
parent
a12a9a5763
commit
d0ddf733c6
1 changed files with 1 additions and 0 deletions
|
|
@ -2137,6 +2137,7 @@ vc4_update_compiled_fs(struct vc4_context *vc4, uint8_t prim_mode)
|
|||
VC4_DIRTY_FRAMEBUFFER |
|
||||
VC4_DIRTY_ZSA |
|
||||
VC4_DIRTY_RASTERIZER |
|
||||
VC4_DIRTY_SAMPLE_MASK |
|
||||
VC4_DIRTY_FRAGTEX |
|
||||
VC4_DIRTY_TEXSTATE |
|
||||
VC4_DIRTY_UNCOMPILED_FS))) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue