diff options
author | Nicolai Hähnle <[email protected]> | 2017-05-17 17:44:34 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-07-05 12:27:11 +0200 |
commit | 497b95fdf641eb5e52de1a6a51d251ee2b3bdb2d (patch) | |
tree | f704eeaba07ff65ede142ce9e88f064ba14f21d9 /src/gallium/auxiliary/Makefile.sources | |
parent | d91f97f91db4a826f7d5909a2a63a028a81188bb (diff) |
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
We will use this helper in radeonsi's NIR path.
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 99ab0c00bb5..9ae8e6c8ca5 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -147,6 +147,8 @@ C_SOURCES := \ tgsi/tgsi_exec.h \ tgsi/tgsi_emulate.c \ tgsi/tgsi_emulate.h \ + tgsi/tgsi_from_mesa.c \ + tgsi/tgsi_from_mesa.h \ tgsi/tgsi_info.c \ tgsi/tgsi_info.h \ tgsi/tgsi_iterate.c \ |