Tags: XenStuff/android_frameworks_native
Tags
Merge branch 'cm-11.0' into stable/cm-11.0
Merge branch 'cm-11.0' into stable/cm-11.0
Merge branch 'cm-11.0' into stable/cm-11.0
surfaceflinger: Track the last surfaceview frame for latency dumps When measuring GL latency with dumpsys, it's possible to hit a race condition if the hardware is fast enough to complete rendering the test cycle before the latency dump is requested, since it only matches the latency for live layers (unless it's an animation. See change I8bded1ea08a4cddefef0aa955401052bb9107c90) So always save a reference to the last rendered SurfaceView frame, and dump its values if there isn't an active one. Change-Id: I740e9830161396ea955b5a53322bd8576b5136bc
surfaceflinger: Track the last surfaceview frame for latency dumps When measuring GL latency with dumpsys, it's possible to hit a race condition if the hardware is fast enough to complete rendering the test cycle before the latency dump is requested, since it only matches the latency for live layers (unless it's an animation. See change I8bded1ea08a4cddefef0aa955401052bb9107c90) So always save a reference to the last rendered SurfaceView frame, and dump its values if there isn't an active one. Change-Id: I740e9830161396ea955b5a53322bd8576b5136bc
Merge remote-tracking branch 'github/cm-11.0' into HEAD
Merge remote-tracking branch 'github/cm-11.0' into HEAD
frameworks/native: Add support for Secure Display. - Add secure UI layers to primary and remove other layers from internal and external list for Secure Display usecase. - Dont let secure UI layers to be captured on screen Change-Id: Iebdad5c56247308604ee90928f6d6460a1f69279
Support forcing all screenshots into a CPU consumer Looks like a full GPU path is less efficient on some GPU drivers that we're still using, and CPU is reliably faster... (there's probably a locking condition going on somewhere, this needs to be looked into) Change-Id: I8878796a117d65bf2324507cf8755cadce49f6dc
PreviousNext