aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.c
AgeCommit message (Expand)Author
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-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-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-25Win32: Get 32-bit Windows build workingMark Young
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-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-14loader: Add support for implicit layer device extensions enumerationJon Ashburn
2016-01-12loader: Fix so unwrapped instance gets used for layer instance extension disp...Jon 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-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-17loader: Add support for implicit layersJon Ashburn
2015-12-17loader: Fix erroneous call to loader_log previously addedJon Ashburn
2015-12-17loader: Fix compile error from rebaseJon Ashburn
2015-12-17loader: fix mismatch size warningCourtney Goeltzenleuchter
2015-12-17loader: correct compiler warningCourtney Goeltzenleuchter
2015-12-17debug_report: rename object type and error bitsCourtney Goeltzenleuchter
2015-12-17loader: save memory pointer before it's lostCourtney Goeltzenleuchter
2015-12-17loader: Enable callbacks from loader_logCourtney Goeltzenleuchter
2015-12-17misc: Update copyright statementsCourtney Goeltzenleuchter
2015-12-17loader: Adjust internal naming to match API namingCourtney Goeltzenleuchter
2015-12-17debug_report: Add DebugReportMessage functionCourtney Goeltzenleuchter
2015-12-17debug_report: rename and update to use CreateInfoCourtney Goeltzenleuchter
2015-12-15layers: Rename DebugReport flagsCourtney Goeltzenleuchter
2015-12-14loader: Fix physical device cast for enumerate properties trampoline codeJon Ashburn
2015-12-11wsi: Make WSI cases more consistent, fail if not set correctlyMark Lobodzinski
2015-12-11loader: Fix bug where dynamic dispatch for layer dev exts needs to come laterJon Ashburn
2015-12-11loader: In CreateDevice trampoline code allow wrapped PhysicalDevice objectsJon Ashburn
2015-12-11Add an 'all' debug flagMichael Worcester
2015-12-10loader: Add support for device extension entrypoints in layer JSON filesJon Ashburn
2015-12-10loader: Convert ext list helper functions to generic formJon Ashburn