mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 20:50:31 +01:00
tu: Add MESA_VK_DYNAMIC_RS_LINE_WIDTH to tu_rast_state.
Dynamic graphics state for line width changing did not trigger a re-emission of A6XX_GRAS_SU_CNTL. fixes: dEQP-VK.dynamic_state.*.blit dEQP-VK.dynamic_state.*.clear dEQP-VK.dynamic_state.*.resolve For A7XX. Signed-off-by: Amber Harmonia <amber@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28206>
This commit is contained in:
parent
f455ac88b8
commit
44a3a3e7d9
1 changed files with 1 additions and 0 deletions
|
|
@ -2990,6 +2990,7 @@ static const enum mesa_vk_dynamic_graphics_state tu_rast_state[] = {
|
|||
MESA_VK_DYNAMIC_RS_RASTERIZER_DISCARD_ENABLE,
|
||||
MESA_VK_DYNAMIC_RS_RASTERIZATION_STREAM,
|
||||
MESA_VK_DYNAMIC_VP_DEPTH_CLIP_NEGATIVE_ONE_TO_ONE,
|
||||
MESA_VK_DYNAMIC_RS_LINE_WIDTH,
|
||||
};
|
||||
|
||||
template <chip CHIP>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue