index
:
platform/upstream/vulkan-wsi-layer
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
master
sandbox/dev_baixl
tizen
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Graphics System / GL; Licenses: MIT;
Gwanglim Lee <gl77.lee@samsung.com>, Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wsi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-21
Decouple creation, allocation and binding of images from Wayland backend
Dennis Tsiang
5
-312
/
+538
2022-08-19
Update WSI layer to use C++17
Aron Virginas-Tar
3
-15
/
+13
2022-08-15
Increase max swapchain image count
Dennis Tsiang
1
-2
/
+2
2022-08-03
Remove duplication of create_aliased_image_handle implementations
Aron Virginas-Tar
6
-108
/
+43
2022-07-21
Fix issues found by static analysis
Matteo Franchin
3
-3
/
+3
2022-07-13
Create common functions in surface_capabilities class
Lior Dekel
4
-93
/
+87
2022-06-15
Add WSI integration guide
Iason Paraskevopoulos
2
-0
/
+257
2022-05-30
Enable instance extensions required by layer
Matteo Franchin
1
-4
/
+0
2022-05-25
Add support for VK_EXT_image_compression_control_swapchain
Dennis Tsiang
12
-131
/
+454
2022-03-10
Implement VK_KHR_get_surface_capabilities2 entrypoints
Iason Paraskevopoulos
5
-17
/
+37
2022-03-10
Use common code for get_surface_formats implementations
Iason Paraskevopoulos
5
-79
/
+83
2022-02-08
Mark fences and semaphores as already signalled in AcquireNextImage
David Harvey-Macaulay
2
-33
/
+101
2022-01-24
Fix FD ownership issue in Wayland Vulkan import
Dennis Tsiang
1
-28
/
+33
2021-12-13
wayland: Fix nulltpr dereference on deprecated swapchains
Rosen Zhelev
1
-1
/
+1
2021-12-09
Include modifiers in params creation
Dennis Tsiang
1
-1
/
+3
2021-12-06
Fix bug in has_descendant_started_presenting in headless backend
Dennis Tsiang
2
-10
/
+9
2021-12-02
Check for required protocols in vkGetPhysicalDeviceWaylandPresentationSupportKHR
Ben Davis
1
-1
/
+69
2021-11-25
Return appropriate error code in acquire_next_image
Iason Paraskevopoulos
3
-17
/
+54
2021-11-25
Remove the roundtrip to Wayland when creating wl_buffers for each image
Normunds Rieksts
2
-61
/
+5
2021-11-17
Store enabled instance and device extensions
Iason Paraskevopoulos
7
-3
/
+24
2021-11-15
Add versioning to wsialloc interface
Dennis Tsiang
1
-0
/
+1
2021-11-12
Update supported composite alpha flags
Ben Davis
1
-3
/
+2
2021-11-12
Merge master branch into multiple_swapchains_present_req
Iason Paraskevopoulos
6
-14
/
+16
2021-11-11
Fix OOM issue
Normunds Rieksts
2
-8
/
+8
2021-11-11
Update code to use modern c++ style
Ben Davis
4
-6
/
+8
2021-11-10
Merge master branch into multiple_swapchains_present_req
Iason Paraskevopoulos
9
-104
/
+116
2021-11-08
Ensure that swapchain is not passed to the ICD when creating images
Normunds Rieksts
2
-1
/
+9
2021-11-08
Set default visiblity of functions to hidden
Dennis Tsiang
7
-103
/
+107
2021-11-05
Move queue for frame events to the surface object
Iason Paraskevopoulos
5
-65
/
+130
2021-11-01
Handle present request for multiple swapchains
Iason Paraskevopoulos
2
-3
/
+39
2021-11-01
Add ability to specify custom wsialloc implementations
Normunds Rieksts
1
-3
/
+13
2021-10-29
Fix formatting issues
Dennis Tsiang
7
-7
/
+7
2021-10-27
Remove the TODO on the max Wayland image size.
Fufu Fang
1
-1
/
+0
2021-10-26
Add build option for headless extension
Normunds Rieksts
1
-0
/
+7
2021-10-15
Always set use_presentation_thread flag in init_platform
Iason Paraskevopoulos
2
-4
/
+2
2021-10-14
Implement MAILBOX presentation for Wayland swapchains
Iason Paraskevopoulos
5
-106
/
+184
2021-10-11
Fix issues found by static analysis
Ben Davis
1
-1
/
+12
2021-10-08
Synchronise access to the ring buffer pool
Dennis Tsiang
1
-1
/
+5
2021-10-05
wsi: Fix swapchain teardown causing hangs
Rosen Zhelev
2
-23
/
+15
2021-10-05
Remove destroy_image from unpresent function
Iason Paraskevopoulos
1
-4
/
+0
2021-09-23
Add support for some Vulkan 1.1 structs
Dennis Tsiang
6
-127
/
+309
2021-09-14
Use explicit synchronization for Wayland surfaces
Rosen Zhelev
14
-95
/
+566
2021-08-26
Add ring buffer utility
Dennis Tsiang
5
-46
/
+19
2021-08-17
wayland: Add format negotiation
Rosen Zhelev
2
-120
/
+153
2021-08-17
wsi: Move common objects to the wayland wsi::surface
Rosen Zhelev
9
-258
/
+364
2021-08-17
Implement objects associated with VkSurface
Rosen Zhelev
11
-33
/
+353
2021-08-17
Fix potential hang on swapchain inheritance
Ben Davis
4
-13
/
+48
2021-07-28
Implement a vendor agnostic wsialloc interface
Normunds Rieksts
1
-14
/
+25
2021-07-22
Remove usages of generic allocator in the layer
Normunds Rieksts
4
-16
/
+13
2021-07-06
Refactoring of extension_list
Fufu Fang
3
-14
/
+22
[next]