index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vulkan
/
wsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
vulkan/wsi: create wl_drm wrapper as needed
Chia-I Wu
2019-04-09
1
-7
/
+20
*
vulkan/wsi: move modifier array into wsi_wl_swapchain
Chia-I Wu
2019-04-09
1
-20
/
+32
*
anv,radv: Implement VK_KHR_surface_capability_protected
Jason Ekstrand
2019-03-18
3
-7
/
+59
*
vulkan: factor out wsi dependencies
Lionel Landwerlin
2019-03-18
1
-16
/
+0
*
wsi/x11: use WSI_FROM_HANDLE() instead of pointer casts
Eric Engestrom
2019-03-11
1
-1
/
+2
*
wsi/wayland: fix pointer casting warning on 32bit
Eric Engestrom
2019-03-11
1
-1
/
+2
*
wsi/display: s/#if/#ifdef/ to fix -Wundef
Eric Engestrom
2019-03-11
1
-1
/
+1
*
wsi: deduplicate get_current_time() functions between display and x11
Eric Engestrom
2019-03-11
4
-24
/
+18
*
vulkan/util: generate instance/device dispatch tables
Lionel Landwerlin
2019-03-06
1
-5
/
+0
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
5
-5
/
+5
*
wsi: query the ICD's max dimensions instead of hard-coding them
Eric Engestrom
2019-02-08
6
-12
/
+32
*
wsi/display: add comment
Eric Engestrom
2019-02-02
1
-1
/
+1
*
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
[next]