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_x11.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan/wsi: Make wsi_swapchain inherit from vk_object_base
Jason Ekstrand
2020-05-04
1
-2
/
+3
*
vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first
Jason Ekstrand
2020-01-14
1
-4
/
+26
*
vulkan: add vk_x11_strict_image_count option
Lionel Landwerlin
2019-09-15
1
-1
/
+7
*
wsi: add minImageCount override
Eric Engestrom
2019-09-06
1
-1
/
+13
*
vulkan/wsi/x11: Increase the effective min. images for mailbox.
Bas Nieuwenhuizen
2019-07-26
1
-2
/
+5
*
vulkan/wsi/x11: Wait for GPU work before present with mailbox.
Bas Nieuwenhuizen
2019-07-26
1
-1
/
+12
*
vulkan/wsi/x11: Allow using thread present-only.
Bas Nieuwenhuizen
2019-07-26
1
-34
/
+51
*
vulkan/wsi: update swapchain status on vkQueuePresent
Lionel Landwerlin
2019-07-17
1
-0
/
+21
*
vulkan/wsi: Set X11 minImageCount to 3.
Bas Nieuwenhuizen
2019-05-19
1
-6
/
+18
*
vulkan/wsi: Add X11 adaptive sync support based on dri options.
Bas Nieuwenhuizen
2019-04-23
1
-0
/
+34
*
wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODE
Samuel Pitoiset
2019-04-10
1
-1
/
+1
*
anv,radv: Implement VK_KHR_surface_capability_protected
Jason Ekstrand
2019-03-18
1
-1
/
+19
*
wsi/x11: use WSI_FROM_HANDLE() instead of pointer casts
Eric Engestrom
2019-03-11
1
-1
/
+2
*
wsi: deduplicate get_current_time() functions between display and x11
Eric Engestrom
2019-03-11
1
-12
/
+2
*
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
/
+7
*
vulkan: Allow storage images in the WSI.
Bas Nieuwenhuizen
2018-11-21
1
-0
/
+1
*
vulkan: drop always-true param
Eric Engestrom
2018-10-26
1
-5
/
+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
1
-23
/
+11
*
vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHR
Jason Ekstrand
2018-10-18
1
-0
/
+61
*
vulkan/wsi: Store the instance allocator in wsi_device
Jason Ekstrand
2018-10-18
1
-14
/
+11
*
anv,radv: Implement vkAcquireNextImage2
Jason Ekstrand
2018-09-21
1
-2
/
+2
*
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
1
-1
/
+1
*
vulkan/wsi: initialise image_index to 0 in x11_manage_fifo_queues
Kai Wasserbäch
2018-08-18
1
-1
/
+1
*
vulkan/wsi: Get rid of the get_capabilities hook
Jason Ekstrand
2018-06-20
1
-1
/
+0
*
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/wsi: Only use LINEAR modifier for prime if supported.
Bas Nieuwenhuizen
2018-05-08
1
-1
/
+2
*
dri3: Don't fail on version mismatch
Daniel Stone
2018-03-20
1
-0
/
+4
*
dri3: allow building against older xcb (v3)
Dave Airlie
2018-03-16
1
-2
/
+10
*
vulkan/wsi/x11: correct DRI3 version in comment
Emil Velikov
2018-03-16
1
-1
/
+1
*
vulkan/wsi/x11: use ARRAY_SIZE where applicable
Emil Velikov
2018-03-16
1
-2
/
+2
*
vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11
Louis-Francis Ratté-Boulianne
2018-03-09
1
-3
/
+60
*
vulkan/wsi/x11: Add support for DRI3 v1.2
Daniel Stone
2018-03-09
1
-17
/
+161
*
vulkan/wsi/x11: Consistently update and return swapchain status
Daniel Stone
2018-02-21
1
-19
/
+63
*
vulkan/wsi/x11: Set OUT_OF_DATE if wait_for_special_event fails
Jason Ekstrand
2018-02-21
1
-1
/
+3
*
vulkan/wsi: Add modifiers support to wsi_create_native_image
Jason Ekstrand
2018-02-21
1
-1
/
+2
*
vulkan/wsi: Add multiple planes to wsi_image
Daniel Stone
2018-02-21
1
-4
/
+7
*
vulkan/wsi: Drop the can_handle_different_gpu parameter from get_support
Jason Ekstrand
2017-12-04
1
-5
/
+0
*
vulkan/wsi: Move prime blitting into queue_present
Jason Ekstrand
2017-12-04
1
-22
/
+3
*
vulkan/wsi: Move get_images into common code
Jason Ekstrand
2017-12-04
1
-24
/
+5
*
vulkan/wsi: Do image creation in common code
Jason Ekstrand
2017-12-04
1
-17
/
+3
*
vulkan/wsi: Implement prime in a completely generic way
Jason Ekstrand
2017-12-04
1
-48
/
+39
*
vulkan/wsi: Add wsi_swapchain_init/finish functions
Jason Ekstrand
2017-12-04
1
-2
/
+11
*
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
1
-32
/
+20
*
vulkan/wsi: Free the event in x11_manage_fifo_queues().
Henri Verbeet
2017-10-17
1
-0
/
+1
*
util/vulkan: Move Vulkan utilities to src/vulkan/util
Alex Smith
2017-06-06
1
-1
/
+1
[next]