summaryrefslogtreecommitdiff
path: root/ext/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vulkan: fix some compiler warnings in gnu89 modeTim-Philipp Müller2019-03-221-1/+1
* vulkan: fix some leaksTim-Philipp Müller2019-03-082-0/+4
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-3/+10
* vulkan: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-247-66/+42
* vulkaninstance: add missing precondition to _open()Matthew Waters2018-06-131-0/+2
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* vulkanupload: actually loop over possible uploadersMatthew Waters2018-02-081-17/+18
* vulkan: Fix out-of-bound readEdward Hervey2017-11-211-1/+1
* Request minimum buffer even if need_pool is FALSENicolas Dufresne2017-09-061-10/+11
* vulkan: Use the generated version of vkconfig.hJussi Kukkonen2017-07-103-1/+3
* vkdisplay: Use ifdef for platform specific definesJussi Kukkonen2017-07-101-0/+4
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-1713-4/+36
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-128-6/+13
* vkwindow: fix build error on i386Matthew Waters2017-02-011-2/+2
* vkimagememory: use the correct enum for RGB16/BGR16 formatsMatthew Waters2017-01-261-1/+1
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-132-2/+3
* wayland: avoid prefix clash in combined pkg-config checkReynaldo H. Verdejo Pinochet2016-11-181-2/+2
* vulkan: Add missing files to meson buildArun Raghavan2016-11-041-0/+2
* vkswapper: Use the trash list to free resources after they've been usedMatthew Waters2016-11-031-73/+82
* vulkan: add a trash objectMatthew Waters2016-11-035-0/+246
* vulkan: add a simple refcountable fence wrapperMatthew Waters2016-11-035-0/+166
* vkdisplay: hold a weakref on the list of windowsMatthew Waters2016-10-051-2/+33
* vkdevice: only unref the gstcontext query if non-NULLMatthew Waters2016-10-051-2/+2
* meson: add build files for vulkanMatthew Waters2016-09-092-0/+89
* vkupload: add video/x-raw to the VulkanBuffer uploaderMatthew Waters2016-09-081-1/+2
* vkutils: set the last element of the layer array to NULLMatthew Waters2016-09-081-0/+2
* vkswapper: check the error of the presentation for out of dateMatthew Waters2016-05-131-1/+4
* vulkan/build: add the build directory to the list of includesMatthew Waters2016-05-051-0/+1
* vkswapper: fix up display synchronizationMatthew Waters2016-05-051-27/+28
* vkswapper: use gst_video_sink_center_rect for positioning the videoMatthew Waters2016-05-051-18/+18
* vulkan: prettify the various versions in the debug outputMatthew Waters2016-04-121-4/+8
* vulkan: add a wayland winsys implementationMatthew Waters2016-04-1113-6/+943
* vulkan/xcb: getProcAddress winsys functionsMatthew Waters2016-04-112-4/+29
* vkupload: copy necessary buffer metadataMatthew Waters2016-04-111-0/+7
* vkswapper: add necessary wait stages to the submission infoMatthew Waters2016-04-081-0/+4
* vkswapper: add srgb formats to our list of formatsMatthew Waters2016-04-081-8/+27
* vulkan: silence a validation warning filling out the image barrierMatthew Waters2016-04-081-0/+2
* vulkan: use the correct validation layer nameMatthew Waters2016-04-082-2/+2
* vulkan: only warn on not found layersMatthew Waters2016-04-082-7/+20
* vulkan: don't g_error when failing to find validation layersMatthew Waters2016-04-082-41/+34
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+2
* vulkan: Minor string fixThibault Saunier2016-03-231-1/+1
* vulkan: VK_API_VERSION has been removedMatthew Waters2016-03-231-1/+1
* vulkan: Ship missing headers with tarballsSebastian Dröge2016-03-181-2/+5
* vksink: fix spelling on failed _ensure_data() error messageReynaldo H. Verdejo Pinochet2016-03-021-1/+1
* vkswapper/vkutils: Fix gerror memory leakVineeth TM2016-02-292-0/+2
* vkdevice: Fix duplicate assignment of queue variableVineeth TM2016-02-291-1/+0
* vksink: Fix GError memory leakVineeth TM2016-02-291-0/+2
* vkdevice: add the necessary but arbitrary queue priorityMatthew Waters2016-02-171-0/+2