mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
pvr: Remove outdated finishme
The color attachment load is being handled just below the finishme. 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/23619>
This commit is contained in:
parent
10c0c68f47
commit
4eb9d22b9e
1 changed files with 0 additions and 2 deletions
|
|
@ -7518,8 +7518,6 @@ pvr_cmd_buffer_insert_mid_frag_barrier_event(struct pvr_cmd_buffer *cmd_buffer,
|
|||
pvr_cmd_buffer_end_sub_cmd(cmd_buffer);
|
||||
pvr_cmd_buffer_start_sub_cmd(cmd_buffer, PVR_SUB_CMD_TYPE_GRAPHICS);
|
||||
|
||||
pvr_finishme("Handle mid frag barrier color attachment load.");
|
||||
|
||||
/* Use existing render setup, but load color attachments from HW BGOBJ */
|
||||
cmd_buffer->state.current_sub_cmd->gfx.barrier_load = true;
|
||||
cmd_buffer->state.current_sub_cmd->gfx.barrier_store = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue