replicant-frameworks_native/libs
Jeff Brown f3f7db6346 Allow global transactions to nest.
This change fixes a number of small glitches that can occur when
multiple components in the same process are updating surfaces.
One would expect that updates to disjoint sets of surfaces would
not collide but this is not the case.  The first component to
close the global transaction causes all pending updates to
be applied, including those that another component might not
have finished setting up if it also had an open transaction
at the same time.

Change-Id: I99345958581abbe0e1e325a5bcba37e8941a313a
2012-11-02 14:02:52 -07:00
..
binder Revert "ugly, temporary, workaroung for a problem where a binder thread spins forever" 2012-10-06 23:20:00 -07:00
cpustats Fix log spam about CPU frequency on one device 2012-05-14 16:55:26 -07:00
diskusage More changes to fix PDK build: 2012-10-24 12:30:41 -07:00
gui Allow global transactions to nest. 2012-11-02 14:02:52 -07:00
ui Fence didn't manager sync_wait error codes properly 2012-10-09 14:38:19 -07:00
utils Merge "Add an LRU cache plus hashing primitives" 2012-10-29 08:59:54 -07:00