index
:
usermoji.git
mommy
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loader
/
vk_loader_platform.h
Age
Commit message (
Expand
)
Author
2016-06-20
loader: Increase error message length
Tobin Ehlis
2016-04-28
loader: Add compile-time option for layer search paths.
Jamie Madill
2016-04-28
Revert "loader: Remove the default directory paths for ICDs and layers"
Jamie Madill
2016-04-19
misc: Update licenses to Apache 2.0
Jon Ashburn
2016-04-15
loader: Remove the default directory paths for ICDs and layers
Jon Ashburn
2016-04-14
loader: `Remove the ICD and Layers search path for Windows
Piers Daniell
2016-02-18
loader: Fix windows build from last loader checkin
Jon Ashburn
2016-02-18
loader: Add a ICD and layer search path for loader to discover JSON files
Jon Ashburn
2016-02-10
Remove Khronos confidential clause from license text.
Karl Schultz
2016-02-03
loader:Update copyright and apply clang-format (no logic changes)
Jon Ashburn
2016-01-04
loader: Convert getenv on Windows to use GetEnvironmentVariable
Jon Ashburn
2015-12-17
loader: Add support for implicit layers
Jon Ashburn
2015-12-01
wsi: Various fixes and Windows build issues
Mark Lobodzinski
2015-12-01
wsi: Fix windows build issues
Mark Lobodzinski
2015-11-18
loader: Add dynamic dispatch for unknown device extension entrypoints
Jon Ashburn
2015-11-06
Moved header files from include to include/vulkan
David Pinedo
2015-11-04
misc: Update author information
Courtney Goeltzenleuchter
2015-11-04
misc: switch copyright to Valve
Courtney Goeltzenleuchter
2015-11-04
misc: Remove Vulkan name from Copyright
Courtney Goeltzenleuchter
2015-11-03
layers: Windows define fixes
Tobin Ehlis
2015-10-29
loader: Move utility function so it is found on both Linux and Windows
jon
2015-10-29
loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on Linux
Daniel Dadap
2015-10-29
loader: add helper for combining paths
Daniel Dadap
2015-10-15
loader: Clean up loader_platform file
Jon Ashburn
2015-10-08
loader: Remove unneeded defines
Courtney Goeltzenleuchter
2015-10-08
loader: Use correct 64bit printf format for Windows
Courtney Goeltzenleuchter
2015-10-06
loader, icd: correct use of _aligned_malloc
Mike Stroyan
2015-09-25
misc: Move snprintf define to vk_sdk_platform.h
Courtney Goeltzenleuchter
2015-09-25
Make layers build on android.
Michael Lentine
2015-09-04
loader: make thirdparty code use allocation callbacks
Jon Ashburn
2015-09-01
headers: Add vk_sdk_platform.h for Win/Linux differences
Mark Lobodzinski
2015-08-06
loader: Change layer manifest file location env var to VK_LAYER_PATH
Jon Ashburn
2015-07-24
Further layer search path fix: s/implicit/explict
James Jones
2015-07-24
Fix loader paths for "etc" directories.
James Jones
2015-07-24
linux: Fix standard GNU path usage
James Jones
2015-07-24
linux: Use standard GNU install paths
Adam Jackson
2015-07-24
loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentation
Jon Ashburn
2015-07-22
loader: Fix ICD and layer directory scan order on Linux
Adam Jackson
2015-07-09
loader: Fix bug where layer default system path string needed to be copied
Jon Ashburn
2015-07-08
loader: Build fixes for Windows
Cody Northrop
2015-07-07
loader: Handle relative and filename paths in the layer manifest files
Jon Ashburn
2015-07-07
loader: Use layer manifest files to discovery and query layers
Jon Ashburn
2015-07-07
loader: Save app allocation callbacks
Courtney Goeltzenleuchter
2015-07-07
loader: Split the instance and device layer enablement env vars into 2
Jon Ashburn
2015-07-07
loader: Rename loader_platform.h -> vk_loader_platform.h
Tobin Ehlis