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: Don't consider VK_SUBOPTIMAL_KHR to be an error condition
Jason Ekstrand
2020-07-06
1
-3
/
+3
*
vulkan/wsi: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-1
/
+2
*
vulkan/wsi: Make wsi_swapchain inherit from vk_object_base
Jason Ekstrand
2020-05-04
1
-4
/
+8
*
vulkan/wsi: Add callback to set ownership of buffer.
Bas Nieuwenhuizen
2020-04-27
1
-0
/
+10
*
vulkan/wsi: fix cleanup when dup() fails
Eric Engestrom
2020-03-10
1
-1
/
+1
*
vulkan/wsi: Return an error if dup() fails
Jason Ekstrand
2020-03-10
1
-0
/
+1
*
vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties fails
Jason Ekstrand
2020-03-10
1
-1
/
+3
*
vulkan/wsi: Fix compiler warning when no WSI platforms are enabled.
Eric Anholt
2020-01-28
1
-2
/
+5
*
vulkan/wsi: Implement VK_KHR_swapchain_mutable_format
Jason Ekstrand
2020-01-17
1
-1
/
+32
*
vulkan/wsi: Filter modifiers with ImageFormatProperties
Jason Ekstrand
2020-01-17
1
-1
/
+33
*
vulkan/wsi: Use the interface from the real modifiers extension
Jason Ekstrand
2020-01-17
1
-21
/
+34
*
vulkan/wsi: Move the ImageCreateInfo higher up
Jason Ekstrand
2020-01-17
1
-21
/
+23
*
vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first
Jason Ekstrand
2020-01-14
1
-0
/
+5
*
vulkan/wsi: error out when image fence doesn't signal
Lionel Landwerlin
2019-12-16
1
-3
/
+9
*
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
[next]