aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/meson.build
diff options
context:
space:
mode:
authorJames Zhu <[email protected]>2019-02-01 09:24:48 -0500
committerLeo Liu <[email protected]>2019-02-15 10:07:03 -0500
commitf6ac0b5d7187ebb6839fc884e1dbfa8f1dd21eac (patch)
treee9c86617b901b546aee991e8188351c1ab0140bd /src/gallium/auxiliary/meson.build
parent299e2bc046bdc809115bfa9182f9619a098668c9 (diff)
gallium/auxiliary/vl: Add compute shader to support video compositor render
Add compute shader to support video compositor render. Signed-off-by: James Zhu <[email protected]> Acked-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/meson.build')
-rw-r--r--src/gallium/auxiliary/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build
index 97063b46d28..6e5109eb97e 100644
--- a/src/gallium/auxiliary/meson.build
+++ b/src/gallium/auxiliary/meson.build
@@ -447,6 +447,8 @@ files_libgalliumvl = files(
'vl/vl_compositor.h',
'vl/vl_compositor_gfx.c',
'vl/vl_compositor_gfx.h',
+ 'vl/vl_compositor_cs.c',
+ 'vl/vl_compositor_cs.h',
'vl/vl_csc.c',
'vl/vl_csc.h',
'vl/vl_decoder.c',