8000 Tags · XenStuff/android_frameworks_native · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: XenStuff/android_frameworks_native

Tags

cm-11.0-XNPH05Q-tomato-9828f8e9cc

Toggle cm-11.0-XNPH05Q-tomato-9828f8e9cc's commit message
Merge branch 'cm-11.0' into stable/cm-11.0

cm-11.0-XNPH05Q-bacon-5229c4ef56

Toggle cm-11.0-XNPH05Q-bacon-5229c4ef56's commit message
Merge branch 'cm-11.0' into stable/cm-11.0

cm-11.0-XNPH44S-bacon-5fa8c79c0b

Toggle cm-11.0-XNPH44S-bacon-5fa8c79c0b's commit message
Merge branch 'cm-11.0' into stable/cm-11.0

cm-11.0-XNPH33R-bacon-3628510d76

Toggle cm-11.0-XNPH33R-bacon-3628510d76's commit message
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

cm-11.0-XNPH30O-bacon-4f280f505a

Toggle cm-11.0-XNPH30O-bacon-4f280f505a's commit message
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

cm-11.0-XNPH25R-bacon-d22b777afa

Toggle cm-11.0-XNPH25R-bacon-d22b777afa's commit message
Merge remote-tracking branch 'github/cm-11.0' into HEAD

cm-11.0-XNPH22R-bacon-03d77315ea

Toggle cm-11.0-XNPH22R-bacon-03d77315ea's commit message
Merge remote-tracking branch 'github/cm-11.0' into HEAD

cm-10.2.1

Toggle cm-10.2.1's commit message
Fix boot animation rotation problem when ro.sf.hwrotation is set to 9…

…0 or 270

Change-Id: I523204540ead9be61e5dc186fa6bbad7c468c3c4

cm-10.2.0

Toggle cm-10.2.0's commit message
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

cm-10.2-M1

Toggle cm-10.2-M1's commit message
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
0