diff options
author | Marek Olšák <[email protected]> | 2019-09-27 16:43:31 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-10-10 15:49:18 -0400 |
commit | 3340c066a17735c0214dfde3df396799bd4275ef (patch) | |
tree | ddc259c5e78f17799645be37f9b03bb7a75f2b68 /src/compiler/Makefile.sources | |
parent | dd4cc56ebd05074848b1817493f5058e0c1cd9e9 (diff) |
nir: move gl_nir_opt_access from glsl directory
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index bc49e00525a..b6429366b05 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -35,7 +35,6 @@ LIBGLSL_FILES = \ glsl/gl_nir_link_xfb.c \ glsl/gl_nir_linker.c \ glsl/gl_nir_linker.h \ - glsl/gl_nir_opt_access.c \ glsl/gl_nir.h \ glsl/glsl_parser_extras.cpp \ glsl/glsl_parser_extras.h \ @@ -288,6 +287,7 @@ NIR_FILES = \ nir/nir_metadata.c \ nir/nir_move_vec_src_uses_to_dest.c \ nir/nir_normalize_cubemap_coords.c \ + nir/nir_opt_access.c \ nir/nir_opt_combine_stores.c \ nir/nir_opt_comparison_pre.c \ nir/nir_opt_conditional_discard.c \ |