diff options
author | Gert Wollny <[email protected]> | 2020-04-15 16:56:35 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-28 08:06:33 +0000 |
commit | d77b81ce50ea05736bc0554a1062156caffed358 (patch) | |
tree | 4bec65256eef93e571a1a9ec0ccd21691b45c5ff /src/gallium/drivers/r600/Makefile.sources | |
parent | 1b3e103d0bf1c506f9ec413be11af8bd207ad674 (diff) |
r600/sfn: Add lowering passes for Tesselation IO
Lower the input and output intrinsics to r600 specific LDS intrinsics
Signed-off-by: Gert Wollny <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4714>
Diffstat (limited to 'src/gallium/drivers/r600/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/r600/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/Makefile.sources b/src/gallium/drivers/r600/Makefile.sources index 45342e4ad21..7451e72674b 100644 --- a/src/gallium/drivers/r600/Makefile.sources +++ b/src/gallium/drivers/r600/Makefile.sources @@ -134,6 +134,7 @@ CXX_SOURCES = \ sfn/sfn_nir.h \ sfn/sfn_nir_lower_fs_out_to_vector.cpp \ sfn/sfn_nir_lower_fs_out_to_vector.h \ + sfn/sfn_nir_lower_tess_io.cpp \ sfn/sfn_nir_vectorize_vs_inputs.c \ sfn/sfn_shader_base.cpp \ sfn/sfn_shader_base.h \ |