aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-09-11bug 14537: Improve VkImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-09-10bug-14538: Remove driver validation checksCourtney Goeltzenleuchter
2015-09-09loader: Use GetProcAddr function names from layer manifest fileJon Ashburn
2015-09-09vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139Mark Lobodzinski
2015-09-08Windows build: rename vulkan.0.dll to vulkan-0.dllDavid Pinedo
2015-09-04loader: Fix Windows build for alloc stuffJon Ashburn
2015-09-04loader: make thirdparty code use allocation callbacksJon Ashburn
2015-09-04loader: Make use of app provided allocation callbacksJon Ashburn
2015-09-04loader: Add support for realloc using the app allocation callbacks.Jon Ashburn
2015-09-04loader: convert to using loader_stack_alloc for consistencyJon Ashburn
2015-09-04All extensions single revision number instead of major.minor.patchIan Elliott
2015-09-04WSI: Convert from VERSION to REVISIONIan Elliott
2015-09-04WSI: Convert WSI swapchain extension usage to new KHR styleIan Elliott
2015-09-04WSI: Remove old loader code for the VK_WSI_LunarG extension.Ian Elliott
2015-09-02Bug 14522: Remove VkAttachmentViewCourtney Goeltzenleuchter
2015-09-01headers: Add vk_sdk_platform.h for Win/Linux differencesMark Lobodzinski
2015-08-27loader: Fix SegFault if ICD JSON file doesn't exist to return gracefullyJon Ashburn
2015-08-26v156: Bug 14451 - Rename dynamic state objectsCody Northrop
2015-08-26Bug 14406: Add support for front/back stencil reference dynamic stateCody Northrop
2015-08-26Bug 14323: RasterLine and RasterDepthBias changesCody Northrop
2015-08-25loader: Add support for relative pathnames in the ICD manifest file lib_pathJon Ashburn
2015-08-24loader: Make so layer manifest files are retained at CreateInstanceJon Ashburn
2015-08-24loader: Make the ICD library scan happen as needed rather than onceJon Ashburn
2015-08-24loader: Remove the device_extension list from from scanned icds, unusedJon Ashburn
2015-08-24loader: Remove the global extension list from scanned_icds structJon Ashburn
2015-08-24loader: Make the global/instance ext list once for each instanceJon Ashburn
2015-08-24loader: Remove global instance extension list and rebuild it as neededJon Ashburn
2015-08-13loader: Fix bug in heap_free function to not do double freeJon Ashburn
2015-08-12loader: Handle multiple layers descriptions per manifest fileJon Ashburn
2015-08-11loader: Change to new WSI query functions.Ian Elliott
2015-08-11loader: Remove one time scan of layer libraries; do it as neededJon Ashburn
2015-08-07include: Change debug report pUserData parameter to non-constJon Ashburn
2015-08-06loader: Change layer manifest file location env var to VK_LAYER_PATHJon Ashburn
2015-08-04v140: Bug 14251 - Inconsistencies in the definition of queriesCody Northrop
2015-08-04v139: Bug 14257 - Remove pCount parameter from vkAllocDescriptorSetsCody Northrop
2015-08-04loader: Remove extension origin and use Vulkan ext prop structureJon Ashburn
2015-08-04loader: Make sure layer list from manifest file is all cleaned up properlyJon Ashburn
2015-08-03loader: Move long DEBUG_REPORT comments into debug report source codeJon Ashburn
2015-08-03loader: Add accessor functions to add/delete from layer property lists.Jon Ashburn
2015-08-03loader: Convert layer versions from manifest file to Vulkan int versionJon Ashburn
2015-08-03loader: Allow null string for CMAKE_INSTALL_PREFIX to prevent extra pathsJon Ashburn
2015-07-31loader: Fix alloca ro loader_stack_alloc() for WindowsJon Ashburn
2015-07-31loader: get_registry_files needs to parse a listTony Barbour
2015-07-31xchange-94: Use VK_ prefix for environment varsCourtney Goeltzenleuchter
2015-07-31xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAMECourtney Goeltzenleuchter
2015-07-31loader: Fix bug in Windows for mod a static string DEFAULT_VK_LAYERS_INFOJon Ashburn
2015-07-31loader: fix typo in log messageJon Ashburn
2015-07-29WSI: Initialize WSI entry pointsCourtney Goeltzenleuchter
2015-07-29vulkan: Add vkCmdPushConstants entry pointCourtney Goeltzenleuchter