summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware/VirtualDisplaySurface.cpp
Commit message (Expand)AuthorAgeFilesLines
* vds: Allocate Framebuffer target bufferManoj Kumar AVM2016-03-131-1/+9
* SurfaceFlinger: Add support for DisplayUtilsRaj Kamal2015-10-061-2/+6
* libgui/SurfaceFlinger: Add getConsumerNameDan Stoza2015-06-081-0/+4
* libgui: Add generation numbers to BufferQueueDan Stoza2015-06-031-0/+5
* libgui: Allow an IGBProducer to disable allocationDan Stoza2015-04-231-0/+4
* DO NOT MERGE SurfaceFlinger: Stop using IGBC::BufferItemDan Stoza2015-03-191-1/+3
* DO NOT MERGE Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-191-2/+4
* libgui: Enable -Weverything and -WerrorDan Stoza2015-03-181-4/+4
* Enable clang for libui/libgui/surfaceflingerDan Stoza2014-12-041-1/+1
* Build fix to use the correct source.Michael Lentine2014-07-301-1/+1
* Allow for resizing of Virtual Displays.Michael Lentine2014-07-301-7/+35
* Compile libsurfaceflinger with Clang and -std=c++11 [DO NOT MERGE]Jesse Hall2014-07-141-3/+3
* BufferQueue: Add allocateBuffers methodDan Stoza2014-06-201-0/+6
* Handle failed requestBuffer after successful dequeueBufferJesse Hall2014-05-011-1/+6
* Merge "BufferQueue: Increase max slots from 32 to 64"Dan Stoza2014-04-211-5/+5
|\
| * BufferQueue: Increase max slots from 32 to 64Dan Stoza2014-04-181-5/+5
* | BufferQueueProducer: add detachNextBufferDan Stoza2014-04-151-0/+6
* | BufferQueue: Add producer buffer-released callbackDan Stoza2014-03-311-2/+3
|/
* Remove deprecated BufferQueue constructorDan Stoza2014-03-181-3/+4
* Merge "Add sideband streams to BufferQueue and related classes"Jesse Hall2014-03-131-0/+4
|\
| * Add sideband streams to BufferQueue and related classesJesse Hall2014-03-111-0/+4
* | VirtualDisplaySurface: no attach/detach supportDan Stoza2014-03-121-5/+7
* | BufferQueue: Allow detaching/reattaching buffersDan Stoza2014-03-101-0/+9
|/
* Fix virtual display nestingDan Stoza2014-02-041-12/+23
* SurfaceFlinger: mFbProducerSlot initailizationmayank parshar2014-01-281-0/+1
* SurfaceFlinger: mFbFence initializationmayank parshar2014-01-251-0/+1
* Don't change the framebuffer target until we render a new oneJesse Hall2013-11-071-12/+10
* Don't use implementation-defined format with CPU consumersJesse Hall2013-11-041-7/+23
* Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYSJesse Hall2013-10-251-1/+5
* Add a boardconfig to force HWC composition of virtual displaysNaseer Ahmed2013-10-171-0/+14
* Use implementation-defined format when HWC writes to output bufferJesse Hall2013-10-171-10/+35
* Set the outbuf acquire fence after we actually have it.Jesse Hall2013-10-011-1/+9
* fix crashers with wifi/virtual displaysMathias Agopian2013-09-251-0/+11
* Make sure do disconnect from a BQ when its client dies.Mathias Agopian2013-09-161-2/+3
* Force async behavior for the virtual display output BufferQueueJesse Hall2013-08-291-5/+12
* Provide HWC prepare with a valid output bufferJesse Hall2013-08-201-36/+69
* Re-enable frame dropping for non-auto timestampsAndy McFadden2013-08-161-3/+4
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-19/+10
* Make ANW.setSwapInterval(0) work againMathias Agopian2013-07-191-7/+8
* BufferQueue improvements and APIs changesMathias Agopian2013-07-181-7/+4
* Fix build -- update for function signature changeJesse Hall2013-07-161-1/+1
* Rewrite VirtualDisplaySurfaceJesse Hall2013-07-151-7/+373
* Remove experimental HWC virtual display supportJesse Hall2013-05-071-67/+7
* Actually set the virtual display output buffer.Jesse Hall2013-04-041-1/+5
* Fix virtual displays for HWC<=1.1Jesse Hall2013-03-221-10/+22
* Isolate knowledge that fb target == output bufferJesse Hall2013-03-221-1/+13
* Pass sp<Fence>s around instead of file descriptorsJesse Hall2013-03-221-2/+1
* Release virtual display buffer immediately after HWC setJesse Hall2013-03-201-29/+15
* Add BufferQueueInterposer and use it for virtual displaysJesse Hall2013-03-181-7/+50
* Add DisplaySurface abstractionJesse Hall2013-03-181-0/+60