summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Build fix for size_t on 64bit.Michael Lentine2014-07-302-3/+3
* | | | | Build fix for printf with int64 and size_tMichael Lentine2014-07-301-2/+2
* | | | | Build fix to use the correct source.Michael Lentine2014-07-301-1/+1
* | | | | Add error for format and make sure setActiveConfig fails with an invalid mode.Michael Lentine2014-07-302-3/+9
* | | | | Allow for resizing of Virtual Displays.Michael Lentine2014-07-307-20/+83
* | | | | Have VirtualDisplays send SF resize messages when resizingMichael Wright2014-07-301-0/+1
* | | | | Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig.Michael Lentine2014-07-296-6/+84
* | | | | Turn on support for async cursor update in surfaceflinger.Riley Andrews2014-07-286-2/+113
|/ / / /
* | | | Merge "Add sticky transform to surfaceflinger." into lmp-devRuben Brunk2014-07-142-7/+23
|\ \ \ \
| * | | | Add sticky transform to surfaceflinger.Ruben Brunk2014-07-142-7/+23
* | | | | surfaceflinger: Make all sources depend on Android.mkJesse Hall2014-07-141-0/+1
|/ / / /
* | | | Improve memory coherence management in screenshot code [DO NOT MERGE]Jesse Hall2014-07-142-20/+58
* | | | Compile libsurfaceflinger with Clang and -std=c++11 [DO NOT MERGE]Jesse Hall2014-07-143-6/+9
* | | | Merge "BufferQueue: Add allocateBuffers method"Dan Stoza2014-06-274-0/+15
|\ \ \ \
| * | | | BufferQueue: Add allocateBuffers methodDan Stoza2014-06-204-0/+15
* | | | | GLConsumer: Stop using default constructor paramsDan Stoza2014-06-241-1/+1
* | | | | Merge "SurfaceFlinger: send VSYNC power hints to IPowerManager"Ruchi Kandoi2014-06-205-34/+63
|\ \ \ \ \
| * | | | | SurfaceFlinger: send VSYNC power hints to IPowerManagerRuchi Kandoi2014-06-185-34/+63
| |/ / / /
* | | | | Merge "SurfaceFlinger: Fix rect out-of-bounds checks"Dan Stoza2014-06-171-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SurfaceFlinger: Fix rect out-of-bounds checksDan Stoza2014-06-111-4/+4
* | | | | Add two new display info fieldsAndy McFadden2014-06-171-2/+18
* | | | | Merge "surfaceflinger: Replace blank/unblank with setPowerMode"Prashant Malani2014-06-126-119/+78
|\ \ \ \ \
| * | | | | surfaceflinger: Replace blank/unblank with setPowerModePrashant Malani2014-06-056-119/+78
| |/ / / /
* | | | | am 20071e50: am e3d37a7b: Enable support RGBX_8888 for omap3Wengang Wu2014-06-112-15/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am e3d37a7b: Enable support RGBX_8888 for omap3Wengang Wu2014-06-112-15/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Enable support RGBX_8888 for omap3Wengang Wu2014-06-112-15/+0
| * | | | am 4ae6a267: am f3e4fda0: Merge "Remove dependencies on runtime_libdvm and li...Brian Carlstrom2014-05-291-6/+9
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Remove dependencies on runtime_libdvm and libdvm.so in generalBrian Carlstrom2014-05-291-6/+9
| * | | | am b6601961: Merge "DO NOT MERGE Add "dumpsys SurfaceFlinger --dispsync"" int...Andy McFadden2014-05-094-1/+57
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | DO NOT MERGE Add "dumpsys SurfaceFlinger --dispsync"Andy McFadden2014-05-094-1/+57
| * | | | am f3c07d4f: Fix virtual display nestingDan Stoza2014-04-238-20/+48
| |\ \ \ \ | | |/ / /
| | * | | Fix virtual display nestingDan Stoza2014-04-228-20/+48
* | | | | Replace "lower power mode" experimentAndy McFadden2014-06-113-34/+32
* | | | | Disable DispSync resync when not neededAndy McFadden2014-06-103-50/+61
| |_|_|/ |/| | |
* | | | am aefe55f0: Remove dependencies on runtime_libdvm and libdvm.so in generalBrian Carlstrom2014-05-291-6/+9
|\ \ \ \
| * | | | Remove dependencies on runtime_libdvm and libdvm.so in generalBrian Carlstrom2014-05-281-6/+9
* | | | | SurfaceFlinger: Add sourceCrop to screenshotDan Stoza2014-05-238-23/+75
|/ / / /
* | | | Add IMPLEMENTATION_DEFINED to dumpAndy McFadden2014-05-201-0/+2
* | | | Merge "Add "dumpsys SurfaceFlinger --dispsync""Andy McFadden2014-05-094-1/+56
|\ \ \ \
| * | | | Add "dumpsys SurfaceFlinger --dispsync"Andy McFadden2014-05-084-1/+56
* | | | | Merge "Add mutex"Andy McFadden2014-05-081-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Add mutexAndy McFadden2014-05-081-0/+1
* | | | | Merge "Enable changing display configuration"Dan Stoza2014-05-064-124/+192
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Enable changing display configurationDan Stoza2014-05-054-124/+192
* | | | | Merge "Improve SurfaceFlinger PTS estimation"Andy McFadden2014-05-028-35/+65
|\ \ \ \ \
| * | | | | Improve SurfaceFlinger PTS estimationAndy McFadden2014-05-028-35/+65
* | | | | | Merge "Handle failed requestBuffer after successful dequeueBuffer"Jesse Hall2014-05-021-1/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Handle failed requestBuffer after successful dequeueBufferJesse Hall2014-05-011-1/+6
| |/ / / /
* | | | | SurfaceFlinger: Adds the functionality to reduce refresh rate to half ofRuchi Kandoi2014-05-013-1/+35
|/ / / /
* | | | Merge "Update HWC dump format"Andy McFadden2014-04-252-11/+34
|\ \ \ \