mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 17:20:21 +01:00
v3d: Fix indentation at v3d_flush_jobs_writing_resource
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27550>
This commit is contained in:
parent
c41f6ad764
commit
7cbb47a86f
1 changed files with 2 additions and 2 deletions
|
|
@ -200,8 +200,8 @@ v3d_flush_jobs_writing_resource(struct v3d_context *v3d,
|
|||
* are serialized with the previous submitted job.
|
||||
*/
|
||||
if (!is_compute_pipeline && rsc->bo != NULL && rsc->compute_written) {
|
||||
v3d->sync_on_last_compute_job = true;
|
||||
rsc->compute_written = false;
|
||||
v3d->sync_on_last_compute_job = true;
|
||||
rsc->compute_written = false;
|
||||
}
|
||||
|
||||
if (!entry)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue