aboutsummaryrefslogtreecommitdiff
path: root/layers/layers_table.cpp
AgeCommit message (Collapse)Author
2015-06-18tests: Remove the enablement of the "Validation" extensionJon Ashburn
This accidentally got added resulting in validation layers always running.
2015-06-18WIP: Debugging - REMOVECourtney Goeltzenleuchter
2015-06-18layers: Ifdef out debug codeCourtney Goeltzenleuchter
2015-06-18layers: utilities for layer storageCourtney Goeltzenleuchter
Have defined tableMap and tableInstanceMap as static here to prevent layers from accidentally using a common map. Moved all the access functions here as well to be able to access the static maps. Added destroy functions to eliminate last of references to tableMap and tableInstanceMap maps outside this file.
2015-06-18mem_tracker: add per-instance persistent dataCourtney Goeltzenleuchter
2015-06-18layers: Make dispatch table thread safeJon Ashburn