r600: Add functions to dump the shader info
authorGert Wollny <gw.fossdev@gmail.com>
Sun, 1 Dec 2019 18:01:20 +0000 (19:01 +0100)
committerGert Wollny <gw.fossdev@gmail.com>
Sat, 4 Jan 2020 16:22:40 +0000 (16:22 +0000)
commit23c5ba8baa59262726e053631dadcf208e5d7c8d
treece6da7816de567d12090e0b9ad90427065321576
parent570a6c6c79ee0217b17220acd28af619794c8bbf
r600: Add functions to dump the shader info

This will be helpful to compare TGSI and NIR code path,

Signed-off-by: Gert Wollny <gw.fossdev@gmail.com>
Reviewed-by: Konstantin Kharlamov <hi-angel@yandex.ru>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3286>
src/gallium/drivers/r600/Makefile.sources
src/gallium/drivers/r600/meson.build
src/gallium/drivers/r600/r600_dump.c [new file with mode: 0644]
src/gallium/drivers/r600/r600_dump.h [new file with mode: 0644]