summaryrefslogtreecommitdiffstats
path: root/include/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | Support restricted mode in SensorService.Aravind Akella2015-03-242-3/+4
* | libgui: Fix bad merge in Surface.hDan Stoza2015-03-191-1/+0
* | am 663eaf42: am ad36432d: Merge "Surface: Permit an IProducerListener on conn...Dan Stoza2015-03-191-0/+1
|\ \ | |/
| * Surface: Permit an IProducerListener on connectDan Stoza2015-03-181-0/+1
| * libgui: Enable -Weverything and -WerrorDan Stoza2015-03-1815-68/+64
* | Merge "libgui: Plumb attach/detach through Surface"Dan Stoza2015-03-191-1/+5
|\ \
| * | libgui: Plumb attach/detach through SurfaceDan Stoza2015-03-161-1/+5
* | | libgui: Plumb attach/detach through CpuConsumerDan Stoza2015-03-171-0/+14
* | | Revert "libgui: Plumb attach/detach through CpuConsumer"Dan Stoza2015-03-171-14/+0
* | | libgui: Plumb attach/detach through CpuConsumerDan Stoza2015-03-161-0/+14
* | | libgui: Remove IGBC::BufferItemDan Stoza2015-03-168-89/+9
* | | libgui: Prepare for IGBC::BufferItem removalDan Stoza2015-03-123-6/+8
* | | libgui: Add a BufferItem overload to IGBC::acquireDan Stoza2015-03-112-0/+4
* | | libgui: Add BufferItem(IGBC::BufferItem)Dan Stoza2015-03-111-0/+1
* | | libgui: Add a union to BufferItem for refactoringDan Stoza2015-03-111-2/+7
|/ /
* | Merge "Add dataSpace to buffer queues; remove old format enums."Eino-Ville Talvala2015-03-069-7/+64
|\ \
| * | Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-049-7/+64
* | | Surface: Permit an IProducerListener on connectDan Stoza2015-03-021-0/+1
|/ /
* | Merge commit 'ec41d55b8d018f349f7687cfe491651db600b51d'Chad Jones2015-01-291-2/+6
|\ \ | |/
| * am 94ee9b59: Merge "CpuConsumer: lock buffers that could be YUV as ycbcr" int...Lajos Molnar2015-01-291-2/+6
| |\
| | * CpuConsumer: lock buffers that could be YUV as ycbcrLajos Molnar2015-01-281-2/+6
| | * Frameworks/native: Fix unused parameter warningAndreas Gampe2014-11-081-1/+1
| * | am 5588d900: Merge "Enable clang for libui/libgui/surfaceflinger"Dan Albert2014-12-051-1/+1
| |\ \
| | * | Enable clang for libui/libgui/surfaceflingerDan Stoza2014-12-041-1/+1
| | * | am a7eb4b74: Merge "Fix sockfd leakage in SensorService." into lmp-devAravind Akella2014-10-031-0/+1
| | |\ \
| | * \ \ resolved conflicts for merge of 67d8bd66 to lmp-dev-plus-aospLajos Molnar2014-09-181-0/+8
| | |\ \ \
* | | | | | libgui: Enable -Weverything and -WerrorDan Stoza2014-12-0515-68/+64
* | | | | | Enable clang for libui/libgui/surfaceflingerDan Stoza2014-11-111-1/+1
|/ / / / /
* | | | | 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