summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* glimagesink: remove unsed reconfigure variableMatthew Waters2016-02-171-1/+0
* glimagesink: don't push a reconfigure event from the GL threadMatthew Waters2016-02-172-8/+21
* glvideomixer: don't leak pad's vertex buffer on release_padWang Xin-yu (王昕宇)2016-02-171-0/+21
* glmixer: Remove usage of GstGLMixerFrameDataMatthew Waters2016-02-178-209/+88
* glmixer: don't hold the object lock while calling into GLMatthew Waters2016-02-171-55/+60
* 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
* vkswapper: alpha flags are now supported by LunarG's driverMatthew Waters2016-02-171-8/+0
* vulkan: add a vulkanbuffer bufferpoolMatthew Waters2016-02-176-25/+424
* vulkan: add upload elementMatthew Waters2016-02-177-49/+537
* vkutils: fix assert inversionMatthew Waters2016-02-171-1/+1
* vulkan: add caps feature names for the buffer and image memoriesMatthew Waters2016-02-172-0/+2
* vulkan: add device to handle_context_queryMatthew Waters2016-02-173-3/+21
* vulkan: move instance_open into the utility ensure_element_dataMatthew Waters2016-02-172-6/+8
* vkinstance: add signal for overriding device creationMatthew Waters2016-02-173-5/+53
* vulkan: separate allocation and binding of memoryMatthew Waters2016-02-178-124/+283
* vkbuffermemory: follow the rest of the struct macrosMatthew Waters2016-02-171-18/+10
* vkswapper: use buffer memory to upload video frames to the GPUMatthew Waters2016-02-171-91/+53
* vulkan: add a buffer memory allocatorMatthew Waters2016-02-176-0/+569
* vkmemory: align struct members in the headerMatthew Waters2016-02-171-1/+1
* vkmacros: use specific _INIT macros to initialize structuresMatthew Waters2016-02-171-26/+72
* vkimagememory: add get_{width,height) functionsMatthew Waters2016-02-172-2/+23
* vulkan: update to release 1.0.1.1Matthew Waters2016-02-176-84/+116
* vulkan/xcb: flush after mapping the windowMatthew Waters2016-02-171-0/+1
* vkswapper: fix semaphore usageMatthew Waters2016-02-171-19/+5
* vulkan: add some debugging about the supported extensionsMatthew Waters2016-02-172-0/+7
* vkswapper: get the function pointers from the correct objectMatthew Waters2016-02-171-3/+3
* vkinstance: add the necessary winsys extensionMatthew Waters2016-02-172-22/+49
* vkdisplay: forward declare GstVulkanDisplayTypeMatthew Waters2016-02-172-2/+4
* vkapi: remove unneeded headersMatthew Waters2016-02-171-11/+0
* vkimagememory: fix the memory barrier access masksMatthew Waters2016-02-171-19/+23
* vkswapper: only wait on the semaphore onceMatthew Waters2016-02-171-2/+2
* vkimagememory: initialize flags and don't crash on errorsMatthew Waters2016-02-171-3/+6
* vulkan: update error db for 0.10.2Matthew Waters2016-02-175-75/+31
* vulkan: update to SDK 0.10.2Matthew Waters2016-02-1720-537/+676