diff options
author | Rob Clark <[email protected]> | 2019-04-19 11:12:34 -0700 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-04-25 14:13:31 -0700 |
commit | c4f423aa366548b919ed78407bacab032a077398 (patch) | |
tree | 60d14fff6707c07e011b67cf68043febc948c9f4 /src/freedreno/ir3/meson.build | |
parent | 4e3ce224a7e19442cabd82415005c16e2f27cdc5 (diff) |
freedreno/ir3: lower load_barycentric_at_sample
This lowers load_barycentric_at_sample to load_sample_pos_from_id plus
load_barycentric_at_offset.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/ir3/meson.build')
-rw-r--r-- | src/freedreno/ir3/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/ir3/meson.build b/src/freedreno/ir3/meson.build index 24917facd6d..2ef1e54962c 100644 --- a/src/freedreno/ir3/meson.build +++ b/src/freedreno/ir3/meson.build @@ -51,6 +51,7 @@ libfreedreno_ir3_files = files( 'ir3_nir.c', 'ir3_nir.h', 'ir3_nir_analyze_ubo_ranges.c', + 'ir3_nir_lower_load_barycentric_at_sample.c', 'ir3_nir_lower_io_offsets.c', 'ir3_nir_lower_tg4_to_tex.c', 'ir3_nir_move_varying_inputs.c', |