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:
Icecream95 2020-09-07 17:32:15 +12:00 committed by Marge Bot
parent 5857a015b5
commit 361396c866

View file

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