diff options
author | Samuel Pitoiset <[email protected]> | 2017-12-14 13:51:45 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-12-14 22:23:23 +0100 |
commit | 91f4d746e41b1c74daf917486c8b5fc64492d39a (patch) | |
tree | a47c03737a6cd50c6fd946d63b5eb0db6ca39006 /src/amd/Makefile.sources | |
parent | 90c3bf07892c27c86c2474b14388e6b627454d76 (diff) |
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 <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r-- | src/amd/Makefile.sources | 5 |
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 \ |