Files
mesa/src
Karmjit Mahil a8f841dad9 pvr: Change push_constants_shader_stages to type pvr_stage_allocation
Previously the code was saving the mask as a VkShaderStageFlags
but when allocating shareds it checked against pvr_stage_allocation.
This causes problems as only the vertex bit matches the
VkShaderStageFlagBits so the push constants utilized in fragment
shaders weren't picked up properly.

Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22731>
2023-04-28 09:16:02 +00:00
..
2023-04-07 03:23:04 +00:00
2023-04-27 19:05:44 +00:00
2023-04-26 23:52:21 +00:00
2023-04-12 10:41:21 +00:00
2023-04-26 17:23:27 +00:00
2023-03-13 01:22:46 +00:00
2023-02-18 00:44:43 +00:00