Skip to content

pvr: Correctly read dynamic state setup during blend constant setup

Matt Coster requested to merge MTCoster/mesa:dev/dynamic-cb-state into main

What does this MR do and why?

Somewhat counterintuitively, dynamic_state.set contains the bits that have been loaded from static state, i.e. those that are not dynamic. This PR essentially just negates the existing check to ensure we allocate shareds for dynamic blend constants.


Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Edited by Matt Coster

Merge request reports