anv: Drop anv_dump

I originally wrote this several years ago to aid in app debugging.  Now
that we have nice tools like RenderDoc, it's no longer needed.  I don't
think anyone's really used it in 4 years or more.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8667>
This commit is contained in:
Jason Ekstrand
2021-01-22 16:45:12 -06:00
committed by Marge Bot
parent 65ef4a2e02
commit dc8d74a555
5 changed files with 0 additions and 486 deletions

View File

@@ -6143,10 +6143,6 @@ void genX(CmdEndRenderPass)(
cmd_buffer->state.hiz_enabled = false;
#ifndef NDEBUG
anv_dump_add_attachments(cmd_buffer);
#endif
/* Remove references to render pass specific state. This enables us to
* detect whether or not we're in a renderpass.
*/