gstreamer/ext/vulkan/shaders
Nirbheek Chauhan 387b6df948 meson: Don't use get_option('buildtype')
We should directly check the values of the `debug` and `optimization`
options instead.

`get_option('buildtype')` will return `'custom'` for most combinations
of `-Doptimization` and `-Ddebug`, but those two will always be set
correctly if only `-Dbuildtype` is set. So we should look at those
options directly.

For the two-way mapping between `buildtype` and `optimization`
+ `debug`, see this table:
https://mesonbuild.com/Builtin-options.html#build-type-options
2020-04-03 17:07:47 +05:30
..
ayuv_to_rgb.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00
bin2array.py vulkan: add a new image copying element 2019-06-04 09:03:44 +00:00
color_convert_generic.glsl vulkancolorconvert: support RGB <-> AYUV/YUY2/UYVY 2019-06-20 01:41:56 +10:00
identity.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00
identity.vert vulkan/identity: Split out most rendering code to a base class 2019-06-20 01:41:56 +10:00
meson.build meson: Don't use get_option('buildtype') 2020-04-03 17:07:47 +05:30
nv12_to_rgb.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00
rgb_to_ayuv.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00
rgb_to_nv12.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00
rgb_to_yuy2.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00
swizzle.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00
swizzle.glsl vulkancolorconvert: support RGB <-> AYUV/YUY2/UYVY 2019-06-20 01:41:56 +10:00
swizzle_and_clobber_alpha.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00
upsample_ayuv.glsl vulkancolorconvert: support RGB <-> AYUV/YUY2/UYVY 2019-06-20 01:41:56 +10:00
upsample_nv12.glsl vkcolorconvert: add support for RGB<->NV12 2019-06-20 01:41:56 +10:00
upsample_yuy2.glsl vulkancolorconvert: support RGB <-> AYUV/YUY2/UYVY 2019-06-20 01:41:56 +10:00
view_convert.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00
view_defines.h vulkan: add view converter element 2019-07-05 15:04:28 +10:00
yuy2_to_rgb.frag vulkan: split vkfullscreenrender into two 2019-11-28 23:27:21 +00:00