summaryrefslogtreecommitdiffstats
path: root/libs/gui
Commit message (Expand)AuthorAgeFilesLines
* IGraphicBufferProducer: fix QUEUE_BUFFER info leak am: d06421fd37 am: 413318311cRobert Shih2016-01-151-0/+1
|\
| * IGraphicBufferProducer: fix QUEUE_BUFFER info leak am: d06421fd37Robert Shih2016-01-151-0/+1
| |\
| | * IGraphicBufferProducer: fix QUEUE_BUFFER info leakRobert Shih2016-01-151-0/+1
| | |\
| | | * IGraphicBufferProducer: fix QUEUE_BUFFER info leakRobert Shih2016-01-111-0/+1
* | | | IGraphicBufferConsumer: fix ATTACH_BUFFER info leakRobert Shih2016-01-151-1/+1
|\ \ \ \ | |/ / /
| * | | IGraphicBufferConsumer: fix ATTACH_BUFFER info leakRobert Shih2016-01-111-1/+1
* | | | am 18165848: am e2c4f4fb: am c1e6fbb5: Initialize local variables to avoid da...Naveen Leekha2015-09-241-2/+2
|\ \ \ \ | |/ / /
| * | | am e2c4f4fb: am c1e6fbb5: Initialize local variables to avoid data leakNaveen Leekha2015-09-241-2/+2
| |\ \ \ | | |/ /
| | * | am c1e6fbb5: Initialize local variables to avoid data leakNaveen Leekha2015-09-241-2/+2
| | |\ \ | | | |/
| | | * Initialize local variables to avoid data leakNaveen Leekha2015-09-221-2/+2
* | | | am b414255f: Initialize local variables to avoid data leakNaveen Leekha2015-09-241-1/+1
|\ \ \ \ | |/ / /
| * | | Initialize local variables to avoid data leakNaveen Leekha2015-09-221-1/+1
* | | | CpuConsumer: lock buffers that could be YUV as ycbcrLajos Molnar2015-01-281-37/+58
* | | | Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-devDan Stoza2014-11-0712-27/+62
|\ \ \ \
| * | | | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-0712-27/+62
* | | | | Revert "bufferqueue: workaround: allow NULL fence with queueBuffer"Jesse Hall2014-11-041-6/+1
|/ / / /
* | | | Fix crash when user provides large values in the Parcel.Michael Lentine2014-10-312-4/+18
* | | | GLConsumer: correct EGL_NO_DISPLAY to EGL_NO_CONTEXTJesse Hall2014-10-291-1/+1
* | | | Merge "Adding eglInitialize and eglTerminate image creation and deletion." in...Michael Lentine2014-10-211-0/+4
|\ \ \ \
| * | | | Adding eglInitialize and eglTerminate image creation and deletion.Michael Lentine2014-10-091-0/+4
* | | | | am 649bafb7: Merge "bufferqueue: workaround: allow NULL fence with queueBuffe...Jesse Hall2014-10-201-1/+6
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE)Jesse Hall2014-10-191-1/+6
* | | | Merge "BufferQueueProducer: Throttle EGL frame production." into lmp-mr1-devJesse Hall2014-10-081-1/+11
|\ \ \ \ | |/ / / |/| | |
| * | | BufferQueueProducer: Throttle EGL frame production.Eric Penner2014-10-031-1/+11
* | | | Merge "Fix sockfd leakage in SensorService." into lmp-devAravind Akella2014-10-031-9/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Fix sockfd leakage in SensorService.Aravind Akella2014-10-021-9/+13
* | | | Surface: cancel the dequeued buffer when requestBuffer failsJesse Hall2014-10-021-0/+1
|/ / /
* | | surfaceflinger: add getDisplayStats() methodLajos Molnar2014-09-181-0/+29
* | | SensorService fixesAravind Akella2014-09-101-3/+3
* | | Update ScreenshotClient to take advantage of rotation in surfaceflinger's scr...Riley Andrews2014-09-091-4/+14
* | | Add rotation to surfaceflingers screen cap.Riley Andrews2014-09-091-2/+6
* | | GLConsumer: Fix eglTerminate/eglInit edge case.Eric Penner2014-08-272-9/+78
* | | Within CpuConsumer, use gralloc lockAsync/unlockAsyncRiley Andrews2014-08-191-31/+60
* | | Merge "Tunneled Video Playback support" into lmp-devRachad2014-08-091-0/+10
|\ \ \
| * | | Tunneled Video Playback supportRachad2014-08-041-0/+10
* | | | Revert "Modify EGL to disconnect the window when the surface gets destroyed."Michael Lentine2014-08-081-2/+2
* | | | Sensor related changes for NDK.Aravind Akella2014-08-051-1/+12
|/ / /
* | | Sensor.cpp changes.Aravind Akella2014-07-311-9/+48
* | | Allow for resizing of Virtual Displays.Michael Lentine2014-07-301-0/+4
* | | Have VirtualDisplays send SF resize messages when resizingMichael Wright2014-07-301-0/+14
* | | Merge "Modify EGL to disconnect the window when the surface gets destroyed." ...Michael Lentine2014-07-251-2/+2
|\ \ \
| * | | Modify EGL to disconnect the window when the surface gets destroyed.Michael Lentine2014-07-291-2/+2
* | | | Remove WAKE_UP_* sensor constants.Aravind Akella2014-07-281-77/+4
* | | | BufferQueueProducer: fix which slot gets pre-allocatedAntoine Labour2014-07-251-1/+1
* | | | Merge "SensorService performance improvements." into lmp-devAravind Akella2014-07-243-15/+15
|\ \ \ \
| * | | | SensorService performance improvements.Aravind Akella2014-07-243-15/+15
* | | | | Merge "GLProducer: Reference count images rather than buffers." into lmp-devEric Penner2014-07-241-169/+155
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | GLProducer: Reference count images rather than buffers.Eric Penner2014-07-211-169/+155
* | | | | BufferQueue: release mutex while allocating. DO NOT MERGEAntoine Labour2014-07-222-41/+101
| |/ / / |/| | |
* | | | Add glance gesture for doze mode.Jeff Brown2014-07-171-0/+4
|/ / /