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
...
*
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
*
wsi/display: fix mem leak when freeing swapchains
Eric Engestrom
2018-11-28
1
-0
/
+2
*
vulkan: Allow storage images in the WSI.
Bas Nieuwenhuizen
2018-11-21
3
-0
/
+3
*
wsi/wayland: only finish() a successfully init()ed display
Eric Engestrom
2018-11-05
1
-1
/
+2
*
wsi/wayland: use proper VkResult type
Eric Engestrom
2018-11-05
1
-2
/
+2
*
vulkan/wsi: use the drmGetDevice2() API
Emil Velikov
2018-10-30
1
-1
/
+1
*
vulkan/wsi: simplify meson file tracking
Eric Engestrom
2018-10-29
1
-18
/
+5
*
vulkan: drop always-true param
Eric Engestrom
2018-10-26
2
-6
/
+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
7
-60
/
+56
*
vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHR
Jason Ekstrand
2018-10-18
6
-0
/
+149
*
vulkan/wsi: Store the instance allocator in wsi_device
Jason Ekstrand
2018-10-18
7
-21
/
+16
*
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
[prev]
[next]