summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vulkan: don't link to XOpenDisplay in documentationMathieu Duponchelle2021-09-081-1/+1
* vulkan: Declare missing auto-pointer cleanup functions.Víctor Manuel Jáquez Leal2021-07-1212-6/+24
* vulkan: filter: Use filter variable name for choosing queue.Víctor Manuel Jáquez Leal2021-07-121-4/+4
* vkinstance: Don't abort in case that system has no available vulkan deviceSeungha Yang2021-06-041-1/+9
* vulkan: provide a custom VK_DEFINE_NON_DISPATCHABLE_HANDLEWim Taymans2021-04-068-16/+35
* gst: don't use volatile to mean atomicMatthew Waters2021-03-2222-23/+23
* vulkan: remove duplicated checkMatthew Waters2021-01-221-2/+0
* Meson: Use pkg-config generatorXavier Claessens2020-10-231-0/+26
* meson: Do not warn when a windowing system is not foundNirbheek Chauhan2020-09-121-1/+5
* vulkan: fix the enumtypes install pathWim Taymans2020-08-251-1/+1
* vulkan: docs annotation updatesMatthew Waters2020-08-1559-186/+1443
* build/vulkan: split vulkan girMatthew Waters2020-08-155-22/+197
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-231-0/+2
* vulkan: log extension/layers available/enabled on instance/device creationMatthew Waters2020-06-213-9/+64
* vulkan/device: expose extension/layer choicesMatthew Waters2020-06-215-52/+418
* vulkan/instance: privatise defult debug callbackMatthew Waters2020-06-212-22/+30
* vulkan/instance: expose extension/layer choicesMatthew Waters2020-06-213-129/+599
* vulkan/physical-device: dump some more information to logsMatthew Waters2020-06-211-235/+525
* vulkan/instance: add vulkan API version selection and checkingMatthew Waters2020-06-212-9/+251
* vulkan/wayland: initialise debug category before debug loggingMatthew Waters2020-06-211-9/+23
* docs: Add some more plugin API typesThibault Saunier2020-06-091-1/+7
* vulkanimagememory: fix use-after-free releasing a viewMatthew Waters2020-06-021-1/+3
* vkimagememory: actually check the length of a ptr arrayMatthew Waters2020-06-021-1/+1
* vulkan: don't run tests or build lib if plugin isn't actually builtTim-Philipp Müller2020-05-281-1/+5
* vulkan: Drop use of VK_RESULT_BEGIN_RANGEJan Alexander Steffens (heftig)2020-05-111-3/+1
* vulkan/window/xcb: implement keyboard supportMatthew Waters2020-03-032-11/+84
* vulkan/window/xcb: implement mouse event supportMatthew Waters2020-03-032-136/+189
* vulkan/swapper: add get_surface_rectanglesMatthew Waters2020-03-032-9/+61
* vulkan/display: implement thread-safe find_window()Matthew Waters2020-03-032-9/+51
* vulkan/window: add support for mouse/keyboard eventsMatthew Waters2020-03-032-0/+94
* vkswapper: keep a reference on the input buffer until present is finishedMatthew Waters2020-02-181-0/+3
* vulkan/window/win32: Don't post any WinProc message to parent windowSeungha Yang2019-12-221-4/+0
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-1/+1
* vulkan/image: expose initialization function for subclassesMatthew Waters2019-12-092-7/+19
* vulkan/macos: link directly to MoltenVKMatthew Waters2019-12-091-1/+7
* vulkan: move fullscreenquad object to libraryMatthew Waters2019-12-047-8/+1721
* vulkan: fix up some gir annotationsMatthew Waters2019-12-043-8/+32
* vulkan: priviatise _invoke_on_main()Matthew Waters2019-12-032-0/+2
* vulkan: implement caching and reuse of a couple of vulkan resourcesMatthew Waters2019-11-2817-171/+707
* vulkan/trash: remove free functions covered by GstVulkanHandleMatthew Waters2019-11-282-41/+3
* vulkan: split vkfullscreenrender into twoMatthew Waters2019-11-284-0/+407
* vulkan/handle: add some handle typesMatthew Waters2019-11-282-8/+183
* vulkan/image: don't rely on weak-ref notifies for viewsMatthew Waters2019-11-283-25/+102
* vulkan: add a couple of missing fence unrefsMatthew Waters2019-11-281-0/+1
* vulkan/queue: be sure to take a lock around command submissionMatthew Waters2019-11-144-4/+58
* vulkan: make new trash objects ref the fenceMatthew Waters2019-11-132-2/+3
* vulkan/wayland: advertise the current surface sizeMatthew Waters2019-11-131-0/+3
* vkhandle: expose a printf format specifier for a vulkan handleMatthew Waters2019-11-113-16/+23
* vkdescriptor: set the GError on the 'too many allocations' caseMatthew Waters2019-11-111-0/+2
* vkswapper: add inherit supportMatthew Waters2019-11-111-0/+3