Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
3d1b86db8831820ffe9407d55c36db5e9b87b009
/
services
/
surfaceflinger
a51fafc
Generate the SurfaceFlinger shader cache on initialization
by Riley Andrews
· 11 years ago
db57cfb
Merge "When eglMakeCurrent fails we need to fix the egl state." into lmp-dev
by Michael Lentine
· 11 years ago
3f121fc
When eglMakeCurrent fails we need to fix the egl state.
by Michael Lentine
· 11 years ago
5bf786d
surfaceflinger: recompute visibility after sideband stream change
by Jesse Hall
· 11 years ago
bacc28e
surfaceflinger: Use landscape resolution for default dpi
by Jesse Hall
· 11 years ago
0ea1cb9
surfaceflinger: Check sideband stream changed to trigger sideband Layer update.
by chenhg
· 11 years ago
67d8bd6
surfaceflinger: add getDisplayStats() method
by Lajos Molnar
· 11 years ago
c3ebe66
Add rotation to surfaceflingers screen cap.
by Riley Andrews
· 11 years ago
4d407a0
surfaceflinger: Trace HW vsync enable
by Jesse Hall
· 11 years ago
eb21986
Merge "Update currentConfig variable when active display is changed." into lmp-dev
by Michael Lentine
· 11 years ago
d3e6914
Update currentConfig variable when active display is changed.
by Michael Lentine
· 11 years ago
d4548dd
am 514e30a9: am c3d1889e: Merge "surfaceflinger: skip composition for empty frames" into klp-modular-dev
by Jesse Hall
· 11 years ago
514e30a
am c3d1889e: Merge "surfaceflinger: skip composition for empty frames" into klp-modular-dev
by Jesse Hall
· 11 years ago
949ea08
sf: Clear display configs when hot pluggable display is disconnected
by Naseer Ahmed
· 11 years ago
4d7c410
Merge "Destroy eglSurface before recreating." into lmp-dev
by Michael Lentine
· 11 years ago
f2568de
Destroy eglSurface before recreating.
by Michael Lentine
· 11 years ago
7b90258
Fix inverse orientation when original is not applied first.
by Michael Lentine
· 11 years ago
1440963
Fix camera orientation by swapping horizontal and vertical flips when needed.
by Michael Lentine
· 11 years ago
b7a0549
surfaceflinger: skip composition for empty frames
by Jesse Hall
· 11 years ago
f755140
Incorporate TransformToDisplayInverse into the crop calculation.
by Michael Lentine
· 11 years ago
2cfbef2
Merge "Fix inverse orientation when original is not applied first." into lmp-dev
by Michael Lentine
· 11 years ago
6220559
Merge "Fix camera orientation by swapping horizontal and vertical flips when needed." into lmp-dev
by Michael Lentine
· 11 years ago
b3abe7c
Merge "Incorporate TransformToDisplayInverse into the crop calculation." into lmp-dev
by Michael Lentine
· 11 years ago
8663990
Take advantage of sync points during screen cap.
by Riley Andrews
· 11 years ago
b54ee77
Change output format to not throw warning on volantis.
by Michael Lentine
· 11 years ago
5af281f
Fix HWComposer Surface Crop when surface is rotated
by Michael Lentine
· 11 years ago
a02e948
Merge "SurfaceFlinger: Prevent deadlock by updating an atomic layer set." into lmp-dev
by Eric Penner
· 11 years ago
51c59cd
SurfaceFlinger: Prevent deadlock by updating an atomic layer set.
by Eric Penner
· 11 years ago
9ae79d8
Build fix for size_t on 64bit.
by Michael Lentine
· 11 years ago
258ee43
Build fix for printf with int64 and size_t
by Michael Lentine
· 11 years ago
fd9d183
Build fix to use the correct source.
by Michael Lentine
· 11 years ago
7306c67
Add error for format and make sure setActiveConfig fails with an invalid mode.
by Michael Lentine
· 11 years ago
47e4540
Allow for resizing of Virtual Displays.
by Michael Lentine
· 11 years ago
1f6078a
Have VirtualDisplays send SF resize messages when resizing
by Michael Wright
· 11 years ago
6c9e34a
Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig.
by Michael Lentine
· 11 years ago
03414a1
Turn on support for async cursor update in surfaceflinger.
by Riley Andrews
· 11 years ago
2ad9d8a
Merge "Add sticky transform to surfaceflinger." into lmp-dev
by Ruben Brunk
· 11 years ago
1681d95
Add sticky transform to surfaceflinger.
by Ruben Brunk
· 11 years ago
b154c42
Improve memory coherence management in screenshot code [DO NOT MERGE]
by Jesse Hall
· 11 years ago
24cd98e
Compile libsurfaceflinger with Clang and -std=c++11 [DO NOT MERGE]
by Jesse Hall
· 11 years ago
e9b23b6
surfaceflinger: Make all sources depend on Android.mk
by Jesse Hall
· 11 years ago
dc56bf7
Merge "BufferQueue: Add allocateBuffers method"
by Dan Stoza
· 11 years ago
e49ba8e
GLConsumer: Stop using default constructor params
by Dan Stoza
· 11 years ago
29a3e90
BufferQueue: Add allocateBuffers method
by Dan Stoza
· 11 years ago
cd13f9d
Merge "SurfaceFlinger: send VSYNC power hints to IPowerManager"
by Ruchi Kandoi
· 11 years ago
ef472ec
SurfaceFlinger: send VSYNC power hints to IPowerManager
by Ruchi Kandoi
· 11 years ago
eac96b9
Merge "SurfaceFlinger: Fix rect out-of-bounds checks"
by Dan Stoza
· 11 years ago
91b2ca8
Add two new display info fields
by Andy McFadden
· 11 years ago
be31f44
SurfaceFlinger: Fix rect out-of-bounds checks
by Dan Stoza
· 11 years ago
20071e5
am e3d37a7b: Enable support RGBX_8888 for omap3
by Wengang Wu
· 11 years ago
e3d37a7
Enable support RGBX_8888 for omap3
by Wengang Wu
· 11 years ago
7227b96
Merge "surfaceflinger: Replace blank/unblank with setPowerMode"
by Prashant Malani
· 11 years ago
1210f2a
am 20071e50: am e3d37a7b: Enable support RGBX_8888 for omap3
by Wengang Wu
· 11 years ago
645b1f7
Replace "lower power mode" experiment
by Andy McFadden
· 11 years ago
5167ec6
Disable DispSync resync when not needed
by Andy McFadden
· 11 years ago
2c9b11f
surfaceflinger: Replace blank/unblank with setPowerMode
by Prashant Malani
· 11 years ago
823bcce
am 4ae6a267: am f3e4fda0: Merge "Remove dependencies on runtime_libdvm and libdvm.so in general"
by Brian Carlstrom
· 11 years ago
617f974
Remove dependencies on runtime_libdvm and libdvm.so in general
by Brian Carlstrom
· 11 years ago
5cd72e4
am aefe55f0: Remove dependencies on runtime_libdvm and libdvm.so in general
by Brian Carlstrom
· 11 years ago
aefe55f
Remove dependencies on runtime_libdvm and libdvm.so in general
by Brian Carlstrom
· 11 years ago
c187900
SurfaceFlinger: Add sourceCrop to screenshot
by Dan Stoza
· 11 years ago
f0058ca
Add IMPLEMENTATION_DEFINED to dump
by Andy McFadden
· 11 years ago
39cde06
am b6601961: Merge "DO NOT MERGE Add "dumpsys SurfaceFlinger --dispsync"" into klp-modular-dev
by Andy McFadden
· 11 years ago
a7f75c0
Merge "Add "dumpsys SurfaceFlinger --dispsync""
by Andy McFadden
· 11 years ago
232f5bc
DO NOT MERGE Add "dumpsys SurfaceFlinger --dispsync"
by Andy McFadden
· 11 years ago
c751e92
Add "dumpsys SurfaceFlinger --dispsync"
by Andy McFadden
· 11 years ago
d0ed571
Merge "Add mutex"
by Andy McFadden
· 11 years ago
150ecd8
Add mutex
by Andy McFadden
· 11 years ago
dd02391
Merge "Enable changing display configuration"
by Dan Stoza
· 11 years ago
7f7da32
Enable changing display configuration
by Dan Stoza
· 11 years ago
98e1ebc
Merge "Improve SurfaceFlinger PTS estimation"
by Andy McFadden
· 11 years ago
41d67d7
Improve SurfaceFlinger PTS estimation
by Andy McFadden
· 11 years ago
9471c69
Merge "Handle failed requestBuffer after successful dequeueBuffer"
by Jesse Hall
· 11 years ago
f52b3c8
SurfaceFlinger: Adds the functionality to reduce refresh rate to half of
by Ruchi Kandoi
· 11 years ago
0b63cd1
Handle failed requestBuffer after successful dequeueBuffer
by Jesse Hall
· 11 years ago
4669545
Merge "Update HWC dump format"
by Andy McFadden
· 11 years ago
bba1385
am f3c07d4f: Fix virtual display nesting
by Dan Stoza
· 11 years ago
4df87bd
Update HWC dump format
by Andy McFadden
· 11 years ago
f3c07d4
Fix virtual display nesting
by Dan Stoza
· 12 years ago
fb39827
Merge "BufferQueue: Increase max slots from 32 to 64"
by Dan Stoza
· 11 years ago
febd4f4
BufferQueue: Increase max slots from 32 to 64
by Dan Stoza
· 11 years ago
d9822a3
BufferQueueProducer: add detachNextBuffer
by Dan Stoza
· 11 years ago
fd34b65
Merge "BufferQueue: Add producer buffer-released callback"
by Dan Stoza
· 11 years ago
cf8684b
Merge "Adding render stats APIs to UiAutomation (framework native)."
by Svetoslav
· 11 years ago
d85084b
Adding render stats APIs to UiAutomation (framework native).
by Svetoslav
· 11 years ago
4cd47b2
Merge "Fix sideband stream issues"
by Wonsik Kim
· 11 years ago
b3d0bdf
BufferQueue: Remove Bn version of create*
by Dan Stoza
· 11 years ago
afe3081
Fix sideband stream issues
by Wonsik Kim
· 11 years ago
4098f03
Revert "SurfaceFlinger: send VSYNC power hints to IPowerManager"
by Ruchi Kandoi
· 11 years ago
d469a1c
SurfaceFlinger: send VSYNC power hints to IPowerManager
by Ruchi Kandoi
· 11 years ago
f0eaf25
BufferQueue: Add producer buffer-released callback
by Dan Stoza
· 11 years ago
8b834ff
am 1b751203: am 50ef8562: Merge "GraphicProducerWrapper may return false transact status"
by Jesse Hall
· 11 years ago
1b75120
am 50ef8562: Merge "GraphicProducerWrapper may return false transact status"
by Jesse Hall
· 11 years ago
c2633ce
GraphicProducerWrapper may return false transact status
by bdeng3X
· 11 years ago
b9b0883
Remove deprecated BufferQueue constructor
by Dan Stoza
· 11 years ago
8bf3b1a
Merge "Revert "Implement video plane layer""
by Wonsik Kim
· 11 years ago
29fa959
Revert "Implement video plane layer"
by Wonsik Kim
· 11 years ago
9931460
am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues"
by Mark Salyzyn
· 11 years ago
73ed82f
Merge "Add sideband streams to BufferQueue and related classes"
by Jesse Hall
· 11 years ago
d4dabf8
am cdbf28b3: Merge "native frameworks: 64-bit compile issues"
by Mark Salyzyn
· 11 years ago
Next »