mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 07:50:11 +01:00
pvr: Fix assignment to ISP back_a.sref
Signed-off-by: Matt Coster <matt.coster@imgtec.com> Reviewed-by: Karmjit Mahil <karmjit.mahil@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18778>
This commit is contained in:
parent
007c6b1dd2
commit
b93b696356
1 changed files with 1 additions and 1 deletions
|
|
@ -3559,7 +3559,7 @@ pvr_setup_isp_faces_and_control(struct pvr_cmd_buffer *const cmd_buffer,
|
|||
front_a |= common_a;
|
||||
|
||||
pvr_csb_pack (&back_a, TA_STATE_ISPA, ispa) {
|
||||
ispa.sref = (!disable_stencil_test) * dynamic_state->compare_mask.back;
|
||||
ispa.sref = (!disable_stencil_test) * dynamic_state->reference.back;
|
||||
}
|
||||
back_a |= common_a;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue