Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_native
/
ecc05fb5430ebb57710850f22d2a370c2af86e9d
/
services
724d91d
Sensor batching. Changes to the native code.
by Aravind Akella
· 12 years ago
9b5534b
Merge changes I8283a989,I64add89a into klp-dev
by Mathias Agopian
· 11 years ago
87967c1
Merge "Force async behavior for the virtual display output BufferQueue" into klp-dev
by Jesse Hall
· 11 years ago
8db9255
Force async behavior for the virtual display output BufferQueue
by Jesse Hall
· 11 years ago
19733a3
minor clean-up of the GLESRenderer
by Mathias Agopian
· 11 years ago
931bda1
reset the gl viewport at each frame for each display
by Mathias Agopian
· 11 years ago
a8c386f
switch to use mat4
by Mathias Agopian
· 11 years ago
f2e4fcd
Merge changes I34935d21,If423cd29 into klp-dev
by Mathias Agopian
· 11 years ago
ed127ea
Merge "make sure SF initialization is ran at target priority and correct thread group" into klp-dev
by Mathias Agopian
· 11 years ago
9414d67
make sure SF initialization is ran at target priority and correct thread group
by Mathias Agopian
· 11 years ago
bcab7b1
fix DimLayer in GLES2.0 SF
by Mathias Agopian
· 11 years ago
464febc
Remove input flinger stubs. (DO NOT MERGE)
by Jeff Brown
· 11 years ago
bef42c5
handle several vsync signal correctly
by Mathias Agopian
· 11 years ago
4ceff3d
screenshot layers wouldn't work in some cases
by Mathias Agopian
· 11 years ago
a525483
Merge "Fix a bug where non-cropped layer could be scaled incorrectly" into klp-dev
by Mathias Agopian
· 11 years ago
d2cf8c2
Merge "Provide HWC prepare with a valid output buffer" into klp-dev
by Jesse Hall
· 11 years ago
7127d17
Merge "Fix HWComposer dumping of float source crops" into klp-dev
by Jesse Hall
· 11 years ago
3255147
Merge "Fix virtual displays for HWC 1.0" into klp-dev
by Andy McFadden
· 11 years ago
0e8f144
Fix a bug where non-cropped layer could be scaled incorrectly
by Mathias Agopian
· 11 years ago
028dc8f
Provide HWC prepare with a valid output buffer
by Jesse Hall
· 11 years ago
353ddc6
Fix HWComposer dumping of float source crops
by Jesse Hall
· 11 years ago
22a99f0
Fix virtual displays for HWC 1.0
by Andy McFadden
· 11 years ago
4f4f094
SurfaceFlinger now runs in the process's main thread
by Mathias Agopian
· 11 years ago
90f59bf
Merge "Re-enable frame dropping for non-auto timestamps" into klp-dev
by Andy McFadden
· 11 years ago
7c6278d
Merge "Use new HWC display type/count constants." into klp-dev
by Jesse Hall
· 11 years ago
49457ac
Encapsulate textures into their own Texture class
by Mathias Agopian
· 11 years ago
3c25621
Re-enable frame dropping for non-auto timestamps
by Andy McFadden
· 11 years ago
9e663de
Use new HWC display type/count constants.
by Jesse Hall
· 11 years ago
e048a43
Merge "Add support for EGL_KHR_gl_colorspace" into klp-dev
by Jesse Hall
· 11 years ago
e0ec2a9
Merge "Fix ES2 composition on some devices" into klp-dev
by Mathias Agopian
· 11 years ago
2eaefe1
Simplify handling of opaque layers in shader generation
by Mathias Agopian
· 11 years ago
458197d
Fix ES2 composition on some devices
by Mathias Agopian
· 11 years ago
6db4ff6
Disable GLES 2.x rendering
by Andy McFadden
· 11 years ago
892f22d
Initialize mIndent
by Andy McFadden
· 11 years ago
5cdc899
don't reallocate the mesh each time we use it
by Mathias Agopian
· 11 years ago
3f84483
SurfaceFlinger now uses GLES 2.x when available
by Mathias Agopian
· 11 years ago
5ff5a84
allow "system" screenshots even when the secure flag is set
by Mathias Agopian
· 11 years ago
c2e4122
Add support for EGL_KHR_gl_colorspace
by Jesse Hall
· 11 years ago
a6bb107
make sure we have a context when creating the 1st surface
by Mathias Agopian
· 11 years ago
6c913be
Add ISurfaceComposer::destroyDisplay
by Jesse Hall
· 11 years ago
b98240c
batteryservice: add battery current now and charge counter data
by Todd Poynor
· 11 years ago
ff866e7
Merge "Set the swap interval of virtual display surfaces to 0"
by Jesse Hall
· 11 years ago
f460f55
Set the swap interval of virtual display surfaces to 0
by Jesse Hall
· 11 years ago
3ca76f4
remove support for glReadPixels screenshot path
by Mathias Agopian
· 11 years ago
db89edc
All consumers now take an IGraphicBufferConsumer instead of a BufferQueue
by Mathias Agopian
· 11 years ago
a4e1952
Binderize the consumer side of BufferQueue
by Mathias Agopian
· 11 years ago
aaff4ef
SurfaceFlinger: Set the result of binderized screencapture
by Mike J. Chen
· 11 years ago
ad678e1
single buffer mode for BufferQueue
by Mathias Agopian
· 11 years ago
c2414bb
get rid of HAL pixelformats 5551 and 4444
by Mathias Agopian
· 11 years ago
dd53371
make transparent pixels transparents again
by Mathias Agopian
· 11 years ago
5773d3f
get rid of PixelFormatInfo and simplify things
by Mathias Agopian
· 11 years ago
87bf0d9
add libbatteryservice
by Todd Poynor
· 12 years ago
1d4f79c
Merge "surfaceflinger: add frame duration logging"
by Jamie Gennis
· 11 years ago
6547ff4
surfaceflinger: add frame duration logging
by Jamie Gennis
· 12 years ago
4ffb7b1
Merge "Add C++ library for ConnectivityManager"
by Geremy Condra
· 11 years ago
7ffaa7c
move services executables sources in their respective src folder
by Mathias Agopian
· 11 years ago
7cdd786
Make ANW.setSwapInterval(0) work again
by Mathias Agopian
· 11 years ago
595264f
BufferQueue improvements and APIs changes
by Mathias Agopian
· 12 years ago
33510c0
Add C++ library for ConnectivityManager
by Chad Brubaker
· 12 years ago
bce7611
Fix build -- update for function signature change
by Jesse Hall
· 12 years ago
3bc3840
Merge "Rewrite VirtualDisplaySurface"
by Jesse Hall
· 12 years ago
7f069d7
Merge "always pass the BufferQueue explicitely to consumers"
by Mathias Agopian
· 12 years ago
0fd3bf4
Merge "Fix issue #9860494: Waiting for service batteryinfo..."
by Dianne Hackborn
· 12 years ago
40c9e0a
Add skeleton of input flinger.
by Jeff Brown
· 12 years ago
ee83397
Fix issue #9860494: Waiting for service batteryinfo...
by Dianne Hackborn
· 12 years ago
38efe86
Rewrite VirtualDisplaySurface
by Jesse Hall
· 12 years ago
8f938a5
always pass the BufferQueue explicitely to consumers
by Mathias Agopian
· 12 years ago
883140d
Merge "SurfaceFlinger: EventThread: Fix Vsync array size."
by Jesse Hall
· 12 years ago
5c876fa
SurfaceFlinger: EventThread: Fix Vsync array size.
by Saurabh Shah
· 12 years ago
cdd7d8b
resolved conflicts for merge of 00aea5c5 to master
by Mathias Agopian
· 12 years ago
00aea5c
am ac9a96da: fix a dead-lock in sensorservice
by Mathias Agopian
· 12 years ago
ac9a96d
fix a dead-lock in sensorservice
by Mathias Agopian
· 12 years ago
c33f9a7
Merge "Pay attention to buffer timestamps"
by Andy McFadden
· 12 years ago
1585c4d
Pay attention to buffer timestamps
by Andy McFadden
· 12 years ago
6b44267
fix SF buffer cropping
by Mathias Agopian
· 12 years ago
2ed0fe5
fix a bug where surfaceflinger and system_server could deadlock
by Mathias Agopian
· 12 years ago
547e98f
Merge "Refactor SF. Move all GL operations in their own class."
by Mathias Agopian
· 12 years ago
ba02cd2
improve sensorservice's dumpsys
by Mathias Agopian
· 12 years ago
cf90bad
Merge "simplify some unnecessary complex code"
by Mathias Agopian
· 12 years ago
fee2b46
Debug code for detecting all black pixels screenshots
by Mathias Agopian
· 12 years ago
7438fd1
simplify some unnecessary complex code
by Mathias Agopian
· 12 years ago
875d8e1
Refactor SF. Move all GL operations in their own class.
by Mathias Agopian
· 12 years ago
98d3d6e
SurfaceFlinger: fix releaseBuffer in updateTexImage
by Lajos Molnar
· 12 years ago
1eae0ee
clean-up SurfaceFlinger a bit
by Mathias Agopian
· 12 years ago
2e3a7f1
Merge "Basic binary event-log helpers"
by Mathias Agopian
· 12 years ago
7cc6df5
fix a possible deadlock when removing a layer and destroying a client
by Mathias Agopian
· 12 years ago
85cce37
Basic binary event-log helpers
by Mathias Agopian
· 12 years ago
b2397ff
Merge changes Id5584bc1,I8ca826d0
by Mathias Agopian
· 12 years ago
24f9bea
revert parts of dc5b63e40, which made gyro drift estimation unstable
by Mathias Agopian
· 12 years ago
2e2a560
use gyro timestamp directly in fusion
by Mathias Agopian
· 12 years ago
29c3f35
Prevent opaque windows from making framebuffer translucent
by Jesse Hall
· 12 years ago
c5d7b7d
BufferQueue: track buffer-queue by instance vs. by reference
by Lajos Molnar
· 12 years ago
80d7fd8
Power manager now takes calling package name arg.
by Dianne Hackborn
· 12 years ago
2cad801
am 23dacde4: [DO NOT MERGE] fix a bug where surfaceflinger and system_server could deadlock
by Mathias Agopian
· 12 years ago
23dacde
[DO NOT MERGE] fix a bug where surfaceflinger and system_server could deadlock
by Mathias Agopian
· 12 years ago
2381033
am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() implicit and longer
by Mathias Agopian
· 12 years ago
e6eef6c
am ea74d3b7: make the warning timout of Fence::waitForever() implicit and longer
by Mathias Agopian
· 12 years ago
0319306
various fixes to the sensorservice
by Mathias Agopian
· 12 years ago
ea74d3b
make the warning timout of Fence::waitForever() implicit and longer
by Mathias Agopian
· 12 years ago
59eaeed
am 28fc78bf: am e8fed71d: Merge "Abort surface composition if hw surface is invalid"
by Jesse Hall
· 12 years ago
Next »