aboutsummaryrefslogtreecommitdiff
path: root/layers
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-18layers: Remove dead code.Jeremy Hayes
2015-06-18layers: Make WSI_LUNARG a device extension and check if enabled before useJon Ashburn
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 GetDisplayInfoWSI()Jon 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: V100 -- Remove vkClearDescriptorSets, Bug# 13783Mark 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-18layers: Fix memtracker segfault for ill-behaved appsMark Lobodzinski
2015-06-18shaderChecker: Add GetPhysDevExtInfo and fix CreateInstanceJon 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
2015-06-18mem_tracker: add per-instance persistent dataCourtney Goeltzenleuchter
2015-06-18memtracker: Add persistent storageCourtney Goeltzenleuchter
2015-06-18debug_report: Utilities for layers to useCourtney Goeltzenleuchter
2015-06-18layers: Make dispatch table thread safeJon Ashburn
2015-06-18layers: Fix DrawState and ParamChecker to only use debug_marker if enabledJon Ashburn
2015-06-18layers: Initialize debug_report instance proc tableCourtney Goeltzenleuchter
2015-06-18loader: Remove obsolete extension / layer codeCourtney Goeltzenleuchter
2015-06-18shader_checker: Use DEBUG_REPORT helper functionsCourtney Goeltzenleuchter
2015-06-18param_checker: Use DEBUG_REPORT extension helpersCourtney Goeltzenleuchter
2015-06-18mem_tracker: DEBUG_REPORT handled by helper functionsCourtney Goeltzenleuchter
2015-06-18mem_tracker: DEBUG_REPORT is global, do not use in CreateDeviceCourtney Goeltzenleuchter
2015-06-18mem_tracker: Updates to match latest loader changesCourtney Goeltzenleuchter
2015-06-18draw_state: Add validation extension recordCourtney Goeltzenleuchter