aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vulkan/util: generate instance/device dispatch tablesLionel Landwerlin2019-03-065-24/+148
* vulkan/util: make header available from c++Lionel Landwerlin2019-03-061-1/+9
* meson: remove unused include_directories(vulkan)Eric Engestrom2019-03-061-1/+1
* vulkan: update headers/registry to 1.1.102Lionel Landwerlin2019-03-051-14/+79
* vulkan: use VkBase{In,Out}Structure instead of a custom structEric Engestrom2019-02-281-7/+2
* vulkan/overlay: add support for fps output in fileLionel Landwerlin2019-02-284-15/+39
* vulkan/overlay: rework option parsingLionel Landwerlin2019-02-286-113/+265
* vulkan/overlay: fix min/max computationsLionel Landwerlin2019-02-281-11/+11
* vulkan/overlay: install layer binary in libdirLionel Landwerlin2019-02-272-13/+4
* vulkan/overlay: fix includesLionel Landwerlin2019-02-263-8/+8
* vulkan/overlay: fix missing installation of layerLionel Landwerlin2019-02-261-0/+1
* vulkan/overlay: Add fps counterMatthias Lorenz2019-02-241-0/+17
* vulkan: Fix 32-bit build for the new overlay layerKenneth Graunke2019-02-221-3/+3
* vulkan: add an overlay layerLionel Landwerlin2019-02-2110-0/+2185
* vulkan: Update the XML and headers to 1.1.101Lionel Landwerlin2019-02-201-32/+169
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-146-6/+5
* wsi: query the ICD's max dimensions instead of hard-coding themEric Engestrom2019-02-086-12/+32
* wsi/display: add commentEric Engestrom2019-02-021-1/+1
* vulkan: make generated enum to strings helpers available from c++Lionel Landwerlin2019-01-221-0/+8
* wsi: drop unneeded KHR suffixEric Engestrom2019-01-081-15/+15
* vulkan: Update the XML and headers to 1.1.97Jason Ekstrand2019-01-071-28/+147
* vulkan: Update the XML and headers to 1.1.96Jason Ekstrand2018-12-171-11/+11
* vulkan: Update the XML and headers to 1.1.95Jason Ekstrand2018-12-031-29/+101
* vulkan/wsi: fix s/,/;/ typoEric Engestrom2018-11-281-2/+2
* wsi/display: fix mem leak when freeing swapchainsEric Engestrom2018-11-281-0/+2
* vulkan/utils: s/VERSION/PACKAGE_VERSION/Eric Engestrom2018-11-261-3/+3
* vulkan: Update the XML and headers to 1.1.93Jason Ekstrand2018-11-221-16/+68
* vulkan: Allow storage images in the WSI.Bas Nieuwenhuizen2018-11-213-0/+3
* vulkan: Update the XML and headers to 1.1.91Jason Ekstrand2018-11-061-220/+243
* wsi/wayland: only finish() a successfully init()ed displayEric Engestrom2018-11-051-1/+2
* wsi/wayland: use proper VkResult typeEric Engestrom2018-11-051-2/+2
* configure: allow building with python3Emil Velikov2018-10-311-1/+1
* vulkan/wsi: use the drmGetDevice2() APIEmil Velikov2018-10-301-1/+1
* vulkan/wsi: simplify meson file trackingEric Engestrom2018-10-291-18/+5
* vulkan: Update the XML and headers to 1.1.90Jason Ekstrand2018-10-291-6/+30
* vulkan: drop always-true paramEric Engestrom2018-10-262-6/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-1/+0
* vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matchingJason Ekstrand2018-10-187-60/+56
* vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHRJason Ekstrand2018-10-186-0/+149
* vulkan/wsi: Store the instance allocator in wsi_deviceJason Ekstrand2018-10-187-21/+16
* vulkan: Update the XML and headers to 1.1.88Samuel Pitoiset2018-10-131-32/+221
* vulkan: Update the XML and headers to 1.1.86Jason Ekstrand2018-10-011-66/+791
* vulkan: Disable randr lease for libxcb < 1.13Maxime2018-09-271-0/+2
* vulkan/wsi/display: wsi_display_select_crtc() doesn' need to modify the conne...Eric Engestrom2018-09-241-1/+1
* vulkan/wsi/display: check if wsi_swapchain_init() succeededEric Engestrom2018-09-241-0/+4
* anv,radv: Implement vkAcquireNextImage2Jason Ekstrand2018-09-216-22/+16
* vulkan: Update the XML and headers to 1.1.84Jason Ekstrand2018-09-101-63/+217
* vulkan/alloc: Add a vk_strdup helperJason Ekstrand2018-08-281-0/+17
* Revert "configure: allow building with python3"Emil Velikov2018-08-241-1/+1
* configure: allow building with python3Emil Velikov2018-08-231-1/+1