vulkan: move fullscreenquad object to library
authorMatthew Waters <matthew@centricular.com>
Fri, 29 Nov 2019 02:45:42 +0000 (13:45 +1100)
committerMatthew Waters <matthew@centricular.com>
Wed, 4 Dec 2019 07:20:27 +0000 (07:20 +0000)
commit81d1e16b6bf8d802d58843ce6700c6e09315b792
tree52b13e099c4143f0627a2419eb84f881cebbc314
parentdee29aa8e7d6b2cc899f6c82c94373c9f9e5d86e
vulkan: move fullscreenquad object to library

It's useful and extensible enough to be used by us and other elements
19 files changed:
ext/vulkan/meson.build
ext/vulkan/vkcolorconvert.c
ext/vulkan/vkcolorconvert.h
ext/vulkan/vkelementutils.c [deleted file]
ext/vulkan/vkelementutils.h [deleted file]
ext/vulkan/vkimageidentity.c
ext/vulkan/vkimageidentity.h
ext/vulkan/vkshader.c [deleted file]
ext/vulkan/vkshader.h [deleted file]
ext/vulkan/vkviewconvert.c
ext/vulkan/vkviewconvert.h
gst-libs/gst/vulkan/gstvkfullscreenquad.c [moved from ext/vulkan/vkfullscreenquad.c with 91% similarity]
gst-libs/gst/vulkan/gstvkfullscreenquad.h [moved from ext/vulkan/vkfullscreenquad.h with 89% similarity]
gst-libs/gst/vulkan/gstvkutils.c
gst-libs/gst/vulkan/gstvkutils.h
gst-libs/gst/vulkan/meson.build
gst-libs/gst/vulkan/vulkan.h
gst-libs/gst/vulkan/vulkan_fwd.h
tests/check/libs/vkimage.c