vkcolorconvert: add support for RGB<->NV12
authorMatthew Waters <matthew@centricular.com>
Wed, 19 Jun 2019 15:39:53 +0000 (01:39 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 19 Jun 2019 15:41:56 +0000 (01:41 +1000)
commitd43fea06c5279f01126167035d088ba96aa8656a
treea34dec2a5121f93be8d8487c49bb0927ceed50b6
parent0cb416db114d8d49b4bda41071dc5b3d002d8fcf
vkcolorconvert: add support for RGB<->NV12
ext/vulkan/shaders/meson.build
ext/vulkan/shaders/nv12_to_rgb.frag [new file with mode: 0644]
ext/vulkan/shaders/rgb_to_nv12.frag [new file with mode: 0644]
ext/vulkan/shaders/upsample_nv12.glsl [new file with mode: 0644]
ext/vulkan/vkcolorconvert.c
ext/vulkan/vkfullscreenrender.c