mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
radv: make radv_cmd_state::dirty a 64-bit field
More RADV_CMD_DIRTY states will be added later. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36901>
This commit is contained in:
parent
772f185fc0
commit
db298d1b50
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ struct radv_cmd_state {
|
|||
|
||||
bool predicating;
|
||||
uint64_t dirty_dynamic;
|
||||
uint32_t dirty;
|
||||
uint64_t dirty;
|
||||
|
||||
VkShaderStageFlags active_stages;
|
||||
struct radv_shader *shaders[MESA_VULKAN_SHADER_STAGES];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue