Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
native
/
f35d95673e68285b2c25c914e51d9fba8e833a26
/
libs
/
gui
/
ISurfaceComposer.cpp
28f24d0
Color transforms are now color modes.
by Michael Wright
· 8 years ago
c4f471e
Plumb HDR capabilities up to SurfaceComposerClient
by Dan Stoza
· 9 years ago
60d6922
libsgui: Change Rect default constructor
by Pablo Ceballos
· 9 years ago
a21b7a0
am b93bca5d: am a59d7a6a: Merge "GUI: Remove unused variables"
by Andreas Gampe
· 10 years ago
b93bca5
am a59d7a6a: Merge "GUI: Remove unused variables"
by Andreas Gampe
· 10 years ago
7398a5a
GUI: Remove unused variables
by Andreas Gampe
· 10 years ago
dd883c0
libgui: Enable -Weverything and -Werror
by Dan Stoza
· 10 years ago
ae33eff
Fix crash when user provides large values in the Parcel.
by Michael Lentine
· 10 years ago
d723bd7
libgui: Enable -Weverything and -Werror
by Dan Stoza
· 10 years ago
e12cfc2
am 55f71bc0: Merge "Replace IInterface::asBinder() with a static"
by Marco Nelissen
· 10 years ago
097ca27
Replace IInterface::asBinder() with a static
by Marco Nelissen
· 10 years ago
2ea926b
Replace IInterface::asBinder() with a static
by Marco Nelissen
· 10 years ago
8afa1c4
Fix crash when user provides large values in the Parcel.
by Michael Lentine
· 10 years ago
67d8bd6
surfaceflinger: add getDisplayStats() method
by Lajos Molnar
· 10 years ago
c3ebe66
Add rotation to surfaceflingers screen cap.
by Riley Andrews
· 10 years ago
2c9b11f
surfaceflinger: Replace blank/unblank with setPowerMode
by Prashant Malani
· 10 years ago
c187900
SurfaceFlinger: Add sourceCrop to screenshot
by Dan Stoza
· 10 years ago
7f7da32
Enable changing display configuration
by Dan Stoza
· 11 years ago
d85084b
Adding render stats APIs to UiAutomation (framework native).
by Svetoslav
· 11 years ago
c701401
Allow disabling layer rotation during screenshots
by Dan Stoza
· 11 years ago
6c913be
Add ISurfaceComposer::destroyDisplay
by Jesse Hall
· 11 years ago
3ca76f4
remove support for glReadPixels screenshot path
by Mathias Agopian
· 11 years ago
abe815d
rework how we take screenshots for a CPU consumer
by Mathias Agopian
· 12 years ago
2a9fc49
rework screenshot API and implementation
by Mathias Agopian
· 12 years ago
2adaf04
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 12 years ago
dd3cb84
SurfaceFlinger: add support for secure displays
by Jamie Gennis
· 12 years ago
c01a79d
Pass display arg to blank/unblank
by Andy McFadden
· 12 years ago
8dfa92f
Plumb display name into SurfaceFlinger
by Andy McFadden
· 12 years ago
9d4e3d2
Banish DisplayID from the SurfaceFlinger API.
by Jeff Brown
· 12 years ago
e57f292
make multi-display more real
by Mathias Agopian
· 12 years ago
92efd84
screen-off animation won't be handled by SF anymore
by Mathias Agopian
· 12 years ago
c666cae
get rid of the shared-memory control block
by Mathias Agopian
· 12 years ago
8b33f03
update SF binder protocol to support setting display attributes
by Mathias Agopian
· 12 years ago
3094df3
First prototype atttempting to support an external display
by Mathias Agopian
· 12 years ago
8e53306
surfaceflinger: replace early suspend with binder call from PowerManager
by Colin Cross
· 12 years ago
90ac799
fix libgui header location
by Mathias Agopian
· 13 years ago
e6f43dd
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
99ed224
Use the standard CC_LIKELY and CC_UNLIKELY macros
by Glenn Kasten
· 13 years ago
d0566bc
Add support for sending VSYNC events to the framework
by Mathias Agopian
· 13 years ago
439cf85
Fix build.
by Mathias Agopian
· 13 years ago
461afeb
Add support for sending VSYNC events to the framework
by Mathias Agopian
· 13 years ago
2837839
SurfaceFlinger: make sync transactions explicit
by Jamie Gennis
· 13 years ago
b8d69a5
SurfaceFlinger: update orientation via transactions
by Jamie Gennis
· 13 years ago
582270d
SurfaceTexture: fix queues-to-composer
by Jamie Gennis
· 13 years ago
698c087
SF transactions are now O(1) wrt IPC instead of O(N).
by Mathias Agopian
· 13 years ago
a67932f
unify SurfaceTexture and Surface
by Mathias Agopian
· 14 years ago
d87f162
merge libsurfaceflinger_client into libgui
by Mathias Agopian
· 14 years ago
[Renamed from libs/surfaceflinger_client/ISurfaceComposer.cpp]
134f042
ANativeWindow: add queues-to-window-composer check.
by Jamie Gennis
· 14 years ago
cc866ed
Merge "Fix the ISurfaceComposer onTransact switch."
by Mathias Agopian
· 14 years ago
9a78c90
Fix remote GraphicBuffer allocation in SurfaceFlinger.
by Jamie Gennis
· 14 years ago
4956334
Add the ISurfaceComposer::createGraphicBuffer IPC.
by Jamie Gennis
· 14 years ago
151f2f5
Fix the ISurfaceComposer onTransact switch.
by Jamie Gennis
· 14 years ago
bf2c6a6
[3258939] Need snapshot to limit which layers are included
by Mathias Agopian
· 14 years ago
9daa5c9
implement part of [3094280] New animation for screen on and screen off
by Mathias Agopian
· 14 years ago
59119e6
turn off the electron beam
by Mathias Agopian
· 14 years ago
df85c45
refactored screenshot code
by Mathias Agopian
· 14 years ago
1b0b30d
add support for [1974164] Be able to take a screen shot on the device
by Mathias Agopian
· 14 years ago
b7e930d
split surface management from surface's buffers management
by Mathias Agopian
· 14 years ago
7e27f05
more clean-up in preparation of bigger changes
by Mathias Agopian
· 14 years ago
9cce325
split libsurfaceflinger_client and libcamera_client out of libui
by Mathias Agopian
· 15 years ago
[Renamed (98%) from libs/ui/ISurfaceComposer.cpp]
7303c6b
get rid of references to MemoryDealer in SurfaceFlinger
by Mathias Agopian
· 15 years ago
723ec00
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 15 years ago
83c0446
some work to try to reduce the code size of some native libraries
by Mathias Agopian
· 15 years ago
310f8da
merge master to master_gl
by Mathias Agopian
· 15 years ago
c5b2c0b
move libbinder's header files under includes/binder
by Mathias Agopian
· 15 years ago
076b1cc
Integrate from //sandbox/mathias/donut/...@145728
by Mathias Agopian
· 16 years ago
c08731e
AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor
by Mathias Agopian
· 16 years ago
edbf3b6
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
d5193d9
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
7c1b96a
Initial Contribution
by The Android Open Source Project
· 16 years ago