aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2016-02-10More api version bumpsTony Barbour
2016-02-10layers: Update api version to 1.0.3 in json filesTony Barbour
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-09loader: Change error to warning for missing layer registry keyJon Ashburn
2016-02-09loader: add Architecture and interface documentJon Ashburn
2016-02-08linux: use linux naming conventionsJeremy Hayes
2016-02-08loader: Null-terminated string checksMark Lobodzinski
2016-02-08loader: MR215 device extensions not enumeratedCourtney Goeltzenleuchter
2016-02-04loader: filter device extensions in the terminator instead of trampolineJon Ashburn
2016-02-04loader: GL120, move critical section to cover loader_get_icd_and_deviceAndrzej Kotlowski
2016-02-03loader: Fix bug on pass by value for created_instanceJon Ashburn
2016-02-03loader:Update copyright and apply clang-format (no logic changes)Jon Ashburn
2016-01-28loader: Fix 32-bit loader exception when layers enabled for Vulkan apps.Mark Young
2016-01-27loader: Fix createInstance to pass pAllocator downJon Ashburn
2016-01-26loader: Don't have createInstance terminator code write the instanceJon Ashburn
2016-01-25loader: Disable using CreateInstance allocation callbacksJon Ashburn
2016-01-25Win32: Get 32-bit Windows build workingMark Young
2016-01-21Make cJSON case-sensitiveAntoine Labour
2016-01-20debug_report: Integrate review feedbackCourtney Goeltzenleuchter
2016-01-20vktrace: Get partially working again with the new loader/layer interfaceJon Ashburn
2016-01-20loader: remove resolved TODOsCourtney Goeltzenleuchter
2016-01-20loader: Remove CreateInstance and CreateDeviceCourtney Goeltzenleuchter
2016-01-20loader: Use ICD's GetInstanceProcAddrCourtney Goeltzenleuchter
2016-01-20loader: Add util to strip loader extensionsCourtney Goeltzenleuchter
2016-01-20loader: implement new layer init methodCourtney Goeltzenleuchter
2016-01-19debug_report: MR141, Change pUserData to match type used elsewhereCourtney Goeltzenleuchter
2016-01-18loader: Return the loader created instance rather than from the instance chainJon Ashburn
2016-01-15laoder: Fix phys_dev to use unwrapped version in loader_CreateDeviceJon Ashburn
2016-01-14loader: Fix bad memory ref and CreateInstance fail don't write ouptutJon Ashburn
2016-01-14Change api_version to 1.0.1 in json filesTony Barbour
2016-01-14loader: Add support for implicit layer device extensions enumerationJon Ashburn
2016-01-14loader: Fix so unwrapped instance gets used for layer instance extension disp...Jon Ashburn
2016-01-12header: move to version 1.0.1Jon Ashburn
2016-01-12loader: Fix so unwrapped instance gets used for layer instance extension disp...Jon Ashburn
2016-01-12loader: update linux version to 1.Jeremy Hayes
2016-01-11loader: Update README.md for ICD<->loader interfaceJon Ashburn
2016-01-11loader: Fix old ICD interface to not use vkGetInstanceProcAddr(NULL,)Jon Ashburn
2016-01-11misc: Move to Vulkan header version 0.222Jon Ashburn
2016-01-07misc: make sure host memory alignment is a power of twoJon Ashburn
2016-01-07loader: Find ICD entrypoints via vk_icdGetInstanceProcAddr first in ICD libraryJon Ashburn
2016-01-04loader: Convert getenv on Windows to use GetEnvironmentVariableJon Ashburn
2016-01-04loader: MR111, Fix memleaksBogDan Vatra
2015-12-31misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissorJon Ashburn
2015-12-29loader: Version 217 WSI changes.Ian Elliott
2015-12-24loader: Don't override VK_LAYER_PATH for implicit layersJon Ashburn
2015-12-24loader: Fix typo in CreateDevice so ICDs see filtered device extension listJon Ashburn
2015-12-22loader: Properly filter ICD extensionsCourtney Goeltzenleuchter
2015-12-18Bug 15314: Make clear for layers that the registry value must be 0.Ian Elliott
2015-12-17loader: Add support for implicit layersJon Ashburn
2015-12-17loader: Fix erroneous call to loader_log previously addedJon Ashburn