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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
Upgrade version to 1.3.268
tizen_9.0_m2_release
accepted/tizen/unified/x/20240220.150044
accepted/tizen/unified/toolchain/20240311.065918
accepted/tizen/unified/dev/20240620.011154
accepted/tizen/unified/20240219.160420
accepted/tizen/9.0/unified/20241030.232936
tizen_9.0
tizen
accepted/tizen_unified_x
accepted/tizen_unified_toolchain
accepted/tizen_unified_dev
accepted/tizen_unified
accepted/tizen_9.0_unified
Xuelian Bai
1
-2
/
+1
2024-01-16
Fix crash on pixel phone
Xuelian Bai
1
-1
/
+3
2024-01-16
Fix double free issue
Xuelian Bai
1
-0
/
+12
2023-10-02
Fix problems detected by CodeQL static analysis
Charles Giessen
1
-2
/
+3
2023-10-02
loader/cJSON: Prefix/mark static/remove symbols
Christopher Degawa
1
-33
/
+33
2023-09-26
WIP: Loader seems to work on iOS
Richard S. Wright Jr
1
-0
/
+2
2023-09-21
Fix warning message refering to layers instead of ICDs
Charles Giessen
1
-1
/
+1
2023-09-15
Check correct magic value in device dispatch table
Charles Giessen
1
-2
/
+3
2023-09-12
Add device dispatch table magic value check
Charles Giessen
1
-1
/
+12
2023-09-08
Fix incorrect handling of Debug Marker functions
Charles Giessen
1
-8
/
+38
2023-08-24
1. Update build-qnx content to make it buildable again.
Mike Gorchak
1
-2
/
+2
2023-08-09
Add VK_LOADER_LAYERS_ALLOW environment variable.
Charles Giessen
1
-4
/
+6
2023-08-09
Move filter Env-Var parsing to top level functions
Charles Giessen
1
-69
/
+40
2023-08-09
Consolidate envvar filters into single struct
Charles Giessen
1
-83
/
+63
2023-08-07
Add CRT Warnings & fix them
Charles Giessen
1
-58
/
+18
2023-08-02
Make maintenance 5 require the feature to be enabled
Charles Giessen
1
-1
/
+26
2023-07-31
Enable VK_KHR_maintenance_5 support
Charles Giessen
1
-0
/
+2
2023-07-27
Make Disabling Dynamic Library unloading a runtime option
Charles Giessen
1
-4
/
+13
2023-07-24
Warn when ICD Manifest version differs from vkEnumerateInstanceVersion
Charles Giessen
1
-0
/
+10
2023-07-18
Fix wrong pointer usage
Charles Giessen
1
-2
/
+2
2023-07-14
Fix Condition Statement Error
mylifeyouwill
1
-1
/
+1
2023-06-16
Add and fix warnings for unused functions and parameters
Charles Giessen
1
-35
/
+37
2023-06-12
Replace strok with threadsafe versions
Charles Giessen
1
-5
/
+5
2023-06-02
loader: Add void to function arguments
John Bauman
1
-2
/
+2
2023-05-30
Remove unused variable for clang-cl on windows
Charles Giessen
1
-3
/
+9
2023-05-29
Fix issues found with clang-tidy
Charles Giessen
1
-36
/
+43
2023-05-29
Propagate OOM in more places
Charles Giessen
1
-7
/
+16
2023-05-29
Separate meta layer verification & update logic
Charles Giessen
1
-39
/
+65
2023-05-29
Add loader settings file
Charles Giessen
1
-102
/
+184
2023-05-29
Refactor to not use fixed length strings
Charles Giessen
1
-673
/
+540
2023-05-29
Turn layer lists into lists of pointers
Charles Giessen
1
-102
/
+77
2023-05-29
Meta layers now dont add layers more than once
Charles Giessen
1
-1
/
+2
2023-05-29
Remove layer list copies from loader_device
Charles Giessen
1
-48
/
+4
2023-05-29
Remove DEFAULT_VK_DRIVERS_PATH macro define
Charles Giessen
1
-5
/
+1
2023-05-29
Significantly reduce duplicate layer scanning code
Charles Giessen
1
-168
/
+83
2023-05-29
Remove redundant clear when scanning for layers
Charles Giessen
1
-9
/
+3
2023-05-29
Remove useless lock & comment out cJSON error handling
Charles Giessen
1
-20
/
+0
2023-05-29
Remove useless if check in loader_scan_for_layers
Charles Giessen
1
-21
/
+19
2023-05-29
Remove redundant variable in loader_scan_for_layers
Charles Giessen
1
-3
/
+1
2023-05-29
Pass inst rather than NULL during layer scanning
Charles Giessen
1
-2
/
+2
2023-05-29
Move library list allocation to out of layer search function
Charles Giessen
1
-12
/
+12
2023-05-29
Rename log level to reflect its global status
Charles Giessen
1
-6
/
+5
2023-05-29
Make cJSON not add double quotes to strings
Charles Giessen
1
-31
/
+17
2023-05-29
Move loader_get_json to cJSON
Charles Giessen
1
-78
/
+0
2023-05-26
LOADER_USE_UNSAFE_FILE_SEARCH
juan-lunarg
1
-0
/
+4
2023-05-22
Make ChainInfo nextGIPA work in vkCreateDevice
Charles Giessen
1
-6
/
+18
2023-05-18
Make loader_get_icd_and_device check for a NULL device
Charles Giessen
1
-4
/
+14
2023-05-18
Fix crash from layers creating devices on different physical devices
Charles Giessen
1
-0
/
+2
2023-05-03
loader: Add win32 support for DYNAMIC_LIBRARY_UNLOADING
juan-lunarg
1
-0
/
+4
2023-04-25
Add compatibility bug for RTSS when querying for vkCreateDevice
Charles Giessen
1
-4
/
+9
[next]