summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2017-05-31configure: check once for DRI3 dependenciesEmil Velikov1-2/+1
2017-05-31vulkan/wsi/wayland: Use proxy wrappers for swapchainDaniel Stone1-19/+46
2017-05-31vulkan/wsi/wayland: Use per-display event queueDaniel Stone1-12/+32
2017-05-31vulkan/wsi/wayland: Remove roundtrip when creating imageDaniel Stone1-1/+0
2017-05-31vulkan: Fix Wayland uninitialised registryDaniel Stone1-4/+5
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
2017-02-28automake: vulkan: rename/reuse VULKAN_UTIL_{GENERATED_,}FILES listEmil Velikov3-7/+5
2017-02-28android: vulkan: add support for libmesa_vulkan_utilMauro Rossi3-3/+66
2017-02-27vulkan: Update registry and headers to 1.0.42Jason Ekstrand1-111/+1039
2017-02-27vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie4-5/+69
2017-02-23vulkan/wsi: move image count to shared structure.Dave Airlie3-26/+24
2017-02-22vulkan: Fix gen_enum_to_str in out of tree buildsDylan Baker1-1/+5
2017-02-22vulkan: Combine wsi and util makefilesDylan Baker5-38/+32
2017-02-22vulkan/util: Add generator for enum_to_str functionsDylan Baker3-0/+195
2017-02-20vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie5-1/+74
2017-01-25vulkan/wsi: Lower the maximum image sizesJason Ekstrand2-2/+4
2017-01-25vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModesJason Ekstrand1-3/+5
2017-01-25vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormatsJason Ekstrand1-7/+9
2017-01-24vulkan: import latest registry for 1.0.39 extensions.Dave Airlie1-42/+408
2017-01-19vulkan/wsi: clarify the severity of lack of DRI3 v2Andres Rodriguez1-2/+4
2017-01-14vulkan: add API registryLionel Landwerlin1-0/+4903
2017-01-12vulkan: Add new cast macros for VkIcd typesChad Versace3-4/+22
2016-12-22vulkan/wsi/x11: don't crash on null wsi x11 connectionArda Coskunses1-0/+3
2016-12-22vulkan/wsi/x11: don't crash on null visualArda Coskunses1-0/+3
2016-12-07vulkan: use STATIC_ASSERT instead of static_assertEdward O'Callaghan2-2/+2
2016-11-30vulkan/wsi/x11: Destroy Present event context when destroying swapchainMichel Dänzer1-0/+6
2016-11-28vulkan/wsi: Fix resource leak in success path of wsi_queue_init()Gwan-gyeong Mun1-0/+1
2016-11-16wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHRDave Airlie2-10/+22
2016-11-10vulkan/wsi/x11: Implement FIFO mode.Jason Ekstrand1-10/+164
2016-11-10vulkan/wsi: Report the correct min/maxImageCountJason Ekstrand2-26/+20
2016-11-10vulkan/wsi: Add a thread-safe queue implementationKevin Strasser2-1/+156
2016-11-09vulkan/wsi/wayland: Clean up some error handling pathsJason Ekstrand1-0/+8
2016-11-09vulkan/wsi/wayland: Include pthread.hJason Ekstrand1-0/+1
2016-11-02vulkan/wsi/x11: Clean up connections in finish_wsiJason Ekstrand1-0/+4
2016-11-02vulkan/wsi/x11: Better handle wsi_x11_connection_create failureJason Ekstrand1-0/+2
2016-10-28vulkan/wsi/x11: Smplify implementation of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev1-8/+3
2016-10-28vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHREduardo Lima Mitev1-3/+3
2016-10-27vulkan/wsi/x11: add support for IMMEDIATE present modeDave Airlie1-1/+3
2016-10-27vulkan/wsi: store present mode in swapchain base classDave Airlie3-3/+5
2016-10-27vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie1-5/+57
2016-10-26vulkan/wsi/wayland: fix ARGB window supportFredrik Höglund1-1/+4
2016-10-26vulkan/wsi/x11: fix ARGB window supportFredrik Höglund1-4/+15