v3dv: remove unnecesary FIXME comment

We only want to cleant BCL barrier flags if we consume a BCL barrier.
For example, if the client records a barrier for an index buffer
it should apply to the next draw call that uses an index buffer
which may not be the current draw call but one coming after it.

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17594>
This commit is contained in:
Iago Toral Quiroga 2022-07-18 10:12:11 +02:00 committed by Marge Bot
parent 4cfa777e39
commit e812cbe847
1 changed files with 0 additions and 1 deletions

View File

@ -2553,7 +2553,6 @@ v3dv_cmd_buffer_emit_pre_draw(struct v3dv_cmd_buffer *cmd_buffer,
indexed, indirect)) {
consume_bcl_sync(cmd_buffer, job);
}
/* FIXME: clear bc flags whether consumed bcl barrier or not? */
}
/* GL shader state binds shaders, uniform and vertex attribute state. The