summaryrefslogtreecommitdiff
path: root/ext/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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
* vkswapper: add the necessary call to check if the physical device supports th...Matthew Waters2016-02-171-4/+23
* vulkan: update to SDK 1.0.3.1Matthew Waters2016-02-172-7/+6
* vkswapper: iterate over the device queue's using the new iteration APIMatthew Waters2016-02-171-25/+56
* vkdevice: add callback iteration over the device queue'sMatthew Waters2016-02-172-0/+27
* vkqueue: add context helpersMatthew Waters2016-02-172-2/+136
* vkutils: move object-specific context queries to their respective filesMatthew Waters2016-02-1710-149/+328
* vkdevice: remove unneeded error parameter from get_queue()Matthew Waters2016-02-172-3/+2
* vkupload: implement an uploader abstractionMatthew Waters2016-02-172-147/+536
* vkdisplay: unref the instanceMatthew Waters2016-02-171-0/+4
* vulkan: chain up in finalizeMatthew Waters2016-02-173-0/+7
* vksink: only unref if the pointers are non-NULLMatthew Waters2016-02-171-6/+12
* vkimagememory: free the managing struct on _freeMatthew Waters2016-02-171-0/+2
* vkdevice: perform a waitIdle before destroying the deviceMatthew Waters2016-02-171-1/+3
* Revert "vulkan: remove views from the memory objects."Matthew Waters2016-02-174-0/+114
* vulkanmemory: remove bind variantsMatthew Waters2016-02-175-187/+43
* vulkan: remove views from the memory objects.Matthew Waters2016-02-174-122/+18