aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Update the XML and headers to 1.0.68Jason Ekstrand2018-01-251-10/+81
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+4
* vulkan: move anv VK_EXT_debug_report implementation to common code.Bas Nieuwenhuizen2018-01-174-0/+198
* meson: Use consistent styleDylan Baker2018-01-111-2/+4
* vulkan/wsi: free cmd poolsDave Airlie2017-12-281-0/+1
* android: fix vulkan driver buildTapani Pälli2017-12-181-2/+3
* vulkan/wsi: Initialize individual WSI interfaces in wsi_device_initJason Ekstrand2017-12-043-14/+52
* vulkan/wsi: Drop some unneeded cruft from the APIJason Ekstrand2017-12-043-21/+8
* vulkan/wsi: Add wrappers for all of the surface queriesJason Ekstrand2017-12-043-35/+148
* vulkan/wsi: Drop the can_handle_different_gpu parameter from get_supportJason Ekstrand2017-12-043-7/+0
* vulkan/wsi: Move wsi_swapchain to wsi_common_private.hJason Ekstrand2017-12-042-45/+47
* vulkan/wsi: Add a helper for AcquireNextImageJason Ekstrand2017-12-042-0/+22
* vulkan/wsi: move swapchain create/destroy to common codeDave Airlie2017-12-042-0/+50
* vulkan/wsi: Move prime blitting into queue_presentJason Ekstrand2017-12-045-62/+19
* vulkan/wsi: Move get_images into common codeJason Ekstrand2017-12-044-49/+34
* vulkan/wsi: Set a proper pWaitDstStageMask on the dummy submitJason Ekstrand2017-12-041-0/+17
* vulkan/wsi: Only wait on semaphores on the first swapchainJason Ekstrand2017-12-041-2/+7
* vulkan/wsi: Refactor result handling in queue_presentJason Ekstrand2017-12-041-26/+28
* radv/wsi: Move the guts of QueuePresent to wsi commonDave Airlie2017-12-042-0/+88
* vulkan/wsi: Add a WSI_FROM_HANDLE macroJason Ekstrand2017-12-041-0/+3
* vulkan/wsi: Do image creation in common codeJason Ekstrand2017-12-045-59/+144
* vulkan/wsi: Implement prime in a completely generic wayJason Ekstrand2017-12-045-61/+443
* vulkan/wsi: Add a mock image creation extensionJason Ekstrand2017-12-041-0/+18
* vulkan/wsi: Add wsi_swapchain_init/finish functionsJason Ekstrand2017-12-047-4/+83
* vulkan/wsi: Add a wsi_device_init functionJason Ekstrand2017-12-044-0/+41
* vulkan/wsi/x11: Handle the geometry check earlier in create_swapchainJason Ekstrand2017-12-041-9/+10
* vulkan/wsi: Add a wsi_image structureDaniel Stone2017-12-043-61/+41
* vulkan/wsi: use function ptr definitions from the spec.Dave Airlie2017-12-042-4/+4
* vulkan: Update the XML and headers to 1.0.66Jason Ekstrand2017-11-271-15/+56
* vulkan: Update headers and registry to 1.0.64Alex Smith2017-10-261-26/+133
* meson: move wayland_drm_protocol generation to wayland-drmDylan Baker2017-10-201-14/+0
* vulkan: update headers & registry to VK 1.0.63Andres Rodriguez2017-10-211-84/+180
* vulkan/wsi: Free the event in x11_manage_fifo_queues().Henri Verbeet2017-10-171-0/+1
* meson: split and simplify dependenciesDylan Baker2017-10-161-1/+9
* vulkan: util: add macros to extract extension/offset number from enumsLionel Landwerlin2017-10-061-0/+6
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-273-0/+140
* vulkan/wsi/wayland: Return better error messagesJason Ekstrand2017-09-271-21/+36
* vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if availableJason Ekstrand2017-09-271-6/+33
* vulkan/wsi/wayland: Stop caching Wayland displaysJason Ekstrand2017-09-271-107/+54
* vulkan/wsi/wayland: Refactor wsi_wl_display codeJason Ekstrand2017-09-271-14/+33
* vulkan/wsi/wayland: Stop printing out the DRM deviceJason Ekstrand2017-09-261-1/+0
* vulkan: enum generator: Generate entries for extended enumsJason Ekstrand2017-09-221-8/+40
* vulkan: enum generator: Stop using iterparseJason Ekstrand2017-09-221-26/+10
* vulkan: enum generator: generate extension number definesLionel Landwerlin2017-09-221-4/+21
* vulkan: enum generator: make registry more flexibleLionel Landwerlin2017-09-221-9/+9
* vulkan: enum generator: sort enums by namesLionel Landwerlin2017-09-221-1/+2
* vulkan: enum generator: align function declarations/prototypesLionel Landwerlin2017-09-221-21/+21
* configure.ac: split the wayland client/server confusionEmil Velikov2017-09-191-1/+1
* vulkan: automake: add vk_android_native_buffer.h in the source listJuan A. Suarez Romero2017-09-191-0/+1
* vulkan/registry: Feed vk_android_native_buffer.xml to gen_enum_to_str.pyChad Versace2017-09-183-5/+33