summaryrefslogtreecommitdiff
path: root/ext/vulkan/vkdevice.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-241-10/+8
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-171-0/+3
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-131-1/+1
* vkdevice: only unref the gstcontext query if non-NULLMatthew Waters2016-10-051-2/+2
* vulkan: prettify the various versions in the debug outputMatthew Waters2016-04-121-4/+8
* vulkan: add a wayland winsys implementationMatthew Waters2016-04-111-0/+5
* vulkan: use the correct validation layer nameMatthew Waters2016-04-081-1/+1
* vulkan: don't g_error when failing to find validation layersMatthew Waters2016-04-081-22/+21
* vkdevice: Fix duplicate assignment of queue variableVineeth TM2016-02-291-1/+0
* vkdevice: add the necessary but arbitrary queue priorityMatthew Waters2016-02-171-0/+2
* vkdevice: add callback iteration over the device queue'sMatthew Waters2016-02-171-0/+22
* vkutils: move object-specific context queries to their respective filesMatthew Waters2016-02-171-1/+123
* vkdevice: remove unneeded error parameter from get_queue()Matthew Waters2016-02-171-1/+1
* vulkan: chain up in finalizeMatthew Waters2016-02-171-0/+3
* vkdevice: perform a waitIdle before destroying the deviceMatthew Waters2016-02-171-1/+3
* vulkan: update to release 1.0.1.1Matthew Waters2016-02-171-11/+11
* vulkan: add some debugging about the supported extensionsMatthew Waters2016-02-171-0/+3
* vulkan: update error db for 0.10.2Matthew Waters2016-02-171-4/+2
* vulkan: update to SDK 0.10.2Matthew Waters2016-02-171-71/+44
* vulkan: implement GstContext helpersMatthew Waters2016-02-171-1/+1
* vkdevice: remove gst_vulkan_device_close()Matthew Waters2016-02-171-23/+46
* vulkan: de-C99 struct declarationsMatthew Waters2016-02-171-30/+31
* new vulkan based video sinkMatthew Waters2016-02-171-0/+401