| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan/wsi: free cmd pools | Dave Airlie | 2017-12-28 | 1 | -0/+1 |
* | vulkan/wsi: Initialize individual WSI interfaces in wsi_device_init | Jason Ekstrand | 2017-12-04 | 3 | -14/+52 |
* | vulkan/wsi: Drop some unneeded cruft from the API | Jason Ekstrand | 2017-12-04 | 3 | -21/+8 |
* | vulkan/wsi: Add wrappers for all of the surface queries | Jason Ekstrand | 2017-12-04 | 3 | -35/+148 |
* | vulkan/wsi: Drop the can_handle_different_gpu parameter from get_support | Jason Ekstrand | 2017-12-04 | 3 | -7/+0 |
* | vulkan/wsi: Move wsi_swapchain to wsi_common_private.h | Jason Ekstrand | 2017-12-04 | 2 | -45/+47 |
* | vulkan/wsi: Add a helper for AcquireNextImage | Jason Ekstrand | 2017-12-04 | 2 | -0/+22 |
* | vulkan/wsi: move swapchain create/destroy to common code | Dave Airlie | 2017-12-04 | 2 | -0/+50 |
* | vulkan/wsi: Move prime blitting into queue_present | Jason Ekstrand | 2017-12-04 | 5 | -62/+19 |
* | vulkan/wsi: Move get_images into common code | Jason Ekstrand | 2017-12-04 | 4 | -49/+34 |
* | vulkan/wsi: Set a proper pWaitDstStageMask on the dummy submit | Jason Ekstrand | 2017-12-04 | 1 | -0/+17 |
* | vulkan/wsi: Only wait on semaphores on the first swapchain | Jason Ekstrand | 2017-12-04 | 1 | -2/+7 |
* | vulkan/wsi: Refactor result handling in queue_present | Jason Ekstrand | 2017-12-04 | 1 | -26/+28 |
* | radv/wsi: Move the guts of QueuePresent to wsi common | Dave Airlie | 2017-12-04 | 2 | -0/+88 |
* | vulkan/wsi: Add a WSI_FROM_HANDLE macro | Jason Ekstrand | 2017-12-04 | 1 | -0/+3 |
* | vulkan/wsi: Do image creation in common code | Jason Ekstrand | 2017-12-04 | 5 | -59/+144 |
* | vulkan/wsi: Implement prime in a completely generic way | Jason Ekstrand | 2017-12-04 | 5 | -61/+443 |
* | vulkan/wsi: Add a mock image creation extension | Jason Ekstrand | 2017-12-04 | 1 | -0/+18 |
* | vulkan/wsi: Add wsi_swapchain_init/finish functions | Jason Ekstrand | 2017-12-04 | 6 | -4/+82 |
* | vulkan/wsi: Add a wsi_device_init function | Jason Ekstrand | 2017-12-04 | 3 | -0/+40 |
* | vulkan/wsi/x11: Handle the geometry check earlier in create_swapchain | Jason Ekstrand | 2017-12-04 | 1 | -9/+10 |
* | vulkan/wsi: Add a wsi_image structure | Daniel Stone | 2017-12-04 | 3 | -61/+41 |
* | vulkan/wsi: use function ptr definitions from the spec. | Dave Airlie | 2017-12-04 | 2 | -4/+4 |
* | meson: move wayland_drm_protocol generation to wayland-drm | Dylan Baker | 2017-10-20 | 1 | -14/+0 |
* | vulkan/wsi: Free the event in x11_manage_fifo_queues(). | Henri Verbeet | 2017-10-17 | 1 | -0/+1 |
* | meson: split and simplify dependencies | Dylan Baker | 2017-10-16 | 1 | -1/+9 |
* | meson: Add build Intel "anv" vulkan driver | Dylan Baker | 2017-09-27 | 1 | -0/+71 |
* | vulkan/wsi/wayland: Return better error messages | Jason Ekstrand | 2017-09-27 | 1 | -21/+36 |
* | vulkan/wsi/wayland: Copy wl_proxy objects from oldSwapchain if available | Jason Ekstrand | 2017-09-27 | 1 | -6/+33 |
* | vulkan/wsi/wayland: Stop caching Wayland displays | Jason Ekstrand | 2017-09-27 | 1 | -107/+54 |
* | vulkan/wsi/wayland: Refactor wsi_wl_display code | Jason Ekstrand | 2017-09-27 | 1 | -14/+33 |
* | vulkan/wsi/wayland: Stop printing out the DRM device | Jason Ekstrand | 2017-09-26 | 1 | -1/+0 |
* | util/vulkan: Move Vulkan utilities to src/vulkan/util | Alex Smith | 2017-06-06 | 3 | -3/+3 |
* | vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreation | Philipp Zabel | 2017-05-20 | 1 | -3/+10 |
* | 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/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/wsi: Generate wayland protocol headers separately from EGL | Jason Ekstrand | 2017-03-13 | 2 | -1/+3 |
* | vulkan/wsi: Improve the DRI3 error message | Jacob Lifshay | 2017-03-01 | 1 | -10/+41 |
* | 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: Combine wsi and util makefiles | Dylan Baker | 2017-02-22 | 2 | -62/+0 |