projects
/
mesa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
vulkan/wsi: replace all dup() with os_dupfd_cloexec()
[mesa.git]
/
src
/
vulkan
/
wsi
/
wsi_common.c
2020-06-18
Eric Engestrom
vulkan/wsi: replace all dup() with os_dupfd_cloexec()
blob
|
commitdiff
|
raw
2020-05-04
Jason Ekstrand
vulkan/wsi: Make wsi_swapchain inherit from vk_object_base
blob
|
commitdiff
|
raw
|
diff to current
2020-04-27
Bas Nieuwenhuizen
vulkan/wsi: Add callback to set ownership of buffer.
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Eric Engestrom
vulkan/wsi: fix cleanup when dup() fails
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Jason Ekstrand
vulkan/wsi: Return an error if dup() fails
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Jason Ekstrand
vulkan/wsi: Don't leak the FD when GetImageDrmFormatMod...
blob
|
commitdiff
|
raw
|
diff to current
2020-01-28
Eric Anholt
vulkan/wsi: Fix compiler warning when no WSI platforms...
blob
|
commitdiff
|
raw
|
diff to current
2020-01-17
Jason Ekstrand
vulkan/wsi: Implement VK_KHR_swapchain_mutable_format
blob
|
commitdiff
|
raw
|
diff to current
2020-01-17
Jason Ekstrand
vulkan/wsi: Filter modifiers with ImageFormatProperties
blob
|
commitdiff
|
raw
|
diff to current
2020-01-17
Jason Ekstrand
vulkan/wsi: Use the interface from the real modifiers...
blob
|
commitdiff
|
raw
|
diff to current
2020-01-17
Jason Ekstrand
vulkan/wsi: Move the ImageCreateInfo higher up
blob
|
commitdiff
|
raw
|
diff to current
2020-01-14
Jason Ekstrand
vulkan/wsi: Add a driconf option to force WSI to advert...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-16
Lionel Landwerlin
vulkan/wsi: error out when image fence doesn't signal
blob
|
commitdiff
|
raw
|
diff to current
2019-12-06
Jason Ekstrand
vulkan/wsi: Add a hooks for signaling semaphores and...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-06
Jason Ekstrand
vulkan/wsi: Provide the implicitly synchronized BO...
blob
|
commitdiff
|
raw
|
diff to current
2019-09-06
Eric Engestrom
wsi: add minImageCount override
blob
|
commitdiff
|
raw
|
diff to current
2019-07-26
Bas Nieuwenhuizen
vulkan/wsi: Use one fence per image.
blob
|
commitdiff
|
raw
|
diff to current
2019-04-23
Bas Nieuwenhuizen
vulkan/wsi: Add X11 adaptive sync support based on...
blob
|
commitdiff
|
raw
|
diff to current
2019-04-10
Samuel Pitoiset
wsi: allow to override the present mode with MESA_VK_WS...
blob
|
commitdiff
|
raw
|
diff to current
2019-03-11
Eric Engestrom
wsi: deduplicate get_current_time() functions between...
blob
|
commitdiff
|
raw
|
diff to current
2019-02-14
Eric Engestrom
drm-uapi: use local files, not system libdrm
blob
|
commitdiff
|
raw
|
diff to current
2019-02-08
Eric Engestrom
wsi: query the ICD's max dimensions instead of hard...
blob
|
commitdiff
|
raw
|
diff to current
2019-01-08
Eric Engestrom
wsi: drop unneeded KHR suffix
blob
|
commitdiff
|
raw
|
diff to current
2018-11-28
Eric Engestrom
vulkan/wsi: fix s/,/;/ typo
blob
|
commitdiff
|
raw
|
diff to current
2018-10-30
Emil Velikov
vulkan/wsi: use the drmGetDevice2() API
blob
|
commitdiff
|
raw
|
diff to current
2018-10-18
Jason Ekstrand
vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching
blob
|
commitdiff
|
raw
|
diff to current
2018-10-18
Jason Ekstrand
vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHR
blob
|
commitdiff
|
raw
|
diff to current
2018-10-18
Jason Ekstrand
vulkan/wsi: Store the instance allocator in wsi_device
blob
|
commitdiff
|
raw
|
diff to current
2018-09-21
Jason Ekstrand
anv,radv: Implement vkAcquireNextImage2
blob
|
commitdiff
|
raw
|
diff to current
2018-06-20
Jason Ekstrand
Vulkan/wsi: Implement VK_EXT_display_surface_counter
blob
|
commitdiff
|
raw
|
diff to current
2018-06-20
Jason Ekstrand
vulkan/wsi: Get rid of the get_capabilities hook
blob
|
commitdiff
|
raw
|
diff to current
2018-06-19
Keith Packard
vulkan: Add KHR_display extension using DRM [v10]
blob
|
commitdiff
|
raw
|
diff to current
2018-05-08
Bas Nieuwenhuizen
vulkan/wsi: Only use LINEAR modifier for prime if suppo...
blob
|
commitdiff
|
raw
|
diff to current
2018-03-09
Eric Engestrom
vulkan/wsi: clean up cleanup path
blob
|
commitdiff
|
raw
|
diff to current
2018-02-21
Jason Ekstrand
vulkan/wsi: Add modifiers support to wsi_create_native_...
blob
|
commitdiff
|
raw
|
diff to current
2018-02-21
Daniel Stone
vulkan/wsi: Add drm_modifier member to wsi_image
blob
|
commitdiff
|
raw
|
diff to current
2018-02-21
Daniel Stone
vulkan/wsi: Add multiple planes to wsi_image
blob
|
commitdiff
|
raw
|
diff to current
2018-02-06
Bas Nieuwenhuizen
vulkan/wsi: Fix OOM behavior with prime images.
blob
|
commitdiff
|
raw
|
diff to current
2017-12-27
Dave Airlie
vulkan/wsi: free cmd pools
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Initialize individual WSI interfaces in...
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Drop some unneeded cruft from the API
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Add wrappers for all of the surface queries
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Add a helper for AcquireNextImage
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Dave Airlie
vulkan/wsi: move swapchain create/destroy to common...
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Move prime blitting into queue_present
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Move get_images into common code
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Set a proper pWaitDstStageMask on the dummy...
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Only wait on semaphores on the first swapchain
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Refactor result handling in queue_present
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Dave Airlie
radv/wsi: Move the guts of QueuePresent to wsi common
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Do image creation in common code
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Implement prime in a completely generic way
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Add wsi_swapchain_init/finish functions
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
Jason Ekstrand
vulkan/wsi: Add a wsi_device_init function
blob
|
commitdiff
|
raw
|
diff to current