mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
panfrost: Remove old comment on broken depth reload
Depth reload works now, so now the optimisation is just for performance and isn't a workaround any more. Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6609>
This commit is contained in:
parent
5857a015b5
commit
361396c866
1 changed files with 1 additions and 2 deletions
|
|
@ -840,8 +840,7 @@ panfrost_transfer_map(struct pipe_context *pctx,
|
|||
|
||||
/* When a resource to be modified is already being used by a
|
||||
* pending batch, it is often faster to copy the whole BO than
|
||||
* to flush and split the frame in two. This also mostly
|
||||
* mitigates broken depth reload.
|
||||
* to flush and split the frame in two.
|
||||
*/
|
||||
|
||||
panfrost_flush_batches_accessing_bo(ctx, bo, false);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue