gst: don't use volatile to mean atomic
[platform/upstream/gstreamer.git] / gst-libs / gst / vulkan / gstvkinstance.c
2021-03-22 Matthew Watersgst: don't use volatile to mean atomic
2020-08-15 Matthew Watersvulkan: docs annotation updates
2020-06-21 Matthew Watersvulkan: log extension/layers available/enabled on insta...
2020-06-21 Matthew Watersvulkan/instance: privatise defult debug callback
2020-06-21 Matthew Watersvulkan/instance: expose extension/layer choices
2020-06-21 Matthew Watersvulkan/instance: add vulkan API version selection and...
2019-11-07 Matthew Watersvulkan: remove the private struct from the public struct
2019-11-07 Matthew Watersvulkan: use the provided VKAPI_ATTR for the debug callback
2019-11-07 Matthew Watersvulkan: print criticals/warnings for vulkan errors...
2019-11-06 Niels De GraefDon't pass default GLib marshallers for signals
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-09-17 Matthew Watersvulkan: split physical device from logical device
2019-09-17 Matthew Watersvulkan: only pass the device/instance/display in to...
2019-06-19 Matthew Watersvulkan: ensure initialization of a couple of debug...
2019-06-04 Matthew Watersvulkan: use c99 designated initializers where possible
2019-06-04 Matthew Watersvulkan: large docs update
2019-06-04 Matthew Watersvulkan: make a gstvulkan library out of the existing API