summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2017-10-17vulkan/wsi: Free the event in x11_manage_fifo_queues().Henri Verbeet1-0/+1
2017-10-16meson: split and simplify dependenciesDylan Baker1-1/+9
2017-10-06vulkan: util: add macros to extract extension/offset number from enumsLionel Landwerlin1-0/+6
2017-09-27meson: Add build Intel "anv" vulkan driverDylan Baker3-0/+140
2017-09-27vulkan/wsi/wayland: Return better error messagesJason Ekstrand1-21/+36
2017-09-27vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if availableJason Ekstrand1-6/+33
2017-09-27vulkan/wsi/wayland: Stop caching Wayland displaysJason Ekstrand1-107/+54
2017-09-27vulkan/wsi/wayland: Refactor wsi_wl_display codeJason Ekstrand1-14/+33
2017-09-26vulkan/wsi/wayland: Stop printing out the DRM deviceJason Ekstrand1-1/+0
2017-09-22vulkan: enum generator: Generate entries for extended enumsJason Ekstrand1-8/+40
2017-09-22vulkan: enum generator: Stop using iterparseJason Ekstrand1-26/+10
2017-09-22vulkan: enum generator: generate extension number definesLionel Landwerlin1-4/+21
2017-09-22vulkan: enum generator: make registry more flexibleLionel Landwerlin1-9/+9
2017-09-22vulkan: enum generator: sort enums by namesLionel Landwerlin1-1/+2
2017-09-22vulkan: enum generator: align function declarations/prototypesLionel Landwerlin1-21/+21
2017-09-19configure.ac: split the wayland client/server confusionEmil Velikov1-1/+1
2017-09-19vulkan: automake: add vk_android_native_buffer.h in the source listJuan A. Suarez Romero1-0/+1
2017-09-18vulkan/registry: Feed vk_android_native_buffer.xml to gen_enum_to_str.pyChad Versace3-5/+33
2017-09-18vulkan/util: Teach gen_enum_to_str.py to parse mutliple XML filesChad Versace1-8/+11
2017-09-18vulkan/registry: Add VK_ANDROID_native_bufferChad Versace1-0/+52
2017-09-15vulkan: update headers & registry to VK 1.0.61Lionel Landwerlin1-92/+448
2017-08-28vulkan/util: Add a vk_zalloc helperJason Ekstrand1-0/+14
2017-08-22vulkan: import 1.0.59 headers and xml.Dave Airlie1-8/+45
2017-08-01vulkan: Import in the latest 1.0.57 header and XML from KhronosJason Ekstrand1-935/+949
2017-07-18vulkan/util: fix typo in commentEric Engestrom1-1/+1
2017-07-15vulkan: Update to the new 1.0.54 spec XML and headersJason Ekstrand1-394/+814
2017-06-08Android: vulkan: fix build error due to extra )Rob Herring1-1/+1
2017-06-06radv/vulkan: Move radv_get_driver_version to src/vulkan/utilAlex Smith3-0/+52
2017-06-06util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith8-4/+309
2017-05-20vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreationPhilipp Zabel1-3/+10
2017-05-19vulkan: automake: remove unused VULKAN_LIB_DEPS variableEmil Velikov1-6/+0
2017-05-19configure: check once for DRI3 dependenciesEmil Velikov1-2/+1
2017-05-19vulkan/wsi/wayland: Use proxy wrappers for swapchainDaniel Stone1-16/+36
2017-05-19vulkan/wsi/wayland: Use per-display event queueDaniel Stone1-12/+32
2017-05-19vulkan/wsi/wayland: Remove roundtrip when creating imageDaniel Stone1-1/+0
2017-05-19vulkan: Fix Wayland uninitialised registryDaniel Stone1-4/+5
2017-05-16vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand1-0/+38
2017-05-16vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand1-0/+32
2017-05-16vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointersJason Ekstrand1-0/+8
2017-05-16vulkan/wsi: Use vk_outarray for surface_get_formatsJason Ekstrand2-30/+21
2017-05-16vulkan: Update registry and headers to 1.0.49Jason Ekstrand1-12/+155
2017-04-03vulkan/wsi/wayland: Pass damage through to the compositorJason Ekstrand1-1/+15
2017-04-03vulkan/wsi: Plumb present regions through the common codeJason Ekstrand3-3/+6
2017-04-03vulkan/wsi: Fix some line wrappingJason Ekstrand1-1/+4
2017-03-31vulkan: Bump the header and XML to the latest public versionJason Ekstrand1-473/+625
2017-03-13vulkan/wsi: include builddir for generated headersJuan A. Suarez Romero1-0/+1
2017-03-13vulkan/wsi: Generate wayland protocol headers separately from EGLJason Ekstrand4-5/+23
2017-03-04android: fix outdir for gen_enum_to_str filesTapani Pälli1-1/+2
2017-03-01vulkan/wsi: Improve the DRI3 error messageJacob Lifshay1-10/+41
2017-02-28vulkan: provide vk.xml as argument to the python generatorEmil Velikov3-5/+4