summaryrefslogtreecommitdiffstats
path: root/libs/gui/CpuConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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