summaryrefslogtreecommitdiffstats
path: root/libs/gui/BufferQueueProducer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix SF security vulnerability: 32706020Fabien Sanglard2017-03-131-0/+1
* Fix the execution point of onFrameAvailable/onFrameReplaced callbacksChristian Poetzsch2015-12-161-9/+9
* Revert "Revert "Modify EGL to disconnect the window when the surface gets des...Amith Dsouza2015-07-011-2/+2
* libgui/SurfaceFlinger: Add getConsumerNameDan Stoza2015-06-081-0/+6
* Revert "libgui: Add getConsumerName"Dan Stoza2015-06-081-6/+0
* libgui: Add getConsumerNameDan Stoza2015-06-051-0/+6
* libgui: Add generation numbers to BufferQueueDan Stoza2015-06-031-0/+17
* Revert "Modify EGL to disconnect the window when the surface gets destroyed."Michael Lentine2015-05-281-2/+2
* Merge "Modify EGL to disconnect the window when the surface gets destroyed." ...Michael Lentine2015-05-141-2/+2
|\
| * Modify EGL to disconnect the window when the surface gets destroyed.Michael Lentine2015-05-131-2/+2
* | libgui: Always allow allocation on connectDan Stoza2015-05-121-0/+1
|/
* libgui: Fix buffer age on 64-bit targetsDan Stoza2015-04-281-1/+2
* BufferQueue: Add NATIVE_WINDOW_BUFFER_AGE queryDan Stoza2015-04-281-0/+15
* libgui: Allow an IGBProducer to disable allocationDan Stoza2015-04-231-20/+48
* libgui: Change BufferQueue to use free listsDan Stoza2015-04-231-30/+37
* Revert "libgui: Change BufferQueue to use free lists"Dan Stoza2015-04-221-34/+30
* libgui: Change BufferQueue to use free listsDan Stoza2015-04-171-30/+34
* libgui: Pass surface damage through BufferQueueDan Stoza2015-04-151-0/+2
* DO NOT MERGE Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-191-4/+14
* libgui: Enable -Weverything and -WerrorDan Stoza2015-03-181-20/+25
* am 55f71bc0: Merge "Replace IInterface::asBinder() with a static"Marco Nelissen2014-11-171-3/+3
|\
| * Replace IInterface::asBinder() with a staticMarco Nelissen2014-11-171-3/+3
* | Merge "Add a BufferItem parameter to onFrameAvailable" into lmp-mr1-devDan Stoza2014-11-071-8/+36
|\ \
| * | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-071-8/+36
* | | Revert "bufferqueue: workaround: allow NULL fence with queueBuffer"Jesse Hall2014-11-041-6/+1
|/ /
* | am 649bafb7: Merge "bufferqueue: workaround: allow NULL fence with queueBuffe...Jesse Hall2014-10-201-1/+6
|\|
| * bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE)Jesse Hall2014-10-191-1/+6
* | BufferQueueProducer: Throttle EGL frame production.Eric Penner2014-10-031-1/+11
|/
* Revert "Modify EGL to disconnect the window when the surface gets destroyed."Michael Lentine2014-08-081-2/+2
* Merge "Modify EGL to disconnect the window when the surface gets destroyed." ...Michael Lentine2014-07-251-2/+2
|\
| * Modify EGL to disconnect the window when the surface gets destroyed.Michael Lentine2014-07-291-2/+2
* | BufferQueueProducer: fix which slot gets pre-allocatedAntoine Labour2014-07-251-1/+1
* | BufferQueue: release mutex while allocating. DO NOT MERGEAntoine Labour2014-07-221-40/+91
|/
* Add sticky transform to surfaceflinger.Ruben Brunk2014-07-141-2/+9
* BufferQueue: Add allocateBuffers methodDan Stoza2014-06-201-0/+55
* libgui: 64 bit compile issues (part deux)Mark Salyzyn2014-06-091-5/+9
* Merge "BufferQueue: Guard against unbounded queue growth"Dan Stoza2014-04-211-35/+31
|\
| * BufferQueue: Guard against unbounded queue growthDan Stoza2014-04-181-35/+31
* | BufferQueueProducer: add detachNextBufferDan Stoza2014-04-151-0/+44
|/
* Merge "BufferQueue: Add producer buffer-released callback"Dan Stoza2014-04-111-9/+11
|\
| * BufferQueue: Add producer buffer-released callbackDan Stoza2014-03-311-9/+11
* | Fix sideband stream issuesWonsik Kim2014-04-071-2/+10
|/
* BufferQueue: Set attached buffers as requestedDan Stoza2014-03-241-0/+1
* Merge "Add sideband streams to BufferQueue and related classes"Jesse Hall2014-03-131-0/+7
|\
| * Add sideband streams to BufferQueue and related classesJesse Hall2014-03-111-0/+7
* | BufferQueue: Allow detaching/reattaching buffersDan Stoza2014-03-101-108/+201
|/
* Change BufferQueue into producer/consumer wrapperDan Stoza2014-03-041-8/+12
* Split BufferQueue into core + producer + consumerDan Stoza2014-03-041-0/+705