aboutsummaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2015-09-25WSI Validation: Initial WSI "swapchain" validation layer.Ian Elliott
2015-09-23bug-14715: DrawIndirect fixCourtney Goeltzenleuchter
2015-09-23loader: Remove instance validation checks from debug_report.cMark Lobodzinski
2015-09-23loader: Remove validation checks from loader.cMark Lobodzinski
2015-09-23bug 14365: make separate viewport and scissor cmdsCourtney Goeltzenleuchter
2015-09-23bug 14365: replace dynamic state objectsCourtney Goeltzenleuchter
2015-09-23intel: Removed ICD validation checks from dev.cMark Lobodzinski
2015-09-22loader: Add lock around cJSON so big loader lock is not needed as muchJon Ashburn
2015-09-18loader: Fix a few possibly unitialized variablesJon Ashburn
2015-09-17Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfoCourtney Goeltzenleuchter
2015-09-17Bug 14643: use VkClearDepthStencilValueCourtney Goeltzenleuchter
2015-09-17bug-14538: Remove validation error codesCourtney Goeltzenleuchter
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-17layers: Fix intercept of WSI instance entrypointsJon Ashburn
2015-09-17loader: Remove windows disable of global optimization.Jon Ashburn
2015-09-16loader: Need to init instance dispatch without layersCourtney Goeltzenleuchter
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