v3d: trivial update to obsolete comment

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Iago Toral Quiroga 2019-08-14 09:28:15 +02:00 committed by Jose Maria Casanova Crespo
parent fd21ee8b52
commit d2203d74c6

View file

@ -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) {