index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vulkan
/
wsi
/
wsi_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan/wsi: Add a hooks for signaling semaphores and fences
Jason Ekstrand
2019-12-06
1
-1
/
+22
*
vulkan/wsi: Provide the implicitly synchronized BO to vkQueueSubmit
Jason Ekstrand
2019-12-06
1
-3
/
+11
*
wsi: add minImageCount override
Eric Engestrom
2019-09-06
1
-1
/
+1
*
vulkan/wsi: Use one fence per image.
Bas Nieuwenhuizen
2019-07-26
1
-19
/
+25
*
vulkan/wsi: Add X11 adaptive sync support based on dri options.
Bas Nieuwenhuizen
2019-04-23
1
-1
/
+9
*
wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODE
Samuel Pitoiset
2019-04-10
1
-0
/
+70
*
wsi: deduplicate get_current_time() functions between display and x11
Eric Engestrom
2019-03-11
1
-0
/
+9
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
1
-1
/
+1
*
wsi: query the ICD's max dimensions instead of hard-coding them
Eric Engestrom
2019-02-08
1
-3
/
+5
*
wsi: drop unneeded KHR suffix
Eric Engestrom
2019-01-08
1
-15
/
+15
*
vulkan/wsi: fix s/,/;/ typo
Eric Engestrom
2018-11-28
1
-2
/
+2
*
vulkan/wsi: use the drmGetDevice2() API
Emil Velikov
2018-10-30
1
-1
/
+1
*
vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching
Jason Ekstrand
2018-10-18
1
-6
/
+39
*
vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHR
Jason Ekstrand
2018-10-18
1
-0
/
+14
*
vulkan/wsi: Store the instance allocator in wsi_device
Jason Ekstrand
2018-10-18
1
-2
/
+2
*
anv,radv: Implement vkAcquireNextImage2
Jason Ekstrand
2018-09-21
1
-9
/
+6
*
Vulkan/wsi: Implement VK_EXT_display_surface_counter
Jason Ekstrand
2018-06-20
1
-0
/
+45
*
vulkan/wsi: Get rid of the get_capabilities hook
Jason Ekstrand
2018-06-20
1
-1
/
+10
*
vulkan: Add KHR_display extension using DRM [v10]
Keith Packard
2018-06-19
1
-1
/
+11
*
vulkan/wsi: Only use LINEAR modifier for prime if supported.
Bas Nieuwenhuizen
2018-05-08
1
-1
/
+2
*
vulkan/wsi: clean up cleanup path
Eric Engestrom
2018-03-09
1
-7
/
+7
*
vulkan/wsi: Add modifiers support to wsi_create_native_image
Jason Ekstrand
2018-02-21
1
-17
/
+147
*
vulkan/wsi: Add drm_modifier member to wsi_image
Daniel Stone
2018-02-21
1
-0
/
+3
*
vulkan/wsi: Add multiple planes to wsi_image
Daniel Stone
2018-02-21
1
-8
/
+12
*
vulkan/wsi: Fix OOM behavior with prime images.
Bas Nieuwenhuizen
2018-02-06
1
-1
/
+3
*
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
1
-2
/
+35
*
vulkan/wsi: Drop some unneeded cruft from the API
Jason Ekstrand
2017-12-04
1
-0
/
+1
*
vulkan/wsi: Add wrappers for all of the surface queries
Jason Ekstrand
2017-12-04
1
-0
/
+77
*
vulkan/wsi: Add a helper for AcquireNextImage
Jason Ekstrand
2017-12-04
1
-0
/
+14
*
vulkan/wsi: move swapchain create/destroy to common code
Dave Airlie
2017-12-04
1
-0
/
+38
*
vulkan/wsi: Move prime blitting into queue_present
Jason Ekstrand
2017-12-04
1
-27
/
+14
*
vulkan/wsi: Move get_images into common code
Jason Ekstrand
2017-12-04
1
-0
/
+17
*
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
1
-0
/
+78
*
vulkan/wsi: Do image creation in common code
Jason Ekstrand
2017-12-04
1
-3
/
+114
*
vulkan/wsi: Implement prime in a completely generic way
Jason Ekstrand
2017-12-04
1
-1
/
+340
*
vulkan/wsi: Add wsi_swapchain_init/finish functions
Jason Ekstrand
2017-12-04
1
-1
/
+22
*
vulkan/wsi: Add a wsi_device_init function
Jason Ekstrand
2017-12-04
1
-0
/
+32