summaryrefslogtreecommitdiffstats
path: root/include/gui
Commit message (Expand)AuthorAgeFilesLines
* Frameworks/native: Fix unused parameter warningAndreas Gampe2014-11-071-1/+1
* am 98d20f82: Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-...Dan Stoza2014-11-076-6/+32
|\
| * Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-076-6/+32
| * surfaceflinger: fix -Wmismatched-tags warningsJesse Hall2014-10-311-1/+1
* | am b7702c5c: Merge "BufferQueueProducer: Throttle EGL frame production." into...Jesse Hall2014-10-081-0/+6
|\ \ | |/
| * Merge "BufferQueueProducer: Throttle EGL frame production." into lmp-mr1-devJesse Hall2014-10-081-0/+6
| |\
| | * BufferQueueProducer: Throttle EGL frame production.Eric Penner2014-10-031-0/+6
* | | am 93176114: am a7eb4b74: Merge "Fix sockfd leakage in SensorService." into l...Aravind Akella2014-10-031-0/+1
|\ \ \ | |/ /
| * | Fix sockfd leakage in SensorService.Aravind Akella2014-10-021-0/+1
| |/
* | resolved conflicts for merge of 67d8bd66 to lmp-mr1-dev-plus-aospLajos Molnar2014-09-191-0/+8
|\ \ | |/
| * surfaceflinger: add getDisplayStats() methodLajos Molnar2014-09-181-0/+8
* | am 8493b79e: SensorService fixesAravind Akella2014-09-121-1/+1
|\ \ | |/
| * SensorService fixesAravind Akella2014-09-101-1/+1
* | am fb017a4c: Merge "Fix clang warnings about struct vs. class."Dan Albert2014-09-101-1/+1
|\ \
| * | Fix clang warnings about struct vs. class.Dan Albert2014-09-091-1/+1
* | | am d15ef27f: Update ScreenshotClient to take advantage of rotation in surface...Riley Andrews2014-09-091-0/+4
|\ \ \ | | |/ | |/|
| * | Update ScreenshotClient to take advantage of rotation in surfaceflinger's scr...Riley Andrews2014-09-091-0/+4
* | | am edb86f9f: Merge "Add rotation to surfaceflingers screen cap." into lmp-devRiley Andrews2014-09-091-1/+9
|\ \ \ | |/ /
| * | Add rotation to surfaceflingers screen cap.Riley Andrews2014-09-091-1/+9
* | | Make string literal concatenation play nice with C++11.Dan Albert2014-09-091-5/+5
|/ /
* | SensorService flush fixes.Aravind Akella2014-09-031-1/+1
* | GLConsumer: Fix eglTerminate/eglInit edge case.Eric Penner2014-08-271-1/+3
* | SensorService fixes.Aravind Akella2014-08-191-1/+1
* | Tunneled Video Playback supportRachad2014-08-041-0/+1
* | Have VirtualDisplays send SF resize messages when resizingMichael Wright2014-07-301-0/+1
* | Turn on support for async cursor update in surfaceflinger.Riley Andrews2014-07-281-0/+1
* | Merge "SensorService performance improvements." into lmp-devAravind Akella2014-07-242-1/+3
|\ \
| * | SensorService performance improvements.Aravind Akella2014-07-242-1/+3
* | | Merge "GLProducer: Reference count images rather than buffers." into lmp-devEric Penner2014-07-241-25/+58
|\ \ \ | |/ / |/| |
| * | GLProducer: Reference count images rather than buffers.Eric Penner2014-07-211-25/+58
* | | BufferQueue: release mutex while allocating. DO NOT MERGEAntoine Labour2014-07-221-0/+12
|/ /
* | Add sticky transform to surfaceflinger.Ruben Brunk2014-07-143-4/+21
* | Merge "BufferQueue: Add allocateBuffers method"Dan Stoza2014-06-273-0/+27
|\ \
| * | BufferQueue: Add allocateBuffers methodDan Stoza2014-06-203-0/+27
* | | GLConsumer: Allow creation in detached modeDan Stoza2014-06-251-17/+22
* | | GLConsumer: Stop using default constructor paramsDan Stoza2014-06-241-4/+3
|/ /
* | Merge "Surface reportingMode for Sensors."Aravind Akella2014-06-121-1/+3
|\ \
| * | Surface reportingMode for Sensors.Aravind Akella2014-06-121-1/+3
* | | surfaceflinger: Replace blank/unblank with setPowerModePrashant Malani2014-06-052-15/+7
|/ /
* | Merge "SurfaceFlinger: Add sourceCrop to screenshot"Dan Stoza2014-05-282-7/+12
|\ \
| * | SurfaceFlinger: Add sourceCrop to screenshotDan Stoza2014-05-232-7/+12
* | | Surface maxDelay and isWakeUpSensor flag in Sensor.java.Aravind Akella2014-05-231-1/+2
|/ /
* | Enable changing display configurationDan Stoza2014-05-052-5/+29
* | Merge "Enable wakeup sensors."Aravind Akella2014-04-243-2/+7
|\ \
| * | Enable wakeup sensors.Aravind Akella2014-04-233-2/+7
* | | Remove deprecated BufferQueue constructorDan Stoza2014-04-221-302/+6
|/ /
* | Merge "BufferQueue: Increase max slots from 32 to 64"Dan Stoza2014-04-214-5/+5
|\ \
| * | BufferQueue: Increase max slots from 32 to 64Dan Stoza2014-04-184-5/+5
* | | BufferQueue: Add StreamSplitterDan Stoza2014-04-152-0/+187
* | | BufferQueueProducer: add detachNextBufferDan Stoza2014-04-153-0/+29