diff options
author | Rob Clark <[email protected]> | 2019-03-26 11:28:34 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-03-30 12:56:01 -0400 |
commit | fc865de77745631acf092dff2fdeb5ee456d8d40 (patch) | |
tree | 98a308f65625bf27bf666b6cf649af9ebe8b7b26 /src/freedreno/Makefile.sources | |
parent | 831f1a05c0de3f9623115d17bf0904ebe1c4a74e (diff) |
freedreno/ir3: add pass to move varying loads
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/Makefile.sources')
-rw-r--r-- | src/freedreno/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources index 265b8663e30..aa8edec82f2 100644 --- a/src/freedreno/Makefile.sources +++ b/src/freedreno/Makefile.sources @@ -38,6 +38,7 @@ ir3_SOURCES := \ ir3/ir3_nir_analyze_ubo_ranges.c \ ir3/ir3_nir_lower_io_offsets.c \ ir3/ir3_nir_lower_tg4_to_tex.c \ + ir3/ir3_nir_move_varying_inputs.c \ ir3/ir3_print.c \ ir3/ir3_ra.c \ ir3/ir3_sched.c \ |