Thibault Saunier
|
019971a3c7
|
Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir
|
2021-09-24 16:14:36 -03:00 |
|
Matthew Waters
|
640a65bf96
|
gst: don't use volatile to mean atomic
volatile is not sufficient to provide atomic guarantees and real atomics
should be used instead. GCC 11 has started warning about using volatile
with atomic operations.
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719
Discovered in https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/868
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2098>
|
2021-03-22 14:34:36 +11:00 |
|
Matthew Waters
|
c21aefbfb0
|
vulkan: log extension/layers available/enabled on instance/device creation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1341>
|
2020-06-21 09:30:29 +00:00 |
|
Matthew Waters
|
09613696a6
|
vulkan/device: expose extension/layer choices
Extensions and layers can be enabled before calling
gst_vulkan_device_open(). The available extensions are stored in
GstVulkanPhysicalDevice.
Defaults are still the same.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1341>
|
2020-06-21 09:30:29 +00:00 |
|
Matthew Waters
|
91b8ec1f0a
|
vulkan/physical-device: dump some more information to logs
Also dump the Vulkan 1.1 and Vulkan 1.2 device properties/features
where supported.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1341>
|
2020-06-21 09:30:29 +00:00 |
|
Thibault Saunier
|
60fba5f380
|
docs: Add some more plugin API types
And allow creating vulkan device object without specifying an instance
so it can be introspected.
|
2020-06-09 12:28:13 -04:00 |
|
Matthew Waters
|
dee29aa8e7
|
vulkan: fix up some gir annotations
|
2019-12-04 07:20:27 +00:00 |
|
Matthew Waters
|
670d0a8e88
|
vulkan: remove the private struct from the public struct
Remove any references to CamelTypePrivate from the public CamelType
struct. They can be accessed as needed using
camel_type_get_instance_private().
|
2019-11-07 20:01:57 +00:00 |
|
Matthew Waters
|
2af2402880
|
vulkan: add device provider implementation
|
2019-09-17 13:02:44 +10:00 |
|
Matthew Waters
|
5f76c84feb
|
vulkan: split physical device from logical device
|
2019-09-17 13:02:44 +10:00 |
|