summaryrefslogtreecommitdiff
path: root/ext/vulkan
AgeCommit message (Expand)AuthorFilesLines
2018-06-24vulkan: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller7-66/+42
2018-06-13vulkaninstance: add missing precondition to _open()Matthew Waters1-0/+2
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-02-08vulkanupload: actually loop over possible uploadersMatthew Waters1-17/+18
2017-11-21vulkan: Fix out-of-bound readEdward Hervey1-1/+1
2017-09-06Request minimum buffer even if need_pool is FALSENicolas Dufresne1-10/+11
2017-07-10vulkan: Use the generated version of vkconfig.hJussi Kukkonen3-1/+3
2017-07-10vkdisplay: Use ifdef for platform specific definesJussi Kukkonen1-0/+4
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge13-4/+36
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier8-6/+13
2017-02-01vkwindow: fix build error on i386Matthew Waters1-2/+2
2017-01-26vkimagememory: use the correct enum for RGB16/BGR16 formatsMatthew Waters1-1/+1
2016-12-13gst: Don't declare variables inside the for loop headerSebastian Dröge2-2/+3
2016-11-18wayland: avoid prefix clash in combined pkg-config checkReynaldo H. Verdejo Pinochet1-2/+2
2016-11-04vulkan: Add missing files to meson buildArun Raghavan1-0/+2
2016-11-03vkswapper: Use the trash list to free resources after they've been usedMatthew Waters1-73/+82
2016-11-03vulkan: add a trash objectMatthew Waters5-0/+246
2016-11-03vulkan: add a simple refcountable fence wrapperMatthew Waters5-0/+166
2016-10-05vkdisplay: hold a weakref on the list of windowsMatthew Waters1-2/+33
2016-10-05vkdevice: only unref the gstcontext query if non-NULLMatthew Waters1-2/+2
2016-09-09meson: add build files for vulkanMatthew Waters2-0/+89
2016-09-08vkupload: add video/x-raw to the VulkanBuffer uploaderMatthew Waters1-1/+2
2016-09-08vkutils: set the last element of the layer array to NULLMatthew Waters1-0/+2
2016-05-13vkswapper: check the error of the presentation for out of dateMatthew Waters1-1/+4
2016-05-05vulkan/build: add the build directory to the list of includesMatthew Waters1-0/+1
2016-05-05vkswapper: fix up display synchronizationMatthew Waters1-27/+28
2016-05-05vkswapper: use gst_video_sink_center_rect for positioning the videoMatthew Waters1-18/+18
2016-04-12vulkan: prettify the various versions in the debug outputMatthew Waters1-4/+8
2016-04-11vulkan: add a wayland winsys implementationMatthew Waters13-6/+943
2016-04-11vulkan/xcb: getProcAddress winsys functionsMatthew Waters2-4/+29
2016-04-11vkupload: copy necessary buffer metadataMatthew Waters1-0/+7
2016-04-08vkswapper: add necessary wait stages to the submission infoMatthew Waters1-0/+4
2016-04-08vkswapper: add srgb formats to our list of formatsMatthew Waters1-8/+27
2016-04-08vulkan: silence a validation warning filling out the image barrierMatthew Waters1-0/+2
2016-04-08vulkan: use the correct validation layer nameMatthew Waters2-2/+2
2016-04-08vulkan: only warn on not found layersMatthew Waters2-7/+20
2016-04-08vulkan: don't g_error when failing to find validation layersMatthew Waters2-41/+34
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2016-03-23vulkan: Minor string fixThibault Saunier1-1/+1
2016-03-23vulkan: VK_API_VERSION has been removedMatthew Waters1-1/+1
2016-03-18vulkan: Ship missing headers with tarballsSebastian Dröge1-2/+5
2016-03-02vksink: fix spelling on failed _ensure_data() error messageReynaldo H. Verdejo Pinochet1-1/+1
2016-02-29vkswapper/vkutils: Fix gerror memory leakVineeth TM2-0/+2
2016-02-29vkdevice: Fix duplicate assignment of queue variableVineeth TM1-1/+0
2016-02-29vksink: Fix GError memory leakVineeth TM1-0/+2
2016-02-17vkdevice: add the necessary but arbitrary queue priorityMatthew Waters1-0/+2
2016-02-17vkswapper: add the necessary call to check if the physical device supports th...Matthew Waters1-4/+23
2016-02-17vulkan: update to SDK 1.0.3.1Matthew Waters2-7/+6
2016-02-17vkswapper: iterate over the device queue's using the new iteration APIMatthew Waters1-25/+56