mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
v3d: trivial update to obsolete comment
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
fd21ee8b52
commit
d2203d74c6
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue