replicant-frameworks_native/services
Mathias Agopian c397360883 the visible region sent to HWC was garbage
we used to have a visibleRegion object per layer, but now
it's per screen; so at somepoint the code got changed to
calculate the per-screen visible region on the stack and that's
what got passed to HWC.

we're now setting the visibleRegionScreen at each frame and
freeing at after the HWC set() call. We use the underlaying
SharedBuffer so that in most cases we don't have to allocate,
free or copy memory around.

Bug: 7089478
Change-Id: I24fa556c76613a225d9fe7a6c6b727bb476144d8
2012-08-31 18:41:22 -07:00
..
powermanager Use new PowerManager API. 2012-08-15 01:16:39 -07:00
sensorservice add a way to enable debugging sensors at runtime 2012-06-28 19:46:54 -07:00
surfaceflinger the visible region sent to HWC was garbage 2012-08-31 18:41:22 -07:00