diff options
author | James Zhu <[email protected]> | 2019-02-01 09:24:48 -0500 |
---|---|---|
committer | Leo Liu <[email protected]> | 2019-02-15 10:07:03 -0500 |
commit | f6ac0b5d7187ebb6839fc884e1dbfa8f1dd21eac (patch) | |
tree | e9c86617b901b546aee991e8188351c1ab0140bd /src/gallium/auxiliary/Makefile.sources | |
parent | 299e2bc046bdc809115bfa9182f9619a098668c9 (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/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index a40917b1362..02cc5df70a7 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -350,6 +350,8 @@ VL_SOURCES := \ 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 \ |