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:

committed by
Marge Bot

parent
65ef4a2e02
commit
dc8d74a555
@@ -4487,26 +4487,6 @@ void *anv_resolve_device_entrypoint(const struct gen_device_info *devinfo,
|
||||
void *anv_lookup_entrypoint(const struct gen_device_info *devinfo,
|
||||
const char *name);
|
||||
|
||||
void anv_dump_image_to_ppm(struct anv_device *device,
|
||||
struct anv_image *image, unsigned miplevel,
|
||||
unsigned array_layer, VkImageAspectFlagBits aspect,
|
||||
const char *filename);
|
||||
|
||||
enum anv_dump_action {
|
||||
ANV_DUMP_FRAMEBUFFERS_BIT = 0x1,
|
||||
};
|
||||
|
||||
#ifdef DEBUG
|
||||
PUBLIC
|
||||
#endif
|
||||
void anv_dump_start(struct anv_device *device, enum anv_dump_action actions);
|
||||
#ifdef DEBUG
|
||||
PUBLIC
|
||||
#endif
|
||||
void anv_dump_finish(void);
|
||||
|
||||
void anv_dump_add_attachments(struct anv_cmd_buffer *cmd_buffer);
|
||||
|
||||
static inline uint32_t
|
||||
anv_get_subpass_id(const struct anv_cmd_state * const cmd_state)
|
||||
{
|
||||
|
Reference in New Issue
Block a user