gstreamer/ext/vulkan
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
..
shaders meson: Don't use get_option('buildtype') 2020-04-03 17:07:47 +05:30
gstvulkan.c vulkan: add device provider implementation 2019-09-17 13:02:44 +10:00
meson.build vulkan: move fullscreenquad object to library 2019-12-04 07:20:27 +00:00
vkcolorconvert.c vulkan: move fullscreenquad object to library 2019-12-04 07:20:27 +00:00
vkcolorconvert.h vulkan: move fullscreenquad object to library 2019-12-04 07:20:27 +00:00
vkdeviceprovider.c vulkan: add device provider implementation 2019-09-17 13:02:44 +10:00
vkdeviceprovider.h vulkan: add device provider implementation 2019-09-17 13:02:44 +10:00
vkdownload.c vulkan: implement caching and reuse of a couple of vulkan resources 2019-11-28 23:27:21 +00:00
vkdownload.h vulkan: add download element 2019-06-20 01:41:56 +10:00
vkimageidentity.c vulkan: move fullscreenquad object to library 2019-12-04 07:20:27 +00:00
vkimageidentity.h vulkan: move fullscreenquad object to library 2019-12-04 07:20:27 +00:00
vksink.c vulkan/sink: implement GstNavigation support 2020-03-03 05:00:50 +00:00
vksink.h vulkan/sink: implement GstNavigation support 2020-03-03 05:00:50 +00:00
vkupload.c vulkan: implement caching and reuse of a couple of vulkan resources 2019-11-28 23:27:21 +00:00
vkupload.h vkupload: implement buffer to image uploader 2019-06-04 09:03:44 +00:00
vkviewconvert.c vulkanviewconvert: clear the cached uniforms on caps change 2019-12-05 03:21:21 +00:00
vkviewconvert.h vulkan: move fullscreenquad object to library 2019-12-04 07:20:27 +00:00