aboutsummaryrefslogtreecommitdiff
path: root/layers/object_tracker.cpp
AgeCommit message (Collapse)Author
2016-07-22layers: Restore OT WSI GPA prefixesMark Lobodzinski
Change-Id: Ia83e40c8c5c92a8ac50dc2d5bf5bf9b2b255594b
2016-07-22layers: Fixup OT error messagesMark Lobodzinski
Print object type explicitly; also fixup a couple of format specifiers. Change-Id: I6f5036f70cae05bd5f7ee9320e24b2e16bdc811b
2016-07-22layers: Fix thread-safety fails in OT FreeXxx APIsMark Lobodzinski
Tracking data was cleaned up after calling down the chain in FreeCommandBuffers and FreeDescriptorSets -- this left a hole that another thread could walk through and corrupt the tracking data. Change-Id: I7cc9c9bfae9f1ea179122125dd09952650f14d81
2016-07-22layers: Update object_tracker layerMark Lobodzinski
Removed dead code, added per-instance and per-device object tracking, (this was broken in codegen'd version with no cross-device validation), updated for new layer architectures and coding standards, removed OT-related codegen -- it is now a standalone cpp file. Change-Id: I64464b855e1b4841c8e3a581387e0e9065b006f7