aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-11layers: Migrate DrawState to new error reporting allowing for callback to sig...Tobin Ehlis
2015-09-11Bug 12998: Document required depth formats and layouts in buffer memoryCourtney Goeltzenleuchter
2015-09-11bug 14530: Remove IMAGE_CREATE_INVARIANT_DATA_BITCourtney Goeltzenleuchter
2015-09-11Bug 14587: Rename flags: XXX_CREATE_SPARSE_BITCourtney Goeltzenleuchter
2015-09-11bug 14313: Rename ArraySlice to ArrayLayerCourtney Goeltzenleuchter
2015-09-11Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BITCourtney Goeltzenleuchter
2015-09-11bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BITCourtney Goeltzenleuchter
2015-09-11bug 14541: rename VkTexAddress to VkTexAddressModeCourtney Goeltzenleuchter
2015-09-11bug 14537: Improve VkImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-11Bug 14537: Improve VkImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-11bug-13139: refactor sparse propertiesCourtney Goeltzenleuchter
2015-09-10layers: Reenable MemTracker reference trackingMark Lobodzinski
2015-09-10nulldrv: Fix compiler issuesCourtney Goeltzenleuchter
2015-09-10vulkan.h: Change return types of some functions to voidMark Lobodzinski
2015-09-10layers: Add note about vkCreateDevice behaviorCourtney Goeltzenleuchter
2015-09-10vulkan: Add validation error resultCourtney Goeltzenleuchter
2015-09-10demos: Do not bail on validation errorCourtney Goeltzenleuchter
2015-09-10draw_state: Implement bailout case for one testCourtney Goeltzenleuchter
2015-09-10layers: Add bailout flag to debug report callbackCourtney Goeltzenleuchter
2015-09-10mem_tracker: validation commentCourtney Goeltzenleuchter
2015-09-10bug-14538: Remove driver validation checksCourtney Goeltzenleuchter
2015-09-10layers: Remove unused functionsCourtney Goeltzenleuchter
2015-09-10layers: Add DeviceLimits json filesCody Northrop
2015-09-09layers: In DrawState only validate bound VBO index at the time of DrawTobin Ehlis
2015-09-09layers: DrawState fix to prevent false positives when matching PipelineLayoutsTobin Ehlis
2015-09-09demos: Fix demos to correctly query physicalDevice countTobin Ehlis
2015-09-09layers: Fix ScreenShot layer to handle EnumeratePhysicalDevices query count caseTobin Ehlis
2015-09-09layers: Initial framework for DeviceLimits layerTobin Ehlis
2015-09-09loader: Use GetProcAddr function names from layer manifest fileJon Ashburn
2015-09-09demos: Prevent tri rendering during shutdownCody Northrop
2015-09-09vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139Mark Lobodzinski
2015-09-09vulkan.h: Add bufferFeatures to VkFormatProperties, bug #14546Mark Lobodzinski
2015-09-08Windows build: rename vulkan.0.dll to vulkan-0.dllDavid Pinedo
2015-09-07documentation: Detail DRI3 use on ubuntu 15.04Mike Stroyan
2015-09-04loader: Fix Windows build for alloc stuffJon Ashburn
2015-09-04loader: make thirdparty code use allocation callbacksJon Ashburn
2015-09-04demos: Add allocation callback to tri test CreateInstanceJon 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-04WSI: Convert from VERSION to REVISION in nulldrvDavid Pinedo
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: Update headers for WSI swapchain extensions (versions 51 & 17).Ian Elliott
2015-09-04WSI: Convert WSI swapchain extension usage to new KHR styleIan Elliott
2015-09-04WSI: Update headers for WSI swapchain extensions (versions 47 & 15).Ian Elliott
2015-09-04WSI: Remove old loader code for the VK_WSI_LunarG extension.Ian Elliott
2015-09-03demos: Set depth image aspect correctlyCody Northrop
2015-09-03layers: If layers receive bad filename for output log, report ERROR and fallb...Tobin Ehlis
2015-09-03layers: Update some layers to avoid repeated call to get_dispatch_key()Tobin Ehlis