summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* vkswapper: output specific values when swapchain flags failMatthew Waters2019-11-111-3/+6
* vulkan: add android WSI integrationMatthew Waters2019-11-119-0/+489
* vulkan: Fix build on iosNirbheek Chauhan2019-11-101-3/+3
* vulkan: Fix build on WindowsSeungha Yang2019-11-081-1/+1
* vulkan: remove the private struct from the public structMatthew Waters2019-11-0725-321/+347
* vulkan: implement proper descriptor set handlingMatthew Waters2019-11-0710-0/+848
* vulkan/fence: add always-signalled fence typeMatthew Waters2019-11-072-1/+35
* vulkan: add handle type for arbitrary vulkan handlesMatthew Waters2019-11-075-0/+235
* vulkan: fix non-dispatchable handles on 32-bit platformsMatthew Waters2019-11-071-7/+33
* vulkan: use VK_NULL_HANDLE in more placesMatthew Waters2019-11-072-4/+4
* vulkan: use the provided VKAPI_ATTR for the debug callbackMatthew Waters2019-11-071-1/+1
* vulkan: dump surface informationMatthew Waters2019-11-072-0/+50
* vulkan: print criticals/warnings for vulkan errors/warningsMatthew Waters2019-11-071-0/+2
* vulkan/image: use the full video info for returning vulkan formatsMatthew Waters2019-11-074-49/+23
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-061-2/+1
* documentation: fixed a heap o' typosAaron Boxer2019-11-054-7/+7
* Remove autotools build systemTim-Philipp Müller2019-10-141-1/+0
* vulkan: Fix build on WindowsSeungha Yang2019-09-252-1/+6
* vulkan: remove VkImageView from the memoryMatthew Waters2019-09-257-52/+336
* vkbuffer: remove buffer view from the memoryMatthew Waters2019-09-253-87/+11
* build/vulkan: fix copy-paste error in gstvkconfig.hMatthew Waters2019-09-251-2/+2
* vulkan: remove the winsys-specific headers from gst/vulkan/vulkan.hMatthew Waters2019-09-2512-122/+93
* vulkan: implement command buffer reuseMatthew Waters2019-09-1912-84/+472
* vulkan: add device provider implementationMatthew Waters2019-09-171-1/+2
* vulkan: split physical device from logical deviceMatthew Waters2019-09-1712-500/+820
* vulkan: expose various flags to string methodsMatthew Waters2019-09-174-25/+33
* vulkan: only pass the device/instance/display in to *_handle_*() functionsMatthew Waters2019-09-1710-30/+37
* vulkan/window/ios: fix race on window startupMatthew Waters2019-09-161-3/+38
* vulkan: create the macos/ios-specific displaysMatthew Waters2019-09-161-0/+10
* vulkan: install public gstvkdebug.h headerMatthew Waters2019-09-161-0/+1
* vulkan: fix build with older API headersMatthew Waters2019-09-111-0/+6
* vulkan: dump most of the device informationMatthew Waters2019-09-117-43/+538
* vulkan: Fix some confusing typosYeongjin Jeong2019-08-292-4/+4
* vulkan/xcb: Don't try to create xcb window with non-xcb displayYeongjin Jeong2019-08-291-1/+9
* vulkan/swapper: add a couple of missing g_clear_error()'sMatthew Waters2019-08-281-0/+2
* vulkan/build: conditionally depend on Vulkan-1.0.girMatthew Waters2019-08-281-1/+8
* vulkandisplay: silence an unused but set error with no enable winsys implemen...Matthew Waters2019-08-281-0/+4
* vulkan/swapper: check queue present return laterMatthew Waters2019-08-281-2/+0
* vulkan/swapper: destroy the surface in finalizeMatthew Waters2019-08-282-1/+14
* vulkan/swapper: set some values to NULL in error conditionsMatthew Waters2019-08-281-0/+3
* vulkan/error: add the error value in hex and decimalMatthew Waters2019-08-281-1/+2
* vulkanswapper: disconnect window signals before any internal resourcesMatthew Waters2019-08-281-9/+9
* vulkandisplay: Also free the GSourceMatthew Waters2019-08-221-1/+1
* vulkandisplay: free the list of windows on destructionMatthew Waters2019-08-221-3/+18
* vulkandisplay: fix use-after-free with removal of windowMatthew Waters2019-08-221-2/+3
* vulkan/xcb: display->windows is a list of allocated GWeakRefMatthew Waters2019-08-221-4/+18
* vulkan/ios: keep track of surface changesMatthew Waters2019-08-145-4/+92
* vulkan/ios: initialize the frame to the parent'sMatthew Waters2019-08-141-1/+1
* vulkan: Fix GstMemory leaksYeongjin Jeong2019-08-062-0/+4
* vulkan: add a couple of headers to the install listMatthew Waters2019-08-051-0/+2