summaryrefslogtreecommitdiffstats
path: root/libs/gui/BufferItemConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor ConsumerBase and it's derived classes.Michael Lentine2015-05-181-16/+0
* libgui: Remove IGBC::BufferItemDan Stoza2015-03-161-12/+1
* libgui: Prepare for IGBC::BufferItem removalDan Stoza2015-03-121-1/+13
* Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-041-0/+6
* libgui: Enable -Weverything and -WerrorDan Stoza2014-12-051-8/+7
* 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
* | BufferItemConsumer: Use IGBC instead of BQDan Stoza2014-03-131-11/+11
* | gui: Remove BufferQueue::MIN_UNDEQUEUED_BUFFERSIgor Murashkin2013-11-181-0/+7
|/
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-5/+5
* BufferQueue improvements and APIs changesMathias Agopian2013-07-181-3/+2
* always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-121-3/+3
* Pay attention to buffer timestampsAndy McFadden2013-07-101-2/+3
* BufferQueue: track buffer-queue by instance vs. by referenceLajos Molnar2013-05-231-2/+2
* make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-1/+1
* BufferItemConsumer: add functions to set default buffer format/sizeIgor Murashkin2013-04-161-0/+10
* libgui: disallow NULL Fence pointersJamie Gennis2013-02-121-1/+1
* Fix race condition in ConsumerBase::addReleaseFence()Jesse Hall2012-10-051-1/+1
* 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/+3
* BufferQueue: use max acquired buffer countJamie Gennis2012-08-301-1/+2
* Add BufferItemConsumer, a simple BufferQueue consumer.Eino-Ville Talvala2012-08-211-0/+93