summaryrefslogtreecommitdiffstats
path: root/libs/gui/IGraphicBufferConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* BQ: fix some uninitialized variablesPablo Ceballos2016-03-251-1/+1
* IGraphicBufferConsumer: fix ATTACH_BUFFER info leakRobert Shih2016-01-221-1/+1
* Fix PTS handling for buffer replacementDan Stoza2015-05-121-20/+5
* SurfaceFlinger: Fix PTS on stale buffersDan Stoza2015-05-011-0/+18
* libgui: Implement onTransact for sideband streamsDan Stoza2015-04-281-0/+9
* libgui: Remove IGBC::BufferItemDan Stoza2015-03-161-172/+0
* libgui: Add a BufferItem overload to IGBC::acquireDan Stoza2015-03-111-0/+16
* Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-041-0/+26
* libgui: Enable -Weverything and -WerrorDan Stoza2014-12-051-34/+40
* Replace IInterface::asBinder() with a staticMarco Nelissen2014-11-141-1/+1
* Merge "BufferQueue: Increase max slots from 32 to 64"Dan Stoza2014-04-211-4/+8
|\
| * BufferQueue: Increase max slots from 32 to 64Dan Stoza2014-04-181-4/+8
* | BufferQueue: Add StreamSplitterDan Stoza2014-04-151-6/+0
|/
* Merge "Declare ownership of native_handle_t object"Wonsik Kim2014-04-021-1/+1
|\
| * Declare ownership of native_handle_t objectWonsik Kim2014-03-241-1/+1
* | BufferQueue: Test remote producer and consumerDan Stoza2014-03-211-11/+21
|/
* Merge "Add sideband streams to BufferQueue and related classes"Jesse Hall2014-03-131-0/+16
|\
| * Add sideband streams to BufferQueue and related classesJesse Hall2014-03-111-0/+16
* | BufferQueue: Allow detaching/reattaching buffersDan Stoza2014-03-101-0/+44
|/
* gui: Update header docs for IGraphicBufferConsumer/Producer/BufferQueueIgor Murashkin2013-11-131-1/+1
* fix camera API 2.0 orientationMathias Agopian2013-09-171-2/+6
* Re-enable frame dropping for non-auto timestampsAndy McFadden2013-08-161-0/+4
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-1/+19
* Binderize the consumer side of BufferQueueMathias Agopian2013-08-011-0/+459