summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/meson.build
diff options
context:
space:
mode:
authorBoyuan Zhang <[email protected]>2017-11-08 11:17:15 -0500
committerLeo Liu <[email protected]>2017-11-17 12:25:47 -0500
commit7f7ae47385da726c0f56787d8675be21efe49c98 (patch)
tree4e2fb26a46da72d003780fa7b068bcdbc7930bb4 /src/gallium/drivers/radeon/meson.build
parent58aa4dffb4347aeb24bf7312c63579a0cb5e7327 (diff)
radeon/vcn: add common encode part
Add a skeleton pipe video interface and encode ib interface for video encode on vcn hardware. Add function defines and structures for vcn encode. Update Makefile.sources and meson.build with newly added files. Signed-off-by: Boyuan Zhang <[email protected]> Acked-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/meson.build')
-rw-r--r--src/gallium/drivers/radeon/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/meson.build b/src/gallium/drivers/radeon/meson.build
index f378b12e8e8..561fd286319 100644
--- a/src/gallium/drivers/radeon/meson.build
+++ b/src/gallium/drivers/radeon/meson.build
@@ -31,6 +31,9 @@ files_libradeon = files(
'r600_texture.c',
'radeon_uvd.c',
'radeon_uvd.h',
+ 'radeon_vcn_enc_1_2.c',
+ 'radeon_vcn_enc.c',
+ 'radeon_vcn_enc.h',
'radeon_vcn_dec.c',
'radeon_vcn_dec.h',
'radeon_vce_40_2_2.c',