| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan/utils: s/VERSION/PACKAGE_VERSION/ | Eric Engestrom | 2018-11-26 | 1 | -3/+3 |
* | vulkan: Update the XML and headers to 1.1.93 | Jason Ekstrand | 2018-11-22 | 1 | -16/+68 |
* | vulkan: Allow storage images in the WSI. | Bas Nieuwenhuizen | 2018-11-21 | 3 | -0/+3 |
* | vulkan: Update the XML and headers to 1.1.91 | Jason Ekstrand | 2018-11-06 | 1 | -220/+243 |
* | wsi/wayland: only finish() a successfully init()ed display | Eric Engestrom | 2018-11-05 | 1 | -1/+2 |
* | wsi/wayland: use proper VkResult type | Eric Engestrom | 2018-11-05 | 1 | -2/+2 |
* | configure: allow building with python3 | Emil Velikov | 2018-10-31 | 1 | -1/+1 |
* | vulkan/wsi: use the drmGetDevice2() API | Emil Velikov | 2018-10-30 | 1 | -1/+1 |
* | vulkan/wsi: simplify meson file tracking | Eric Engestrom | 2018-10-29 | 1 | -18/+5 |
* | vulkan: Update the XML and headers to 1.1.90 | Jason Ekstrand | 2018-10-29 | 1 | -6/+30 |
* | vulkan: drop always-true param | Eric Engestrom | 2018-10-26 | 2 | -6/+0 |
* | util: use C99 declaration in the for-loop hash_table_foreach() macro | Eric Engestrom | 2018-10-25 | 1 | -1/+0 |
* | vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching | Jason Ekstrand | 2018-10-18 | 7 | -60/+56 |
* | vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHR | Jason Ekstrand | 2018-10-18 | 6 | -0/+149 |
* | vulkan/wsi: Store the instance allocator in wsi_device | Jason Ekstrand | 2018-10-18 | 7 | -21/+16 |
* | vulkan: Update the XML and headers to 1.1.88 | Samuel Pitoiset | 2018-10-13 | 1 | -32/+221 |
* | vulkan: Update the XML and headers to 1.1.86 | Jason Ekstrand | 2018-10-01 | 1 | -66/+791 |
* | vulkan: Disable randr lease for libxcb < 1.13 | Maxime | 2018-09-27 | 1 | -0/+2 |
* | vulkan/wsi/display: wsi_display_select_crtc() doesn' need to modify the conne... | Eric Engestrom | 2018-09-24 | 1 | -1/+1 |
* | vulkan/wsi/display: check if wsi_swapchain_init() succeeded | Eric Engestrom | 2018-09-24 | 1 | -0/+4 |
* | anv,radv: Implement vkAcquireNextImage2 | Jason Ekstrand | 2018-09-21 | 6 | -22/+16 |
* | vulkan: Update the XML and headers to 1.1.84 | Jason Ekstrand | 2018-09-10 | 1 | -63/+217 |
* | vulkan/alloc: Add a vk_strdup helper | Jason Ekstrand | 2018-08-28 | 1 | -0/+17 |
* | Revert "configure: allow building with python3" | Emil Velikov | 2018-08-24 | 1 | -1/+1 |
* | configure: allow building with python3 | Emil Velikov | 2018-08-23 | 1 | -1/+1 |
* | vk/wsi: avoid reading uninitialised memory | Eric Engestrom | 2018-08-23 | 1 | -2/+2 |
* | vulkan/wsi: fix pointer-integer conversion warnings | Grazvydas Ignotas | 2018-08-23 | 2 | -3/+3 |
* | vulkan/wsi: initialise image_index to 0 in x11_manage_fifo_queues | Kai Wasserbäch | 2018-08-18 | 1 | -1/+1 |
* | meson: Build with Python 3 | Mathieu Bridon | 2018-08-10 | 1 | -1/+1 |
* | autoconf: stop exporting internal wayland details | Emil Velikov | 2018-08-07 | 1 | -2/+2 |
* | vulkan/wsi: fix incorrect assignment in assert() | Eric Engestrom | 2018-07-25 | 1 | -2/+2 |
* | anv,radv: Add support for VK_KHR_get_display_properties2 | Jason Ekstrand | 2018-07-09 | 2 | -16/+186 |
* | vulkan: Update the XML and headers to 1.1.80 | Jason Ekstrand | 2018-07-08 | 1 | -49/+231 |
* | vulkan: utils: handle hexadecimal values in registry | Lionel Landwerlin | 2018-07-06 | 1 | -1/+1 |
* | vulkan/wsi_common_display: Return SURFACE_LOST for fatal DRM errors | Keith Packard | 2018-06-27 | 1 | -7/+7 |
* | vulkan: add VK_EXT_display_control [v10] | Keith Packard | 2018-06-23 | 3 | -2/+378 |
* | vulkan: EXT_acquire_xlib_display requires libXrandr headers to build | Keith Packard | 2018-06-20 | 2 | -1/+3 |
* | Vulkan/wsi: Implement VK_EXT_display_surface_counter | Jason Ekstrand | 2018-06-20 | 2 | -0/+60 |
* | vulkan/wsi: Get rid of the get_capabilities hook | Jason Ekstrand | 2018-06-20 | 5 | -6/+10 |
* | vulkan: Add EXT_acquire_xlib_display [v5] | Keith Packard | 2018-06-19 | 4 | -0/+515 |
* | vulkan: Add EXT_direct_mode_display [v2] | Keith Packard | 2018-06-19 | 2 | -0/+23 |
* | vulkan: Add KHR_display extension using DRM [v10] | Keith Packard | 2018-06-19 | 8 | -3/+1604 |
* | vulkan/wsi: Destroy swapchain images after terminating FIFO queues | Cameron Kumar | 2018-06-08 | 1 | -3/+3 |
* | vulkan: don't free uninitialised memory | Eric Engestrom | 2018-05-29 | 1 | -1/+1 |
* | vulkan: Update header+vk.xml to 1.1.76 | Bas Nieuwenhuizen | 2018-05-28 | 1 | -140/+319 |
* | vulkan/wsi: Only use LINEAR modifier for prime if supported. | Bas Nieuwenhuizen | 2018-05-08 | 3 | -2/+5 |
* | vulkan: Update the XML and headers to 1.1.73 | Jason Ekstrand | 2018-04-16 | 1 | -5/+5 |
* | vulkan: Drop vk_android_native_buffer.xml | Jason Ekstrand | 2018-04-10 | 4 | -60/+2 |
* | vulkan: Update the XML and headers to 1.1.72 | Samuel Pitoiset | 2018-04-09 | 1 | -47/+239 |
* | vulkan/wsi/wayland: fix leaks | James Legg | 2018-04-03 | 1 | -0/+4 |