summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | * SurfaceFlinger: Fix null pointer exceptionDan Stoza2015-03-091-1/+5
* | | SurfaceFlinger: Add --static-screen statsDan Stoza2015-03-051-2/+56
|/ /
* | resolved conflicts for merge of 1665c8e1 to lmp-mr1-dev-plus-aospDan Stoza2015-01-271-95/+0
|\ \
| * | Revert "SurfaceFlinger: Attempt to attribute fds to layers"Dan Stoza2015-01-271-95/+0
* | | am ef1c17ae: SurfaceFlinger: Make log message 64-bit compatibleDan Stoza2015-01-171-1/+1
|\ \ \ | |/ /
| * | SurfaceFlinger: Make log message 64-bit compatibleDan Stoza2015-01-161-1/+1
* | | resolved conflicts for merge of 03eccb66 to lmp-mr1-dev-plus-aospDan Stoza2015-01-161-0/+95
|\ \ \ | |/ /
| * | SurfaceFlinger: Attempt to attribute fds to layersDan Stoza2015-01-161-0/+95
* | | am 5b730570: Merge "surfaceflinger: use Mutex timedLock instead of tryLock loop"Jesse Hall2015-01-121-9/+6
|\ \ \ | | |/ | |/|
| * | surfaceflinger: use Mutex timedLock instead of tryLock loopJesse Hall2015-01-101-9/+6
* | | am 5878444f: SurfaceFlinger: Listen to HWC invalidateDan Stoza2014-12-031-2/+4
|\ \ \ | | |/ | |/|
| * | SurfaceFlinger: Listen to HWC invalidateDan Stoza2014-12-021-2/+4
* | | am 6b9454d1: SurfaceFlinger: Do less work when using PTSDan Stoza2014-11-181-17/+41
|\ \ \ | |/ /
| * | SurfaceFlinger: Do less work when using PTSDan Stoza2014-11-171-17/+41
* | | am 55f71bc0: Merge "Replace IInterface::asBinder() with a static"Marco Nelissen2014-11-171-11/+9
|\ \ \ | | |/ | |/|
| * | Replace IInterface::asBinder() with a staticMarco Nelissen2014-11-171-11/+9
* | | resolved conflicts for merge of 07dffa18 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-131-7/+7
|\ \ \ | |/ /
| * | Frameworks/native: Wall Werror in surfaceflingerAndreas Gampe2014-11-131-6/+6
| * | am 9cc84950: Merge "Don\'t check if this == NULL."Dan Albert2014-10-151-1/+5
| |\ \
* | \ \ am 7aa0c47e: sf: Add a NULL check in getDisplayConfigsNaseer Ahmed2014-11-031-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | sf: Add a NULL check in getDisplayConfigsNaseer Ahmed2014-11-031-0/+3
* | | | am c7636f60: Merge "surfaceflinger: fix -Wsign-compare warnings" into lmp-mr1...Jesse Hall2014-10-311-3/+3
|\ \ \ \ | |/ / /
| * | | surfaceflinger: fix -Wsign-compare warningsJesse Hall2014-10-311-3/+3
* | | | am 1f3efb11: Don\'t run large virtual displays through HWCDan Stoza2014-10-301-1/+16
|\ \ \ \ | |/ / /
| * | | Don't run large virtual displays through HWCDan Stoza2014-10-281-1/+16
* | | | am 131866e1: Merge "Add glFlush in surfaceflinger screenshot code." into lmp-...Riley Andrews2014-10-241-0/+2
|\ \ \ \ | |/ / /
| * | | Add glFlush in surfaceflinger screenshot code.Riley Andrews2014-10-231-0/+2
* | | | am 8ad8c0a7: am afe2b1fa: surfaceflinger: don\'t close fence fds after passin...Jesse Hall2014-10-221-3/+1
|\ \ \ \ | |/ / /
| * | | surfaceflinger: don't close fence fds after passing to queueBufferJesse Hall2014-10-211-3/+1
| |/ /
* | | am 9cc84950: Merge "Don\'t check if this == NULL."Dan Albert2014-10-151-1/+5
|\ \ \ | |/ / |/| / | |/
| * Merge "Don't check if this == NULL."Dan Albert2014-10-151-1/+5
| |\
| | * Don't check if this == NULL.Dan Albert2014-09-161-1/+5
| * | Silence warnings about unused parameters.Dan Albert2014-09-091-7/+7
| |/
* | When eglMakeCurrent fails we need to fix the egl state.Michael Lentine2014-10-011-3/+8
* | surfaceflinger: add getDisplayStats() methodLajos Molnar2014-09-181-0/+14
* | Add rotation to surfaceflingers screen cap.Riley Andrews2014-09-091-9/+34
* | am 514e30a9: am c3d1889e: Merge "surfaceflinger: skip composition for empty f...Jesse Hall2014-08-201-2/+25
|\ \
| * \ am c3d1889e: Merge "surfaceflinger: skip composition for empty frames" into k...Jesse Hall2014-08-201-2/+25
| |\ \
| | * | surfaceflinger: skip composition for empty framesJesse Hall2014-08-191-2/+25
* | | | Take advantage of sync points during screen cap.Riley Andrews2014-08-191-17/+35
* | | | Merge "SurfaceFlinger: Prevent deadlock by updating an atomic layer set." int...Eric Penner2014-07-291-2/+17
|\ \ \ \
| * | | | SurfaceFlinger: Prevent deadlock by updating an atomic layer set.Eric Penner2014-07-301-2/+17
* | | | | Build fix for size_t on 64bit.Michael Lentine2014-07-301-1/+1
* | | | | Add error for format and make sure setActiveConfig fails with an invalid mode.Michael Lentine2014-07-301-2/+8
* | | | | Allow for resizing of Virtual Displays.Michael Lentine2014-07-301-9/+18
* | | | | Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig.Michael Lentine2014-07-291-3/+47
* | | | | Turn on support for async cursor update in surfaceflinger.Riley Andrews2014-07-281-0/+49
|/ / / /
* | | | Improve memory coherence management in screenshot code [DO NOT MERGE]Jesse Hall2014-07-141-20/+48
* | | | Compile libsurfaceflinger with Clang and -std=c++11 [DO NOT MERGE]Jesse Hall2014-07-141-3/+3
* | | | Merge "SurfaceFlinger: Fix rect out-of-bounds checks"Dan Stoza2014-06-171-4/+4
|\ \ \ \