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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-26
Re-checking loader.rc file
Charles Giessen
1
-17
/
+19
2023-01-25
Fix copyright in windows .rc file
Charles Giessen
1
-7
/
+8
2023-01-09
Add Vulkan-Headers version to source
Charles Giessen
1
-3
/
+3
2022-12-28
Revert asm_offset CMake code to work with 3.10
Charles Giessen
1
-6
/
+2
2022-12-27
cmake: Use VulkanHeaders_VERSION
Juan Ramos
1
-8
/
+4
2022-11-28
cmake: fix pkgconfig file for absolute install paths
Jan Palus
1
-0
/
+7
2022-11-10
cmake: CMake cleanup
Juan Ramos
1
-1
/
+1
2022-11-08
cmake: Use new VulkanHeaders cmake support
Juan Ramos
1
-0
/
+1
2022-11-04
Fix vulkan.pc Libs.private for static builds
Charles Giessen
1
-3
/
+9
2022-11-04
Add loader enable/disable env vars
Mark Young
1
-1
/
+1
2022-10-25
Fix linux 32 bit unknown function error handling
Charles Giessen
1
-2
/
+11
2022-10-25
Restore asm_offset printing code
Charles Giessen
1
-27
/
+41
2022-10-18
Write gen_defines.asm using a python script
Charles Giessen
1
-5
/
+31
2022-09-06
fix typo in CMakeLists
Steve Lhomme
1
-1
/
+1
2022-09-06
Fix the pkg-config import library name with mingw-w64
Steve Lhomme
1
-1
/
+5
2022-09-06
Generate the same DLL name with mingw-w64 as with MSVC
Steve Lhomme
1
-1
/
+7
2022-09-02
loader: Only use alloca.h if it exists otherwise fallback to stdlib.h
Brad Smith
1
-0
/
+4
2022-09-01
loader: Fix CMake detection of OpenBSD/FreeBSD / amd64
Brad Smith
1
-1
/
+1
2022-07-07
Initialize properly when statically linked
Charles Giessen
1
-0
/
+1
2022-06-20
Prevent loader config from overriding project config
Graeme Leese
1
-8
/
+8
2022-03-14
Remove hasing of unknown functions
Charles Giessen
1
-1
/
+0
2022-03-14
Move unknown function logic into dedicated file
Charles Giessen
1
-0
/
+1
2022-03-09
make secure_getenv discovery project wide
Charles Giessen
1
-17
/
+0
2022-03-09
Use target_link_options if available in CMake
Charles Giessen
1
-1
/
+1
2022-03-09
Refactor CMake to user correct C/C++ Standard
Charles Giessen
1
-0
/
+5
2022-03-09
Fix macOS CMake errors
Charles Giessen
1
-2
/
+2
2022-03-09
Set CMake C & C++ standard per target
Charles Giessen
1
-10
/
+0
2022-03-09
Make _GNU_SOURCE a common target property
Charles Giessen
1
-6
/
+7
2022-03-09
Use targets CMake logic instead of directories
Charles Giessen
1
-1
/
+1
2022-03-09
Cleanup MSVC CMake code
Charles Giessen
1
-35
/
+21
2022-03-09
Report secure_getenv missing when not using MSVC
Charles Giessen
1
-1
/
+1
2022-03-09
Use CMake provided library names on macOS
Charles Giessen
1
-2
/
+2
2022-03-09
Use GLOBs to get macOS vulkan framework headers
Charles Giessen
1
-18
/
+8
2022-03-09
Refactor Windows specific loader CMake code
Charles Giessen
1
-11
/
+10
2022-03-09
Use the CMake Threads package
Charles Giessen
1
-1
/
+1
2022-03-09
Replace loader_cmake_config.h with definitions
Charles Giessen
1
-2
/
+8
2022-03-09
Refactor loader specific CMake options
Charles Giessen
1
-13
/
+20
2022-03-09
Move git info in CMake to loader_common_options
Charles Giessen
1
-6
/
+0
2022-03-09
Refactor CMake compiler options
Charles Giessen
1
-10
/
+0
2022-03-09
Refactor CMake WSI platform defines
Charles Giessen
1
-26
/
+0
2022-02-08
Fix Apple build
Mark Young
1
-2
/
+2
2022-01-12
Consistent loader device ordering
Mark Young
1
-0
/
+3
2022-01-06
loader: Compile x86-specific code on x86 Linux
Simon McVittie
1
-1
/
+1
2022-01-06
loader: Check for processor of compiler, not processor of build system
Simon McVittie
1
-3
/
+3
2021-11-30
Fix readlink error in asm_offset on linux
Charles Giessen
1
-0
/
+1
2021-11-12
loader: Add aarch64 unknown ext chain implementation
Eric Sullivan
1
-10
/
+29
2021-11-12
loader: Update assembly file names to specify their target architecture
Eric Sullivan
1
-2
/
+2
2021-11-11
Link loader-unknown-chain with Vulkan::Headers
RĂ©mi Bernon
1
-0
/
+2
2021-11-04
Fix architecture detection on recent versions of GCC
vladislemon
1
-1
/
+1
2021-11-04
loader, asm_offset: define BSD_VISIBLE and fix ifdef bug
Eleni Maria Stea
1
-0
/
+1
[next]