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: Disable randr lease for libxcb < 1.13
Maxime
2018-09-27
1
-0
/
+2
*
vulkan/wsi/display: wsi_display_select_crtc() doesn' need to modify the conne...
Eric Engestrom
2018-09-24
1
-1
/
+1
*
vulkan/wsi/display: check if wsi_swapchain_init() succeeded
Eric Engestrom
2018-09-24
1
-0
/
+4
*
anv,radv: Implement vkAcquireNextImage2
Jason Ekstrand
2018-09-21
6
-22
/
+16
*
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
2
-3
/
+3
*
vulkan/wsi: initialise image_index to 0 in x11_manage_fifo_queues
Kai Wasserbäch
2018-08-18
1
-1
/
+1
*
vulkan/wsi: fix incorrect assignment in assert()
Eric Engestrom
2018-07-25
1
-2
/
+2
*
anv,radv: Add support for VK_KHR_get_display_properties2
Jason Ekstrand
2018-07-09
2
-16
/
+186
*
vulkan/wsi_common_display: Return SURFACE_LOST for fatal DRM errors
Keith Packard
2018-06-27
1
-7
/
+7
*
vulkan: add VK_EXT_display_control [v10]
Keith Packard
2018-06-23
3
-2
/
+378
*
vulkan: EXT_acquire_xlib_display requires libXrandr headers to build
Keith Packard
2018-06-20
1
-1
/
+1
*
Vulkan/wsi: Implement VK_EXT_display_surface_counter
Jason Ekstrand
2018-06-20
2
-0
/
+60
*
vulkan/wsi: Get rid of the get_capabilities hook
Jason Ekstrand
2018-06-20
5
-6
/
+10
*
vulkan: Add EXT_acquire_xlib_display [v5]
Keith Packard
2018-06-19
3
-0
/
+510
*
vulkan: Add EXT_direct_mode_display [v2]
Keith Packard
2018-06-19
2
-0
/
+23
*
vulkan: Add KHR_display extension using DRM [v10]
Keith Packard
2018-06-19
6
-3
/
+1593
*
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
3
-2
/
+5
*
vulkan/wsi/wayland: fix leaks
James Legg
2018-04-03
1
-0
/
+4
*
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: clean up cleanup path
Eric Engestrom
2018-03-09
1
-7
/
+7
*
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/wayland: Add support for zwp_dmabuf
Daniel Stone
2018-02-21
2
-14
/
+129
*
vulkan/wsi: Add modifiers support to wsi_create_native_image
Jason Ekstrand
2018-02-21
5
-19
/
+177
*
vulkan/wsi: Add drm_modifier member to wsi_image
Daniel Stone
2018-02-21
3
-1
/
+5
*
vulkan/wsi: Add multiple planes to wsi_image
Daniel Stone
2018-02-21
4
-20
/
+31
*
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
3
-14
/
+52
*
vulkan/wsi: Drop some unneeded cruft from the API
Jason Ekstrand
2017-12-04
3
-21
/
+8
*
vulkan/wsi: Add wrappers for all of the surface queries
Jason Ekstrand
2017-12-04
3
-35
/
+148
*
vulkan/wsi: Drop the can_handle_different_gpu parameter from get_support
Jason Ekstrand
2017-12-04
3
-7
/
+0
*
vulkan/wsi: Move wsi_swapchain to wsi_common_private.h
Jason Ekstrand
2017-12-04
2
-45
/
+47
*
vulkan/wsi: Add a helper for AcquireNextImage
Jason Ekstrand
2017-12-04
2
-0
/
+22
*
vulkan/wsi: move swapchain create/destroy to common code
Dave Airlie
2017-12-04
2
-0
/
+50
*
vulkan/wsi: Move prime blitting into queue_present
Jason Ekstrand
2017-12-04
5
-62
/
+19
*
vulkan/wsi: Move get_images into common code
Jason Ekstrand
2017-12-04
4
-49
/
+34
*
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
*
radv/wsi: Move the guts of QueuePresent to wsi common
Dave Airlie
2017-12-04
2
-0
/
+88
*
vulkan/wsi: Add a WSI_FROM_HANDLE macro
Jason Ekstrand
2017-12-04
1
-0
/
+3
[next]