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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-24
Add support for VK_KHR_incremental_present
Xuelian Bai
6
-9
/
+42
2022-01-24
Filter extensions supported by wsi layer:
Tianhao Ni
7
-64
/
+150
2022-01-24
Implement WSI layer swapchain functions for Tizen:
Tianhao Ni
10
-827
/
+767
2022-01-24
Add tizen platform in vulkan-wsi-layer
Tianhao Ni
10
-4
/
+1387
2021-12-15
Remove DEBUG build option
upstream/v1.0.5
upstream/1.0.5
Ben Davis
1
-4
/
+0
2021-12-13
wayland: Fix nulltpr dereference on deprecated swapchains
Rosen Zhelev
1
-1
/
+1
2021-12-10
Casting operands to a wider type to prevent integer overflow
Fufu Fang
1
-3
/
+8
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-29
Improve error handling when copying extension name
Fufu Fang
1
-3
/
+2
2021-11-26
Remove ENABLE_WSI_LAYER option
David Harvey-Macaulay
1
-3
/
+0
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
12
-33
/
+215
2021-11-15
Add versioning to wsialloc interface
Dennis Tsiang
5
-9
/
+58
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
20
-63
/
+72
2021-11-11
Fix OOM issue
Normunds Rieksts
10
-35
/
+36
2021-11-11
Integrate clang-tidy-8 with cmake build
Ben Davis
1
-0
/
+7
2021-11-11
Update code to use modern c++ style
Ben Davis
10
-28
/
+29
2021-11-10
Merge master branch into multiple_swapchains_present_req
Iason Paraskevopoulos
19
-230
/
+339
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
16
-223
/
+287
2021-11-05
Use device allocator for stage flags vector
Iason Paraskevopoulos
1
-1
/
+2
2021-11-05
Move queue for frame events to the surface object
Iason Paraskevopoulos
5
-65
/
+130
2021-11-02
Add documentation for Wayland support
Matteo Franchin
1
-6
/
+43
2021-11-01
Handle present request for multiple swapchains
Iason Paraskevopoulos
4
-4
/
+104
2021-11-01
Add ability to specify custom wsialloc implementations
Normunds Rieksts
2
-5
/
+22
2021-10-29
Fix formatting issues
Dennis Tsiang
16
-16
/
+16
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
2
-4
/
+28
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
3
-4
/
+20
2021-10-08
Synchronise access to the ring buffer pool
Dennis Tsiang
1
-1
/
+5
2021-10-07
Update json manifest
Iason Paraskevopoulos
2
-94
/
+16
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
10
-127
/
+415
2021-09-17
Return vkDestroyDevice from vkGetDeviceProcAddr
David Harvey-Macaulay
1
-1
/
+1
2021-09-14
Use explicit synchronization for Wayland surfaces
Rosen Zhelev
17
-97
/
+659
2021-08-26
Update layer to generate Wayland explicit sync files
Dennis Tsiang
1
-2
/
+11
2021-08-26
Add ring buffer utility
Dennis Tsiang
7
-46
/
+171
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
19
-55
/
+496
2021-08-17
Fix potential hang on swapchain inheritance
Ben Davis
4
-13
/
+48
2021-08-09
Add vulkan 1.1 function entrypoints
Ben Davis
4
-2
/
+125
2021-07-28
Implement a vendor agnostic wsialloc interface
Normunds Rieksts
3
-154
/
+288
[next]