From: Iago Toral Quiroga Date: Wed, 14 Aug 2019 07:28:15 +0000 (+0200) Subject: v3d: trivial update to obsolete comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2203d74c654b5519a9ebfce061f763b495ed568;p=mesa.git v3d: trivial update to obsolete comment Reviewed-by: Eric Anholt --- diff --git a/src/gallium/drivers/v3d/v3dx_draw.c b/src/gallium/drivers/v3d/v3dx_draw.c index 806aaf9bfa6..b0b52fa00b6 100644 --- a/src/gallium/drivers/v3d/v3dx_draw.c +++ b/src/gallium/drivers/v3d/v3dx_draw.c @@ -694,8 +694,8 @@ v3d_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info) job->submit.in_sync_bcl = v3d->out_sync; } - /* Mark SSBOs as being written. We don't actually know which ones are - * read vs written, so just assume the worst + /* Mark SSBOs and images as being written. We don't actually know + * which ones are read vs written, so just assume the worst. */ for (int s = 0; s < PIPE_SHADER_COMPUTE; s++) { foreach_bit(i, v3d->ssbo[s].enabled_mask) {