iris: Remove depth cache set tracking and synchronization.
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 19 Feb 2020 04:53:26 +0000 (20:53 -0800)
committerMarge Bot <eric+marge@anholt.net>
Wed, 3 Jun 2020 23:12:22 +0000 (23:12 +0000)
commitaa78d05a2340852560a9bc965c87ba9fa271dd1a
tree70abc162afa5d99b2dfe252dc0d82e6640f3f5f4
parent6b980725110dca19fc8a3ea365a74d21f032baa1
iris: Remove depth cache set tracking and synchronization.

The depth cache set is now redundant with the more general seqno
matrix-based cache tracking mechanism.  Removed as a separate patch
for bisectability.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3875>
src/gallium/drivers/iris/iris_batch.c
src/gallium/drivers/iris/iris_batch.h
src/gallium/drivers/iris/iris_blorp.c
src/gallium/drivers/iris/iris_context.h
src/gallium/drivers/iris/iris_pipe_control.c
src/gallium/drivers/iris/iris_resolve.c