aboutsummaryrefslogtreecommitdiff
path: root/loader/vk_loader_platform.h
AgeCommit message (Expand)Author
2016-06-20loader: Increase error message lengthTobin Ehlis
2016-04-28loader: Add compile-time option for layer search paths.Jamie Madill
2016-04-28Revert "loader: Remove the default directory paths for ICDs and layers"Jamie Madill
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
2016-04-15loader: Remove the default directory paths for ICDs and layersJon Ashburn
2016-04-14loader: `Remove the ICD and Layers search path for WindowsPiers Daniell
2016-02-18loader: Fix windows build from last loader checkinJon Ashburn
2016-02-18loader: Add a ICD and layer search path for loader to discover JSON filesJon Ashburn
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-03loader:Update copyright and apply clang-format (no logic changes)Jon Ashburn
2016-01-04loader: Convert getenv on Windows to use GetEnvironmentVariableJon Ashburn
2015-12-17loader: Add support for implicit layersJon Ashburn
2015-12-01wsi: Various fixes and Windows build issuesMark Lobodzinski
2015-12-01wsi: Fix windows build issuesMark Lobodzinski
2015-11-18loader: Add dynamic dispatch for unknown device extension entrypointsJon Ashburn
2015-11-06Moved header files from include to include/vulkanDavid Pinedo
2015-11-04misc: Update author informationCourtney Goeltzenleuchter
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter
2015-11-04misc: Remove Vulkan name from CopyrightCourtney Goeltzenleuchter
2015-11-03layers: Windows define fixesTobin Ehlis
2015-10-29loader: Move utility function so it is found on both Linux and Windowsjon
2015-10-29loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on LinuxDaniel Dadap
2015-10-29loader: add helper for combining pathsDaniel Dadap
2015-10-15loader: Clean up loader_platform fileJon Ashburn
2015-10-08loader: Remove unneeded definesCourtney Goeltzenleuchter
2015-10-08loader: Use correct 64bit printf format for WindowsCourtney Goeltzenleuchter
2015-10-06loader, icd: correct use of _aligned_mallocMike Stroyan
2015-09-25misc: Move snprintf define to vk_sdk_platform.hCourtney Goeltzenleuchter
2015-09-25Make layers build on android.Michael Lentine
2015-09-04loader: make thirdparty code use allocation callbacksJon Ashburn
2015-09-01headers: Add vk_sdk_platform.h for Win/Linux differencesMark Lobodzinski
2015-08-06loader: Change layer manifest file location env var to VK_LAYER_PATHJon Ashburn
2015-07-24Further layer search path fix: s/implicit/explictJames Jones
2015-07-24Fix loader paths for "etc" directories.James Jones
2015-07-24linux: Fix standard GNU path usageJames Jones
2015-07-24linux: Use standard GNU install pathsAdam Jackson
2015-07-24loader: Change VK_LAYERS_FOLDERS to VK_LAYER_FOLDERS to match documentationJon Ashburn
2015-07-22loader: Fix ICD and layer directory scan order on LinuxAdam Jackson
2015-07-09loader: Fix bug where layer default system path string needed to be copiedJon Ashburn
2015-07-08loader: Build fixes for WindowsCody Northrop
2015-07-07loader: Handle relative and filename paths in the layer manifest filesJon Ashburn
2015-07-07loader: Use layer manifest files to discovery and query layersJon Ashburn
2015-07-07loader: Save app allocation callbacksCourtney Goeltzenleuchter
2015-07-07loader: Split the instance and device layer enablement env vars into 2Jon Ashburn
2015-07-07loader: Rename loader_platform.h -> vk_loader_platform.hTobin Ehlis