aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-06-18loader: Remove resolved TODOsCourtney Goeltzenleuchter
2015-06-18loader: Remove unused functionsCourtney Goeltzenleuchter
2015-06-18loader: Put static function prototypes in .cCourtney Goeltzenleuchter
2015-06-18loader: Add support for debug reportCourtney Goeltzenleuchter
2015-06-17loader: Support layers that don't have an extension entrypointJon Ashburn
2015-06-17loader: Fix info string of device versus instance layer being addedJon Ashburn
2015-06-17loader: Add wsi extension to loader's list of global extensionsJon Ashburn
2015-06-17loader: Fix debug_report utility functions string names to be consistentJon Ashburn
2015-06-17misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatchJon Ashburn
2015-06-17loader: simplify wrapping setupCourtney Goeltzenleuchter
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter
2015-06-17loader: Return NULL for WSI entrypoints if extension not enabledJon Ashburn
2015-06-17loader: FIXME - horrible WSI workaroundCourtney Goeltzenleuchter
2015-06-17wsi: Fix icd lookup for WSI extensionCourtney Goeltzenleuchter
2015-06-17loader: Use ICD's GetDeviceProcAddr as end of layer chain rather than loader'sJon Ashburn
2015-06-17misc: Make wsi lunarg an extension rather than core entrypointsJon Ashburn
2015-06-17loader: Fix for CreateInstance object created being pointer to pointer to dispJon Ashburn
2015-06-17loader: make the instance dispatch table per instanceJon Ashburn
2015-06-17misc: Change vkGetProcAddr to vkGetDeviceProcAddrJon Ashburn
2015-06-17loader: Remove GetGlobalExtensionInfo trampolineJon Ashburn
2015-06-17misc: Loader and Layers move device chain activation to CreateDeviceJon Ashburn
2015-06-17loader: Move lookup of icd entrypoints to CreateInstance and add more lookupsJon Ashburn
2015-06-17loader: Activate layers on the instance chain at CreateInstanceJon Ashburn
2015-06-17loader: Remove unused icd/gpu_index from layer find functionsJon Ashburn
2015-06-17loader: Make VkInstance a dispatchable object and init with instance tableJon Ashburn
2015-06-10Loader: search also through SysWow64 folder on windowsscygan
2015-06-04Windows: Add vkUpdateDescriptorSets into exports for vulkan.dllTony-LunarG
2015-06-02v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets()Chia-I Wu
2015-06-02v98: remove vk{Begin,End}DescriptorPoolUpdate()Chia-I Wu
2015-06-02vulkan.h: V97 -- Remove multiple allocations. Bug# 13948.Mark Lobodzinski
2015-05-22vulkan.h: V96 -- xglCmdBlitImage filter mode. Bug# 13759.Mark Lobodzinski
2015-05-15Add win32 condition variables.Mike Stroyan
2015-05-15layers: Make threading layer provide thread-safetyMike Stroyan
2015-05-13loader: On Windows disable global optimization for API entrypointsTobin Ehlis
2015-05-11vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464Mark Lobodzinski
2015-05-11Windows: Fix build from recent loader changesJon Ashburn
2015-05-08vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550.Mark Lobodzinski
2015-05-07misc: Add vkGetInstanceProcAddr() entrypointJon Ashburn
2015-05-07loader: No longer generate code, instead directly check in source codeJon Ashburn
2015-05-07loader: logging on Windows to both debug output and stderrJon Ashburn
2015-05-05loader: Fix bugs where non-dispatchable objects overwrite dispatch tableJon Ashburn
2015-05-05loader: Fix bug in vkGetProcAddr so trampoline code is returned as neededJon Ashburn
2015-05-05loader: Separate out the python generator scriptJon Ashburn
2015-05-05loader: rename a few dispatch utiltiesJon Ashburn
2015-04-29loader: Eliminate compiler warnings on Windows.Ian Elliott
2015-04-29loader: Terminate chain of GetProcAddr() in driver if gpu obj is baseJon Ashburn
2015-04-27loader: Fix bug on layer name prefix string lengthJon Ashburn
2015-04-22misc: Changes to fix warnings in Windows / VC++ buildTony Barbour
2015-04-22misc: Changes to clean up warnings in Release buildTony Barbour
2015-04-22loader: Make sure max layer count is set properlyCourtney Goeltzenleuchter