summaryrefslogtreecommitdiffstats
path: root/libs/gui/CpuConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor ConsumerBase and it's derived classes.Michael Lentine2015-05-181-19/+0
* Revert "libgui: Plumb attach/detach through CpuConsumer"Dan Stoza2015-04-021-55/+0
* libgui: Plumb attach/detach through CpuConsumerDan Stoza2015-03-171-0/+55
* Revert "libgui: Plumb attach/detach through CpuConsumer"Dan Stoza2015-03-171-55/+0
* libgui: Plumb attach/detach through CpuConsumerDan Stoza2015-03-161-0/+55
* libgui: Prepare for IGBC::BufferItem removalDan Stoza2015-03-121-1/+2
* Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-041-3/+9
* CpuConsumer: fix build errorLajos Molnar2015-01-291-2/+2
* Merge commit 'ec41d55b8d018f349f7687cfe491651db600b51d'Chad Jones2015-01-291-37/+58
|\
| * am 94ee9b59: Merge "CpuConsumer: lock buffers that could be YUV as ycbcr" int...Lajos Molnar2015-01-291-37/+58
| |\
| | * CpuConsumer: lock buffers that could be YUV as ycbcrLajos Molnar2015-01-281-37/+58
* | | am b93bca5d: am a59d7a6a: Merge "GUI: Remove unused variables"Andreas Gampe2014-12-091-1/+0
|\ \ \ | |/ /
| * | am a59d7a6a: Merge "GUI: Remove unused variables"Andreas Gampe2014-12-091-1/+0
| |\ \
| | * | GUI: Remove unused variablesAndreas Gampe2014-12-081-1/+0
| | * | libgui: Enable -Weverything and -WerrorDan Stoza2014-12-051-15/+15
| |/ /
* | | libgui: Enable -Weverything and -WerrorDan Stoza2014-12-051-15/+15
|/ /
* | resolved conflicts for merge of 86aeb9ef to lmp-dev-plus-aospDan Albert2014-09-081-5/+5
|\ \ | |/ |/|
| * Make string literal concatenation play nice with C++11.Dan Albert2014-09-081-5/+5
* | Within CpuConsumer, use gralloc lockAsync/unlockAsyncRiley Andrews2014-08-191-31/+60
|/
* gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquiredIgor Murashkin2013-08-141-1/+3
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-6/+6
* BufferQueue improvements and APIs changesMathias Agopian2013-07-181-3/+2
* always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-121-2/+3
* Pay attention to buffer timestampsAndy McFadden2013-07-101-1/+1
* CpuConsumer: Add set buffer size and format functions.Zhijun He2013-06-101-0/+12
* BufferQueue: track buffer-queue by instance vs. by referenceLajos Molnar2013-05-231-1/+3
* make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-1/+1
* Add support for HAL_PIXEL_FORMAT_YCbCr_420_888Eino-Ville Talvala2013-05-061-10/+35
* CpuConsumer: Properly track acquired buffersEino-Ville Talvala2013-03-051-29/+47
* CpuConsumer: Add optional asynchronous modeEino-Ville Talvala2013-02-281-2/+2
* CpuConsumer: Don't unlock buffers on producer disconnectEino-Ville Talvala2013-02-281-20/+26
* Add Fence::waitForever which logs a warning timeout, and use itJesse Hall2012-10-021-1/+1
* libgui: move fence handling into ConsumerBaseJamie Gennis2012-09-061-1/+1
* BufferQueue: use max acquired buffer countJamie Gennis2012-08-301-1/+2
* Add BufferItemConsumer, a simple BufferQueue consumer.Eino-Ville Talvala2012-08-211-0/+3
* CpuConsumer: inherit from ConsumerBaseEino-Ville Talvala2012-08-201-113/+26
* Return fence from acquireBufferJesse Hall2012-06-301-0/+9
* Transfer HWC release fences to BufferQueueJesse Hall2012-06-211-2/+4
* Add a BufferQueue CPU consumer.Eino-Ville Talvala2012-05-141-0/+231