| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan/util: fix typo in comment | Eric Engestrom | 2017-07-18 | 1 | -1/+1 |
* | vulkan: Update to the new 1.0.54 spec XML and headers | Jason Ekstrand | 2017-07-15 | 1 | -394/+814 |
* | Android: vulkan: fix build error due to extra ) | Rob Herring | 2017-06-08 | 1 | -1/+1 |
* | radv/vulkan: Move radv_get_driver_version to src/vulkan/util | Alex Smith | 2017-06-06 | 3 | -0/+52 |
* | util/vulkan: Move Vulkan utilities to src/vulkan/util | Alex Smith | 2017-06-06 | 8 | -4/+309 |
* | vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreation | Philipp Zabel | 2017-05-20 | 1 | -3/+10 |
* | vulkan: automake: remove unused VULKAN_LIB_DEPS variable | Emil Velikov | 2017-05-19 | 1 | -6/+0 |
* | configure: check once for DRI3 dependencies | Emil Velikov | 2017-05-19 | 1 | -2/+1 |
* | vulkan/wsi/wayland: Use proxy wrappers for swapchain | Daniel Stone | 2017-05-19 | 1 | -16/+36 |
* | vulkan/wsi/wayland: Use per-display event queue | Daniel Stone | 2017-05-19 | 1 | -12/+32 |
* | vulkan/wsi/wayland: Remove roundtrip when creating image | Daniel Stone | 2017-05-19 | 1 | -1/+0 |
* | vulkan: Fix Wayland uninitialised registry | Daniel Stone | 2017-05-19 | 1 | -4/+5 |
* | vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2 | Jason Ekstrand | 2017-05-16 | 1 | -0/+38 |
* | vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2 | Jason Ekstrand | 2017-05-16 | 1 | -0/+32 |
* | vulkan/wsi: Add get_capabilities2 and get_formats2d interface pointers | Jason Ekstrand | 2017-05-16 | 1 | -0/+8 |
* | vulkan/wsi: Use vk_outarray for surface_get_formats | Jason Ekstrand | 2017-05-16 | 2 | -30/+21 |
* | vulkan: Update registry and headers to 1.0.49 | Jason Ekstrand | 2017-05-16 | 1 | -12/+155 |
* | vulkan/wsi/wayland: Pass damage through to the compositor | Jason Ekstrand | 2017-04-03 | 1 | -1/+15 |
* | vulkan/wsi: Plumb present regions through the common code | Jason Ekstrand | 2017-04-03 | 3 | -3/+6 |
* | vulkan/wsi: Fix some line wrapping | Jason Ekstrand | 2017-04-03 | 1 | -1/+4 |
* | vulkan: Bump the header and XML to the latest public version | Jason Ekstrand | 2017-03-31 | 1 | -473/+625 |
* | vulkan/wsi: include builddir for generated headers | Juan A. Suarez Romero | 2017-03-13 | 1 | -0/+1 |
* | vulkan/wsi: Generate wayland protocol headers separately from EGL | Jason Ekstrand | 2017-03-13 | 4 | -5/+23 |
* | android: fix outdir for gen_enum_to_str files | Tapani Pälli | 2017-03-04 | 1 | -1/+2 |
* | vulkan/wsi: Improve the DRI3 error message | Jacob Lifshay | 2017-03-01 | 1 | -10/+41 |
* | vulkan: provide vk.xml as argument to the python generator | Emil Velikov | 2017-02-28 | 3 | -5/+4 |
* | automake: vulkan: rename/reuse VULKAN_UTIL_{GENERATED_,}FILES list | Emil Velikov | 2017-02-28 | 3 | -7/+5 |
* | android: vulkan: add support for libmesa_vulkan_util | Mauro Rossi | 2017-02-28 | 3 | -3/+66 |
* | vulkan: Update registry and headers to 1.0.42 | Jason Ekstrand | 2017-02-27 | 1 | -111/+1039 |
* | vulkan/wsi/radv: add initial prime support (v1.1) | Dave Airlie | 2017-02-27 | 4 | -5/+69 |
* | vulkan/wsi: move image count to shared structure. | Dave Airlie | 2017-02-23 | 3 | -26/+24 |
* | vulkan: Fix gen_enum_to_str in out of tree builds | Dylan Baker | 2017-02-22 | 1 | -1/+5 |
* | vulkan: Combine wsi and util makefiles | Dylan Baker | 2017-02-22 | 5 | -38/+32 |
* | vulkan/util: Add generator for enum_to_str functions | Dylan Baker | 2017-02-22 | 3 | -0/+195 |
* | vulkan/wsi/x11: add support to detect if we can support rendering (v3) | Dave Airlie | 2017-02-20 | 5 | -1/+74 |
* | vulkan/wsi: Lower the maximum image sizes | Jason Ekstrand | 2017-01-25 | 2 | -2/+4 |
* | vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModes | Jason Ekstrand | 2017-01-25 | 1 | -3/+5 |
* | vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormats | Jason Ekstrand | 2017-01-25 | 1 | -7/+9 |
* | vulkan: import latest registry for 1.0.39 extensions. | Dave Airlie | 2017-01-24 | 1 | -42/+408 |
* | vulkan/wsi: clarify the severity of lack of DRI3 v2 | Andres Rodriguez | 2017-01-19 | 1 | -2/+4 |
* | vulkan: add API registry | Lionel Landwerlin | 2017-01-14 | 1 | -0/+4903 |
* | vulkan: Add new cast macros for VkIcd types | Chad Versace | 2017-01-12 | 3 | -4/+22 |
* | vulkan/wsi/x11: don't crash on null wsi x11 connection | Arda Coskunses | 2016-12-22 | 1 | -0/+3 |
* | vulkan/wsi/x11: don't crash on null visual | Arda Coskunses | 2016-12-22 | 1 | -0/+3 |
* | vulkan: use STATIC_ASSERT instead of static_assert | Edward O'Callaghan | 2016-12-07 | 2 | -2/+2 |
* | vulkan/wsi/x11: Destroy Present event context when destroying swapchain | Michel Dänzer | 2016-11-30 | 1 | -0/+6 |
* | vulkan/wsi: Fix resource leak in success path of wsi_queue_init() | Gwan-gyeong Mun | 2016-11-28 | 1 | -0/+1 |
* | wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR | Dave Airlie | 2016-11-16 | 2 | -10/+22 |
* | vulkan/wsi/x11: Implement FIFO mode. | Jason Ekstrand | 2016-11-10 | 1 | -10/+164 |
* | vulkan/wsi: Report the correct min/maxImageCount | Jason Ekstrand | 2016-11-10 | 2 | -26/+20 |