Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
37c2c9b2d02204010f65742f02a8e73553bf78a8
/
services
37c2c9b
SF: Introduce OutputLayerCompositionState
by Lloyd Pique
· 7 years ago
564287c
Merge "SF: Iterate correctly over multiple displays when computing and caching bounds"
by TreeHugger Robot
· 7 years ago
661b190
Merge "Fix BufferHubBuffer black screen"
by Tianyu Jiang
· 7 years ago
1b85add
Merge "Use const reference in setGpuStats() API"
by TreeHugger Robot
· 7 years ago
01ace76
SF: Iterate correctly over multiple displays when computing and caching bounds
by Vishnu Nair
· 7 years ago
dfe0f4c
Fix BufferHubBuffer black screen
by Jiwen 'Steve' Cai
· 7 years ago
210bb7e
Use const reference in setGpuStats() API
by Greg Kaiser
· 7 years ago
112f49f
Merge "SurfaceFlinger: some bug fixes on Scheduler"
by TreeHugger Robot
· 7 years ago
6ad3738
Merge "SurfaceFlinger: Scheduler: move reset callback to scheduler thread"
by TreeHugger Robot
· 7 years ago
4770984
Merge "[gui] Add {add,remove}RegionSamplingListener"
by Kevin DuBois
· 7 years ago
98df80a
Merge changes I5ef52fe3,I5d6ec6fd
by Vishnu Nair
· 7 years ago
8381914
Merge "Fix use after free in InputClassifier"
by TreeHugger Robot
· 7 years ago
d71fd18
Merge changes I1348da2c,I103d2a56,I4ed64966
by TreeHugger Robot
· 7 years ago
3aff917
SurfaceFlinger: some bug fixes on Scheduler
by Ady Abraham
· 7 years ago
a1a49af
SurfaceFlinger: Scheduler: move reset callback to scheduler thread
by Ady Abraham
· 7 years ago
482b4b1
SurfaceFlinger: set change phase offsets for 90Hz
by Ady Abraham
· 7 years ago
c3e2131
SurfaceFlinger: get expectedPresentTime from Scheduler
by Ady Abraham
· 7 years ago
45a16ab
Merge "Fix style violation according to go/droidcppstyle"
by TreeHugger Robot
· 7 years ago
f0c2851
SF Bounds caching 3/3: Use cached transforms and bounds
by Vishnu Nair
· 7 years ago
4351ad5
SF Bounds caching 2/3: Compute and cache layer bounds during invalidate stage
by Vishnu Nair
· 7 years ago
f1adb4a
Merge "Game Driver: make GpuService the GpuStats holder"
by TreeHugger Robot
· 7 years ago
f2320ab
Fix use after free in InputClassifier
by Siarhei Vishniakou
· 7 years ago
042523f
Merge "ASurfaceControl: dataspace (2/2)"
by TreeHugger Robot
· 7 years ago
a5bdd9d
SF: set active config state machine
by Ana Krulec
· 7 years ago
84ab937
[gui] Add {add,remove}RegionSamplingListener
by Dan Stoza
· 7 years ago
c9d8d58
Fix style violation according to go/droidcppstyle
by Tianyu Jiang
· 7 years ago
0344860
Merge "Fix non camelCase function names"
by Tianyu Jiang
· 7 years ago
cb9d4e4
Game Driver: make GpuService the GpuStats holder
by Yiwei Zhang
· 7 years ago
a028c44
Add dump to Input Classifier
by Siarhei Vishniakou
· 7 years ago
3ddb9b4
Merge "Move TouchVideoDevice.h"
by TreeHugger Robot
· 7 years ago
5e9a413
Merge "surfaceflinger: Update OWNERS" am: 2c9ea71904 am: c5f43afca8
by Marissa Wall
· 7 years ago
727ede4
Fix non camelCase function names
by Tianyu Jiang
· 7 years ago
7354fd4
Merge "surfaceflinger: Update OWNERS" am: 2c9ea71904 am: c5f43afca8
by Marissa Wall
· 7 years ago
c5f43af
Merge "surfaceflinger: Update OWNERS" am: 2c9ea71904
by Marissa Wall
· 7 years ago
3ff826c
ASurfaceControl: dataspace (2/2)
by Marissa Wall
· 7 years ago
100278f
Move TouchVideoDevice.h
by Siarhei Vishniakou
· 7 years ago
3b8439c
Merge "SF: Update cursor position using drawing state"
by TreeHugger Robot
· 7 years ago
3cba9b9
Merge "Move eventTime into NotifyArgs"
by TreeHugger Robot
· 7 years ago
ec4a139
surfaceflinger: Update OWNERS
by Marissa Wall
· 7 years ago
1543d88
Fix non camelCase member variables
by Tianyu Jiang
· 7 years ago
13fb886
Merge "SurfaceFlinger: check fence when acquiring buffer with PTS"
by TreeHugger Robot
· 7 years ago
46d78ae
Merge "SF: Fix thread safety for scheduler callbacks"
by TreeHugger Robot
· 7 years ago
d179e85
Merge "Cache output Framebuffer for RenderEngine::drawLayers"
by Alec Mouri
· 7 years ago
f1ece6c
Merge "SurfaceFlinger: Ensure reparent triggers visible region calculation."
by TreeHugger Robot
· 7 years ago
84a7e45
Merge "Remove EventHub header from include dir"
by TreeHugger Robot
· 7 years ago
3628627
Merge "Background modifications trigger callbacks (BufferStateLayer)"
by TreeHugger Robot
· 7 years ago
aa19456
Background modifications trigger callbacks (BufferStateLayer)
by Valerie Hau
· 7 years ago
7f2ed8b
SurfaceFlinger: Ensure reparent triggers visible region calculation.
by Robert Carr
· 7 years ago
2c476d0
Merge "Revert "Revert "Use renderengine::drawLayers api everywhere."""
by TreeHugger Robot
· 7 years ago
c2fdc9a
Merge "SurfaceControl life-cycle refactoring."
by Rob Carr
· 7 years ago
820c740
Cache output Framebuffer for RenderEngine::drawLayers
by Alec Mouri
· 7 years ago
e7d1d4a
Revert "Revert "Use renderengine::drawLayers api everywhere.""
by Alec Mouri
· 7 years ago
cae4b3a
Remove EventHub header from include dir
by Prabir Pradhan
· 7 years ago
80c7d5a
Merge "SF: Fix for rare flakes in Event{Control}ThreadTests"
by TreeHugger Robot
· 7 years ago
8a64a83
Merge "SF: Color changes should dirty entire display"
by TreeHugger Robot
· 7 years ago
ccf37d7
SF: Fix thread safety for scheduler callbacks
by Dominik Laskowski
· 7 years ago
e04bf9f
Merge "SF Bounds caching 1/3: Defer calls that use layer bounds until the cached bounds are available."
by TreeHugger Robot
· 7 years ago
1dd48f6
Merge "Changed ContainerLayer's isVisible method to always return false."
by TreeHugger Robot
· 7 years ago
846c833
Merge "SF: Plumb physical display IDs to libgui"
by Dominik Laskowski
· 7 years ago
33a6eee
SF: Update cursor position using drawing state
by Vishnu Nair
· 7 years ago
ef95812
SF: Color changes should dirty entire display
by Lloyd Pique
· 7 years ago
6194e2e
SF Bounds caching 1/3: Defer calls that use layer bounds until the cached bounds are available.
by Vishnu Nair
· 7 years ago
3e727cd
Changed ContainerLayer's isVisible method to always return false.
by chaviw
· 7 years ago
3e32609
Merge "SF: Fix many flakes in IdleTimerTest"
by TreeHugger Robot
· 7 years ago
ff1b508
Merge "SurfaceFlinger: remove DdmConnection" am: e55a64f1a7 am: 18b2d1b873
by Orion Hodson
· 7 years ago
18b2d1b
Merge "SurfaceFlinger: remove DdmConnection" am: e55a64f1a7
by Orion Hodson
· 7 years ago
fb996e9
SurfaceFlinger: remove DdmConnection
by Orion Hodson
· 7 years ago
58df602
Merge "[SurfaceFlinger] Pick the widest color space."
by Peiyong Lin
· 7 years ago
16496bf
Merge "Fixing BufferState background color tests and Caching tests"
by TreeHugger Robot
· 7 years ago
1f9f1a4
SF: Fix many flakes in IdleTimerTest
by Lloyd Pique
· 7 years ago
f6eb766
[SurfaceFlinger] Pick the widest color space.
by Peiyong Lin
· 7 years ago
a6b15a1
Fixing BufferState background color tests and Caching tests
by Valerie Hau
· 7 years ago
86fa3db
SF: Fixup call expectations in libsurfaceflinger_unittest
by Lloyd Pique
· 7 years ago
c4d81bd
Merge "blast: implicitly cache buffers"
by TreeHugger Robot
· 7 years ago
8724653
SurfaceControl life-cycle refactoring.
by Robert Carr
· 7 years ago
648718b
Merge "SurfaceFlinger: remove DdmConnection"
by TreeHugger Robot
· 7 years ago
fe95fd7
SurfaceFlinger: check fence when acquiring buffer with PTS
by Ady Abraham
· 7 years ago
6dbc3f6
Reset InputClassifier HAL when system starts
by Siarhei Vishniakou
· 7 years ago
4b70146
Merge "Revert "Use renderengine::drawLayers api everywhere.""
by TreeHugger Robot
· 7 years ago
f2cabfc
Merge "Remove unused variables from InputClassifier"
by TreeHugger Robot
· 7 years ago
45bb088
Remove unused variables from InputClassifier
by Siarhei Vishniakou
· 7 years ago
7341162
blast: implicitly cache buffers
by Marissa Wall
· 7 years ago
79108df
Revert "Use renderengine::drawLayers api everywhere."
by Alec Mouri
· 7 years ago
0e87539
Merge "Add refresh rate stats to TimeStats."
by Alec Mouri
· 7 years ago
5ef8f96
Merge changes Id1e90796,Ic8fe0fee,I2ed83355
by Lloyd Pique
· 7 years ago
7d46353
Merge "Ensure visible regions are recomputed when children change."
by Rob Carr
· 7 years ago
34397da
SurfaceFlinger: remove DdmConnection
by Orion Hodson
· 7 years ago
dcb38bb
SF: Plumb physical display IDs to libgui
by Dominik Laskowski
· 7 years ago
fb571ea
Add refresh rate stats to TimeStats.
by Alec Mouri
· 7 years ago
6dc09b6
Move eventTime into NotifyArgs
by Siarhei Vishniakou
· 7 years ago
dd0b757
Combining background color related transactions/functions
by Valerie Hau
· 7 years ago
76ed703
SF: Move HWComposerBufferCache in to CompositionEngine
by Lloyd Pique
· 7 years ago
cc01a45
SF: Intro CE::OutputLayer
by Lloyd Pique
· 7 years ago
feb73d7
SF: Setup CompositionEngine::Layer
by Lloyd Pique
· 7 years ago
0655b8e
SF: Fix for rare flakes in Event{Control}ThreadTests
by Lloyd Pique
· 7 years ago
b3f3095
Merge "Initialize pointerCapture"
by TreeHugger Robot
· 7 years ago
084cf9a
Merge "SF: Offsets should be dependend on the refresh rate."
by Ana Krulec
· 7 years ago
e4cc903
Merge "Fix Native tests for input are broken in postsubmit"
by TreeHugger Robot
· 7 years ago
4b05703
Initialize pointerCapture
by Siarhei Vishniakou
· 7 years ago
6b9ee73
Merge "Use renderengine::drawLayers api everywhere."
by Alec Mouri
· 7 years ago
Next »