diff options
author | Rob Clark <[email protected]> | 2018-11-14 14:54:44 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-02-16 16:27:59 -0500 |
commit | 42af0640f647f6d128cdaa28dd7efae45e9c724e (patch) | |
tree | 0f53e77fa91351b7dbef908d983a6e486e79e3a1 /src/freedreno/ir3/meson.build | |
parent | aefdb9bed24d5d73c130acd6cd7fc80abb913bdf (diff) |
freedreno/ir3: split out image helpers
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/freedreno/ir3/meson.build')
-rw-r--r-- | src/freedreno/ir3/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/ir3/meson.build b/src/freedreno/ir3/meson.build index 2ac7b7fc139..23029d53007 100644 --- a/src/freedreno/ir3/meson.build +++ b/src/freedreno/ir3/meson.build @@ -42,6 +42,8 @@ libfreedreno_ir3_files = files( 'ir3_cp.c', 'ir3_depth.c', 'ir3_group.c', + 'ir3_image.c', + 'ir3_image.h', 'ir3.h', 'ir3_legalize.c', 'ir3_nir.c', |