iris: Drop iris_print_program_cache().
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 17 Nov 2020 21:39:57 +0000 (13:39 -0800)
committerMarge Bot <eric+marge@anholt.net>
Fri, 22 Jan 2021 00:20:27 +0000 (00:20 +0000)
commit4423903089ad8e4ff6224437895dbc6c19f75a54
treec0e7222b0d626e8ebeb5e9b95126109666aa9958
parent5e2c799d0e199a00dd9a660c4a9da4edb7c5b3e0
iris: Drop iris_print_program_cache().

I have never used this to debug anything in iris, and it's been years
since I even thought about using i965's similar functionality.  I'm
planning to move a bunch of shaders out of the global hash table, at
which point it'll be much less useful.  So, just drop it.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8634>
src/gallium/drivers/iris/iris_context.h
src/gallium/drivers/iris/iris_program_cache.c