summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
* am 66dc4ee3: am b47584f4: am 2e398e64: Merge "SF: Permit changing DispSync of...Dan Stoza2015-04-153-8/+69
|\
| * SF: Permit changing DispSync offsets at runtimeDan Stoza2015-04-153-8/+69
* | am 19f06de0: am 40b2a8b4: am e7d20eb0: Merge "SurfaceFlinger: Pass surface da...Dan Stoza2015-04-158-1/+80
|\ \ | |/
| * SurfaceFlinger: Pass surface damage to HWCDan Stoza2015-04-158-1/+80
* | Bypass surface flinger permission check for calls from system.Jeff Brown2015-04-102-2/+2
* | am 28c03cca: am c2a5b469: am a527c07b: Merge "Fix mistake using width instead...Jesse Hall2015-03-241-1/+1
|\ \
| * \ am a527c07b: Merge "Fix mistake using width instead of height."Jesse Hall2015-03-241-1/+1
| |\ \ | | |/
| | * Fix mistake using width instead of height.Christopher Ferris2015-03-231-1/+1
| | * DO NOT MERGE SurfaceFlinger: Stop using IGBC::BufferItemDan Stoza2015-03-195-9/+14
| | * DO NOT MERGE Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-193-5/+4
| |/
| * libgui: Enable -Weverything and -WerrorDan Stoza2015-03-184-11/+11
* | SurfaceFlinger: Stop using IGBC::BufferItemDan Stoza2015-03-125-9/+14
* | am 105aa28e: am b275b4dc: am 3949f664: Merge "SurfaceFlinger: Fix null pointe...Dan Stoza2015-03-101-1/+5
|\ \ | |/
| * am 3949f664: Merge "SurfaceFlinger: Fix null pointer exception"Dan Stoza2015-03-091-1/+5
| |\
| | * SurfaceFlinger: Fix null pointer exceptionDan Stoza2015-03-091-1/+5
* | | Merge "Add dataSpace to buffer queues; remove old format enums."Eino-Ville Talvala2015-03-063-5/+4
|\ \ \
| * | | Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-043-5/+4
* | | | SurfaceFlinger: Add --static-screen statsDan Stoza2015-03-052-2/+65
|/ / /
* | | am beb89e11: am 6f57b269: am 56f8c6c4: Merge "Error compiling waitforvsync.cpp"Greg Hackmann2015-02-261-0/+1
|\ \ \ | |/ /
| * | am 56f8c6c4: Merge "Error compiling waitforvsync.cpp"Greg Hackmann2015-02-261-0/+1
| |\ \ | | |/
| | * Merge "Error compiling waitforvsync.cpp"Greg Hackmann2015-02-251-0/+1
| | |\
| | | * Error compiling waitforvsync.cppNanik Tolaram2015-02-141-0/+1
* | | | am 453c6a78: am a455ec21: am d80268ba: Merge "vsync.cpp test is throwing erro...Mark Salyzyn2015-02-231-0/+1
|\ \ \ \ | |/ / /
| * | | am d80268ba: Merge "vsync.cpp test is throwing error whe compiled"Mark Salyzyn2015-02-231-0/+1
| |\ \ \ | | |/ /
| | * | vsync.cpp test is throwing error whe compiledNanik Tolaram2015-02-231-0/+1
| | |/
* | | am 40b4e23a: Merge "resolved conflicts for merge of 1665c8e1 to lmp-mr1-dev-p...Dan Stoza2015-01-272-98/+1
|\ \ \ | |/ /
| * | Merge "resolved conflicts for merge of 1665c8e1 to lmp-mr1-dev-plus-aosp" int...Dan Stoza2015-01-272-98/+1
| |\ \
| | * \ resolved conflicts for merge of 1665c8e1 to lmp-mr1-dev-plus-aospDan Stoza2015-01-272-98/+1
| | |\ \
| | | * | Revert "SurfaceFlinger: Attempt to attribute fds to layers"Dan Stoza2015-01-272-98/+1
* | | | | am 39d890d9: am 6e32c037: Merge "Kill HAVE_PTHREADS."Yabin Cui2015-01-271-4/+1
|\ \ \ \ \ | |/ / / /
| * | | | am 6e32c037: Merge "Kill HAVE_PTHREADS."Yabin Cui2015-01-271-4/+1
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Kill HAVE_PTHREADS.Yabin Cui2015-01-261-4/+1
* | | | am a5cbb1f1: am ef1c17ae: SurfaceFlinger: Make log message 64-bit compatibleDan Stoza2015-01-171-1/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | am 3372cc25: resolved conflicts for merge of 03eccb66 to lmp-mr1-dev-plus-aospDan Stoza2015-01-172-1/+98
|\ \ \ \ | |/ / /
| * | | resolved conflicts for merge of 03eccb66 to lmp-mr1-dev-plus-aospDan Stoza2015-01-162-1/+98
| |\ \ \ | | |/ /
| | * | SurfaceFlinger: Attempt to attribute fds to layersDan Stoza2015-01-162-1/+98
| | * | Switch to libsigchain.aDmitriy Ivanov2014-12-102-23/+4
* | | | am 9c22ac77: am 5b730570: Merge "surfaceflinger: use Mutex timedLock instead ...Jesse Hall2015-01-131-9/+6
|\ \ \ \ | |/ / /
| * | | 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
| | * | libgui: Enable -Weverything and -WerrorDan Stoza2014-12-054-11/+11
| * | | am 5588d900: Merge "Enable clang for libui/libgui/surfaceflinger"Dan Albert2014-12-058-41/+29
| |\ \ \ | | |/ /
| | * | Enable clang for libui/libgui/surfaceflingerDan Stoza2014-12-048-41/+29
* | | | libgui: Enable -Weverything and -WerrorDan Stoza2014-12-054-11/+11
* | | | am db5827d3: am 5878444f: SurfaceFlinger: Listen to HWC invalidateDan Stoza2014-12-041-2/+4
|\ \ \ \ | |/ / /
| * | | am 5878444f: SurfaceFlinger: Listen to HWC invalidateDan Stoza2014-12-031-2/+4
| |\ \ \ | | | |/ | | |/|
| | * | SurfaceFlinger: Listen to HWC invalidateDan Stoza2014-12-021-2/+4
* | | | am 1e611662: am b947f29a: Merge "Add clamp to Layer and update Transform inve...Michael Lentine2014-11-252-17/+29
|\ \ \ \ | |/ / /