diff options
author | Rhys Perry <[email protected]> | 2019-01-18 20:17:35 +0000 |
---|---|---|
committer | Rhys Perry <[email protected]> | 2019-01-21 14:37:53 +0000 |
commit | 5564a797f23b91cb0115966c236b0ba3ab91b687 (patch) | |
tree | fd77784f45278e677d98e84c2442aec3a054e8cb /src/amd/vulkan/radv_private.h | |
parent | 5d1a29071aaf9daf17fc9ad80220293f5a69b1db (diff) |
radv: add missed situations for scissor bug workaround
v2: rename "workaround_scissor_bug" to
"context_roll_without_scissor_emitted"
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 6089ee6a607..064c221549c 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -1055,6 +1055,8 @@ struct radv_cmd_state { /* Conditional rendering info. */ int predication_type; /* -1: disabled, 0: normal, 1: inverted */ uint64_t predication_va; + + bool context_roll_without_scissor_emitted; }; struct radv_cmd_pool { |