aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-19layers: Add DrawState check for Invalid PSO CreateInfo stateTobin Ehlis
2015-06-19layers: Add active_shaders flag to Pipeline node struct in DrawStateTobin Ehlis
2015-06-18Layers: ported to screenshot layer to masterDavid Pinedo
2015-06-18Windows: Fix build issues on WindowsTony Barbour
2015-06-18layers: Remove dead code.Jeremy Hayes
2015-06-18demos: Fix output location in tri.vert.Jeremy Hayes
2015-06-18layers: Make WSI_LUNARG a device extension and check if enabled before useJon Ashburn
2015-06-18loader: Remove support for WSI as an instance extensionJon Ashburn
2015-06-18demos: Add missing spv dependency for cubeCody Northrop
2015-06-18layers: Migrate draw_state.cpp to use log_msg utility for dbg reportingTobin Ehlis
2015-06-18layers: Update DrawState intercept of Create/Destroy MsgCallbackTobin Ehlis
2015-06-18misc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSIJon Ashburn
2015-06-18misc: Remove GetDisplayInfoWSI()Jon Ashburn
2015-06-18loader: Fix memory free bug in destroying icd from DestroyInstanceJon Ashburn
2015-06-18layers: Add linefeed after log messageCourtney Goeltzenleuchter
2015-06-18mem_tracker: Cannot get dispatch key after destroyCourtney Goeltzenleuchter
2015-06-18vulkan.h: V102 -- Rename min/maxDepth for DepthStencil, Bug# 13917Mark Lobodzinski
2015-06-18vulkan.h: V101 -- Remove programPointSize, Bug# 13928Mark Lobodzinski
2015-06-18vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove vkPinSystemMemory, Bug# 13926Mark Lobodzinski
2015-06-18vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925Mark Lobodzinski
2015-06-18layers: Report DEBUG_MARKER as supported in ParamChecker and DrawStateJon Ashburn
2015-06-18layers: Add GetPhysicalDeviceExtInfo to DrawStateJon Ashburn
2015-06-18DrawState: Fix destroying of maps so the map entrys get removedJon Ashburn
2015-06-18tests: Remove the enablement of the "Validation" extensionJon Ashburn
2015-06-18WIP: Debugging - REMOVECourtney Goeltzenleuchter
2015-06-18loader: Grab next before destroying the dataCourtney Goeltzenleuchter
2015-06-18layers: Fix memtracker segfault for ill-behaved appsMark Lobodzinski
2015-06-18shaderChecker: Add GetPhysDevExtInfo and fix CreateInstanceJon Ashburn
2015-06-18loader: Support multiple layers in one library by using <layerName>GetProcAddrJon Ashburn
2015-06-18loader: Remove the test for device layers activated; they follow create/destroyJon Ashburn
2015-06-18loader: Add device struct so can destroy layer info at DestroyDeviceJon Ashburn
2015-06-18mem_tracker: Process config file debug actionsCourtney Goeltzenleuchter
2015-06-18layers: Remove callback as runtime actionCourtney Goeltzenleuchter
2015-06-18layers: Add config parser to compute debug flagsCourtney Goeltzenleuchter
2015-06-18layers: Move dbg flag print to config headerCourtney Goeltzenleuchter
2015-06-18layers: Add logging callback function for layersCourtney Goeltzenleuchter
2015-06-18layers: Set helpers as static inlineCourtney Goeltzenleuchter
2015-06-18layers: make log_msg format log strings for perfCourtney Goeltzenleuchter
2015-06-18layers: Ifdef out debug codeCourtney Goeltzenleuchter
2015-06-18mem_tracker: Add some more debug codeCourtney Goeltzenleuchter
2015-06-18mem_tracker: Use dispatch access functionsCourtney Goeltzenleuchter
2015-06-18mem_tracker: Need dispatch object for loggingCourtney Goeltzenleuchter
2015-06-18mem_tracker: Add debug assertsCourtney Goeltzenleuchter
2015-06-18mem_tracker: Initialize new mem recordCourtney Goeltzenleuchter
2015-06-18draw_state: Update to use private dispatch mapCourtney Goeltzenleuchter
2015-06-18layers: Use static dispatch table mapsCourtney Goeltzenleuchter
2015-06-18layers: utilities for layer storageCourtney Goeltzenleuchter
2015-06-18layers: per-instance data helpersCourtney Goeltzenleuchter