mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
etnaviv: rs: mark used src resource as read from
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
This commit is contained in:
parent
2bd08b8b9d
commit
7244e76804
1 changed files with 1 additions and 0 deletions
|
|
@ -728,6 +728,7 @@ etna_try_rs_blit(struct pipe_context *pctx,
|
|||
});
|
||||
|
||||
etna_submit_rs_state(ctx, ©_to_screen);
|
||||
resource_read(ctx, &src->base);
|
||||
resource_written(ctx, &dst->base);
|
||||
dst->seqno++;
|
||||
dst->levels[blit_info->dst.level].ts_valid = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue