r600/sfn: Add lowering passes for Tesselation IO
authorGert Wollny <gert.wollny@collabora.com>
Wed, 15 Apr 2020 14:56:35 +0000 (16:56 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 28 Apr 2020 08:06:33 +0000 (08:06 +0000)
commitd77b81ce50ea05736bc0554a1062156caffed358
tree4bec65256eef93e571a1a9ec0ccd21691b45c5ff
parent1b3e103d0bf1c506f9ec413be11af8bd207ad674
r600/sfn: Add lowering passes for Tesselation IO

Lower the input and output intrinsics to r600 specific LDS intrinsics

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4714>
src/gallium/drivers/r600/Makefile.sources
src/gallium/drivers/r600/meson.build
src/gallium/drivers/r600/r600_asm.h
src/gallium/drivers/r600/sfn/sfn_nir.h
src/gallium/drivers/r600/sfn/sfn_nir_lower_tess_io.cpp [new file with mode: 0644]