gst: don't use volatile to mean atomic
[platform/upstream/gstreamer.git] / gst-libs / gst / vulkan / gstvkdisplay.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/instance: expose extension/layer choices
2020-03-03 Matthew Watersvulkan/display: implement thread-safe find_window()
2019-11-11 Matthew Watersvulkan: add android WSI integration
2019-11-07 Matthew Watersvulkan: remove the private struct from the public struct
2019-09-25 Seungha Yangvulkan: Fix build on Windows
2019-09-17 Matthew Watersvulkan: only pass the device/instance/display in to...
2019-09-16 Matthew Watersvulkan: create the macos/ios-specific displays
2019-08-28 Matthew Watersvulkandisplay: silence an unused but set error with...
2019-08-22 Matthew Watersvulkandisplay: Also free the GSource
2019-08-22 Matthew Watersvulkandisplay: free the list of windows on destruction
2019-08-22 Matthew Watersvulkandisplay: fix use-after-free with removal of window
2019-06-19 Matthew Watersvulkan: ensure initialization of a couple of debug...
2019-06-13 Seungha Yangvulkan: Add support WIN32 for Windows
2019-06-04 Matthew Watersvulkan: large docs update
2019-06-04 Matthew Watersvulkan: make a gstvulkan library out of the existing API