diff options
author | Alejandro Piñeiro <[email protected]> | 2018-05-12 09:59:32 +0200 |
---|---|---|
committer | Alejandro Piñeiro <[email protected]> | 2018-06-21 14:25:05 +0200 |
commit | 215c9359ed1e71757b677787fb79aa4009c43605 (patch) | |
tree | bdc3f0697fa202a8c2962437f5371ea2fade3bd8 /src/compiler/Makefile.sources | |
parent | 2bf91733fcb5ff8f74d71de03feeb5f3d664d199 (diff) |
compiler/link: move add_program_resource to linker_util
So it could be used by the GLSL and NIR linker.
v2: (Timothy Arceri)
* Moved from compiler to compiler/glsl
* Method renamed to link_util_add_program_resource
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index ad888c59403..89702a7c5d5 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -75,6 +75,7 @@ LIBGLSL_FILES = \ glsl/linker.cpp \ glsl/linker.h \ glsl/linker_util.h \ + glsl/linker_util.cpp \ glsl/link_atomics.cpp \ glsl/link_functions.cpp \ glsl/link_interface_blocks.cpp \ |