gallium/auxiliary/vl: Add compute shader to support video compositor render
authorJames Zhu <James.Zhu@amd.com>
Fri, 1 Feb 2019 14:24:48 +0000 (09:24 -0500)
committerLeo Liu <leo.liu@amd.com>
Fri, 15 Feb 2019 15:07:03 +0000 (10:07 -0500)
commitf6ac0b5d7187ebb6839fc884e1dbfa8f1dd21eac
treee9c86617b901b546aee991e8188351c1ab0140bd
parent299e2bc046bdc809115bfa9182f9619a098668c9
gallium/auxiliary/vl: Add compute shader to support video compositor render

Add compute shader to support video compositor render.

Signed-off-by: James Zhu <James.Zhu@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/meson.build
src/gallium/auxiliary/vl/vl_compositor.h
src/gallium/auxiliary/vl/vl_compositor_cs.c [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_compositor_cs.h [new file with mode: 0644]