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
2023-10-31
Fix some issues for pvr riscv & pixel phone
accepted/tizen/unified/riscv/20231214.010018
accepted/tizen/unified/20231226.180016
accepted/tizen/unified/20231226.154316
accepted/tizen_unified_riscv
Xuelian Bai
10
-34
/
+91
2023-10-19
Fix issue for android-cts9 cases on pixel phone
Xuelian Bai
7
-6
/
+37
2023-10-19
fix the build error with including missing headers.
Joonbum Ko
1
-0
/
+2
2023-10-19
fix new-delete mismatched error
Joonbum Ko
1
-1
/
+1
2023-10-19
Enable VK_EXT_image_compression_control
Xuelian Bai
5
-10
/
+23
2023-10-19
Fix bugs for hybris vulkan
Xuelian Bai
2
-1
/
+55
2023-10-19
Fix issue of vkGetPhysicalDeviceSurfaceFormats2KHR
Xuelian Bai
1
-1
/
+1
2023-10-19
Update to latest upstream version
Xuelian Bai
15
-185
/
+443
2023-10-19
Fix crash when enable validation layer
Xuelian Bai
1
-10
/
+8
2023-10-19
Fix red and blue inverted issue
Xuelian Bai
2
-5
/
+6
2023-10-19
Fix resize issue
Xuelian Bai
2
-7
/
+17
2023-10-19
Fix to support swapchain re-create
Joonbum Ko
2
-8
/
+19
2023-10-19
Load implicit layer as default
Xuelian Bai
1
-5
/
+2
2023-10-19
Fix build warnings and errors
Xuelian Bai
8
-25
/
+37
2023-10-19
Remove deprecated code, add manifest&license
Xuelian Bai
2
-8
/
+5
2023-10-19
Fix coredump issue:
Tianhao Ni
1
-0
/
+1
2023-10-19
Add tizen platform in vulkan-wsi-layer
Tianhao Ni
23
-43
/
+1786
2023-04-20
Avoid returning VK_ERROR_DEVICE_LOST
Dennis Tsiang
2
-12
/
+6
2023-04-17
Replace VK_LAYER_EXPORT with VWL_VKAPI_EXPORT
Normunds Rieksts
2
-3
/
+13
2023-02-16
Move memory handle type setting into allocate_wsialloc
Dennis Tsiang
1
-3
/
+2
2023-02-12
Change vulkan wsi project to use "main" branch
Nir Ekhauz
2
-7
/
+7
2023-02-07
Use strtol instead of std::atoi in logging
Dennis Tsiang
2
-20
/
+15
2023-01-10
Fix a bug in queue submission
Normunds Rieksts
1
-3
/
+20
2022-11-24
Extend TRY macro to print out error messages
Normunds Rieksts
8
-202
/
+116
2022-11-11
Fix issues reported by static analysis tools
Dennis Tsiang
8
-44
/
+67
2022-10-31
Add pre-commit hook to check for copyright header
Ben Davis
3
-0
/
+198
2022-10-21
Decouple creation, allocation and binding of images from Wayland backend
Dennis Tsiang
7
-322
/
+561
2022-10-20
Add codebase guidelines to the project
Normunds Rieksts
1
-0
/
+29
2022-09-13
Adding VK_KHR_shared_presentable_image basic support
Lior Dekel
1
-0
/
+7
2022-08-25
Add Pre-commit config and add to CI pipeline
Ben Davis
2
-24
/
+40
2022-08-19
Update WSI layer to use C++17
Aron Virginas-Tar
9
-233
/
+38
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
7
-109
/
+44
2022-08-03
Fix issue found by static analysis
Aron Virginas-Tar
1
-3
/
+6
2022-07-21
Fix issues found by static analysis
Matteo Franchin
6
-21
/
+34
2022-07-13
Create common functions in surface_capabilities class
Lior Dekel
4
-93
/
+87
2022-07-12
Update Khronos headers API version
Rosen Zhelev
1
-1
/
+1
2022-07-07
Remove swapchain from device_data after destruction
Iason Paraskevopoulos
3
-0
/
+20
2022-06-15
Add WSI integration guide
Iason Paraskevopoulos
3
-0
/
+262
2022-05-30
Enable instance extensions required by layer
Matteo Franchin
5
-89
/
+110
2022-05-25
Add support for VK_EXT_image_compression_control_swapchain
Dennis Tsiang
23
-159
/
+707
2022-03-10
Implement VK_KHR_get_surface_capabilities2 entrypoints
Iason Paraskevopoulos
11
-21
/
+114
2022-03-10
Use common code for get_surface_formats implementations
Iason Paraskevopoulos
8
-86
/
+92
2022-02-08
Mark fences and semaphores as already signalled in AcquireNextImage
David Harvey-Macaulay
5
-37
/
+147
2022-01-24
Fix FD ownership issue in Wayland Vulkan import
Dennis Tsiang
1
-28
/
+33
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
[next]