summaryrefslogtreecommitdiff
path: root/src/amd/Makefile.sources
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-12-14 13:51:45 +0100
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-12-14 22:23:23 +0100
commit91f4d746e41b1c74daf917486c8b5fc64492d39a (patch)
treea47c03737a6cd50c6fd946d63b5eb0db6ca39006 /src/amd/Makefile.sources
parent90c3bf07892c27c86c2474b14388e6b627454d76 (diff)
downloadmesa-91f4d746e41b1c74daf917486c8b5fc64492d39a.tar.gz
amd/common: add ac_get_spi_shader_z_format()
ac_shader_util.c will contain shader helpers for RadeonSI and RADV. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r--src/amd/Makefile.sources5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
index 1bc5a7fe7eb..10c4827e19c 100644
--- a/src/amd/Makefile.sources
+++ b/src/amd/Makefile.sources
@@ -46,7 +46,10 @@ AMD_COMPILER_FILES = \
common/ac_llvm_util.h \
common/ac_shader_abi.h \
common/ac_shader_info.c \
- common/ac_shader_info.h
+ common/ac_shader_info.h \
+ common/ac_shader_util.c \
+ common/ac_shader_util.h
+
AMD_NIR_FILES = \
common/ac_nir_to_llvm.c \