aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.c
AgeCommit message (Expand)Author
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
2015-12-07Make sure all createInfo is used creating instanceTony Barbour
2015-12-02loader: Fix layer library_path bugJon Ashburn
2015-12-01loader: Add initialization of loader dispatch table for wsi device extensionsJon Ashburn
2015-12-01loader: Add terminator functions for Create*SurfaceKHR functionsJon Ashburn
2015-12-01loader: Convert vkDestroySurfaceKHR() to have a terminator.Ian Elliott
2015-12-01wsi: Moved definition of CreateXxxSurface extension to CMakefileMark Lobodzinski
2015-12-01loader: Add vkGetPhysicalDevice*PresentationSupportKHR()Ian Elliott
2015-12-01loader: Address Jon Ashburn's review comments.Ian Elliott
2015-12-01loader: Add new vkGetPhysicalDeviceSurface*KHR() functions.Ian Elliott
2015-12-01loader: Started porting loader to new WSI (GIPA missing).Ian Elliott
2015-11-20loader: Don't use ICD's VkDevice after it has been destroyedJon Ashburn
2015-11-19loader: Don't init icds if CreateInstance() from ICD fails.Jon Ashburn
2015-11-18loader: Make version in layer JSON files consistentJon Ashburn
2015-11-18loader: Add parsing of api_version in ICD JSONJon Ashburn