index
:
platform/upstream/Vulkan-Loader
1.3.250
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
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
devel_package
master
tizen
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
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
/
loader
/
loader_environment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
Add VK_LOADER_LAYERS_ALLOW environment variable.
Charles Giessen
1
-2
/
+7
2023-08-09
Move filter Env-Var parsing to top level functions
Charles Giessen
1
-0
/
+13
2023-08-09
Consolidate envvar filters into single struct
Charles Giessen
1
-12
/
+9
2023-08-07
Add CRT Warnings & fix them
Charles Giessen
1
-5
/
+9
2023-06-16
Add and fix warnings for unused functions and parameters
Charles Giessen
1
-4
/
+3
2023-06-12
Replace strok with threadsafe versions
Charles Giessen
1
-83
/
+89
2023-05-29
Use strncpy in loader_add_environment_layers
Charles Giessen
1
-2
/
+3
2023-05-29
Refactor to not use fixed length strings
Charles Giessen
1
-0
/
+2
2023-05-29
Turn layer lists into lists of pointers
Charles Giessen
1
-5
/
+6
2023-05-26
LOADER_USE_UNSAFE_FILE_SEARCH
juan-lunarg
1
-7
/
+7
2023-04-18
Cleanup macro usage
Charles Giessen
1
-2
/
+4
2023-04-18
Log ERROR when layers in VK_INSTANCE_LAYERS are missing
Charles Giessen
1
-12
/
+20
2023-04-05
Fix ordering regression for VK_INSTANCE_LAYERS
Charles Giessen
1
-51
/
+24
2023-03-31
Make correct layer be used when duplicates are present
Charles Giessen
1
-2
/
+6
2022-12-02
loader: Fix parsing VK_INSTANCE_LAYERS
ziga-lunarg
1
-1
/
+1
2022-11-28
Use integrity_level >= HIGH for is_high_integrity
Charles Giessen
1
-1
/
+1
2022-11-21
Add more OOM handling paths and refactor OOM tests
Charles Giessen
1
-3
/
+7
2022-11-04
Add loader enable/disable env vars
Mark Young
1
-0
/
+546