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
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: fix android vulkan build
Eric Engestrom
2020-07-14
1
-1
/
+1
*
vulkan: automatically compile the `display` platform when available
Eric Engestrom
2020-07-10
1
-1
/
+1
*
wsi/x11: Log swapchain status changes
Jason Ekstrand
2020-07-06
1
-1
/
+15
*
vulkan/wsi: Don't consider VK_SUBOPTIMAL_KHR to be an error condition
Jason Ekstrand
2020-07-06
1
-3
/
+3
*
radv,vulkan: add a new x11 wsi drirc workaround for DOOM Eternal
Samuel Pitoiset
2020-07-02
2
-22
/
+40
*
Revert "vulkan/wsi/x11: Ensure we create at least minImageCount images."
Samuel Pitoiset
2020-07-02
1
-34
/
+26
*
vulkan/wsi/x11: Ensure we create at least minImageCount images.
Bas Nieuwenhuizen
2020-06-24
1
-26
/
+34
*
vulkan/wsi: Really terminate DRM lease in wsi_release_display().
Mario Kleiner
2020-06-21
1
-6
/
+16
*
vulkan/wsi: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-1
/
+2
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
1
-1
/
+2
*
vulkan/wsi: Make wsi_swapchain inherit from vk_object_base
Jason Ekstrand
2020-05-04
4
-26
/
+19
*
vulkan/wsi: Add callback to set ownership of buffer.
Bas Nieuwenhuizen
2020-04-27
2
-0
/
+26
*
vulkan: drop unused include directories
Eric Engestrom
2020-03-28
1
-1
/
+1
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-1
/
+1
*
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: remove unused image_get_modifier
Jonathan Marek
2020-01-23
1
-2
/
+0
*
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
2
-1
/
+34
*
vulkan/wsi: Use the interface from the real modifiers extension
Jason Ekstrand
2020-01-17
2
-39
/
+35
*
vulkan/wsi: Move the ImageCreateInfo higher up
Jason Ekstrand
2020-01-17
1
-21
/
+23
*
vulkan/wsi: disable the hardware cursor
Andres Rodriguez
2020-01-17
1
-0
/
+9
*
vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first
Jason Ekstrand
2020-01-14
5
-8
/
+74
*
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
2
-1
/
+38
*
vulkan/wsi: Provide the implicitly synchronized BO to vkQueueSubmit
Jason Ekstrand
2019-12-06
2
-3
/
+19
*
vulkan: add vk_x11_strict_image_count option
Lionel Landwerlin
2019-09-15
2
-1
/
+12
*
wsi: add minImageCount override
Eric Engestrom
2019-09-06
4
-3
/
+22
*
meson: replace last uses of libxmlconfig with idep_xmlconfig
Eric Engestrom
2019-08-03
1
-2
/
+1
*
vulkan/wsi/wayland: implement acquire timeout
Lionel Landwerlin
2019-07-29
1
-25
/
+51
*
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: Use one fence per image.
Bas Nieuwenhuizen
2019-07-26
2
-20
/
+26
*
vulkan/wsi: update swapchain status on vkQueuePresent
Lionel Landwerlin
2019-07-17
1
-0
/
+21
*
vulkan: fix build dependency issue with generated files
Lionel Landwerlin
2019-05-22
1
-2
/
+2
*
vulkan/wsi: Set X11 minImageCount to 3.
Bas Nieuwenhuizen
2019-05-19
1
-6
/
+18
*
wsi/wayland: document lack of vkAcquireNextImageKHR timeout support
Eric Engestrom
2019-05-02
1
-0
/
+10
*
vulkan/wsi/wayland: Respect non-blocking AcquireNextImage
Daniel Stone
2019-05-02
1
-2
/
+7
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-2
/
+0
*
vulkan/wsi: don't use DUMB_CLOSE for normal GEM handles
Emil Velikov
2019-04-26
1
-2
/
+2
*
vulkan/wsi: check if the display_fd given is master
Emil Velikov
2019-04-26
1
-0
/
+27
*
vulkan/wsi: Add X11 adaptive sync support based on dri options.
Bas Nieuwenhuizen
2019-04-23
4
-2
/
+52
*
wsi: allow to override the present mode with MESA_VK_WSI_PRESENT_MODE
Samuel Pitoiset
2019-04-10
6
-3
/
+78
*
vulkan/wsi: make wl_drm optional
Chia-I Wu
2019-04-09
1
-19
/
+32
*
vulkan/wsi: add wsi_wl_display_dmabuf
Chia-I Wu
2019-04-09
1
-22
/
+28
*
vulkan/wsi: add wsi_wl_display_drm
Chia-I Wu
2019-04-09
1
-14
/
+18
*
vulkan/wsi: refactor drm_handle_format
Chia-I Wu
2019-04-09
1
-53
/
+75
[next]