aboutsummaryrefslogtreecommitdiff
path: root/layers
AgeCommit message (Expand)Author
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
2015-06-18draw_state: Add support for DEBUG_REPORTCourtney Goeltzenleuchter
2015-06-18draw_state: Add CreateInstance supportCourtney Goeltzenleuchter
2015-06-18loader: remove dependency fields from extension infoCourtney Goeltzenleuchter
2015-06-18loader: Add support for debug reportCourtney Goeltzenleuchter
2015-06-17loader: Support layers that don't have an extension entrypointJon Ashburn
2015-06-17layers: Add multi-device/instance support to param checker layerMark Lobodzinski
2015-06-17layers: Add multi-device/instance support to APIDump layerMark Lobodzinski
2015-06-17layers: Add multi-device/instance support to generated layersMark Lobodzinski
2015-06-17layers: Multi-device/instance support for Memtracker.Mark Lobodzinski
2015-06-17misc: Make DEBUG_MARKER entrypoints a device extension with separate dispatchJon Ashburn
2015-06-17extensions: begin changes for extension supportCourtney Goeltzenleuchter
2015-06-17misc: Fix file permissionsCourtney Goeltzenleuchter
2015-06-17misc: white space cleanupCourtney Goeltzenleuchter
2015-06-17DrawState: Add support for multiple PhysicalDevices or InstancesJon Ashburn