summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware/HWComposer.h
Commit message (Expand)AuthorAgeFilesLines
* Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig.Michael Lentine2014-07-291-0/+3
* Turn on support for async cursor update in surfaceflinger.Riley Andrews2014-07-281-0/+3
* surfaceflinger: Replace blank/unblank with setPowerModePrashant Malani2014-06-051-5/+2
* Merge "Enable changing display configuration"Dan Stoza2014-05-061-9/+19
|\
| * Enable changing display configurationDan Stoza2014-05-051-9/+19
* | Improve SurfaceFlinger PTS estimationAndy McFadden2014-05-021-1/+1
|/
* Add sideband streams to BufferQueue and related classesJesse Hall2014-03-111-1/+3
* handle several vsync signal correctlyMathias Agopian2013-08-211-2/+2
* Use new HWC display type/count constants.Jesse Hall2013-08-161-10/+13
* fix SF buffer croppingMathias Agopian2013-07-101-1/+2
* clean-up/simplify all dump() APIsMathias Agopian2013-04-221-1/+1
* Tell HWComposer the dimensions of virtual displaysJesse Hall2013-04-051-0/+3
* Isolate knowledge that fb target == output bufferJesse Hall2013-03-221-0/+13
* Pass sp<Fence>s around instead of file descriptorsJesse Hall2013-03-221-2/+2
* Don't log an error on HWC1.1+ devices with no FB HALJesse Hall2013-03-191-1/+1
* Add BufferQueueInterposer and use it for virtual displaysJesse Hall2013-03-181-1/+1
* Get rid of LayerBase.Mathias Agopian2013-03-051-1/+0
* Initialize DisplayData fences to NO_FENCE, not NULLJesse Hall2013-02-271-7/+2
* Add support for plane-alpha in HWCMathias Agopian2013-02-051-0/+1
* Remove unused HWCLayer::setPerFrameDefaultState()Jesse Hall2013-01-141-1/+0
* Merge "SurfaceFlinger: track the HWC retire fences"Jamie Gennis2012-11-191-1/+8
|\
| * SurfaceFlinger: track the HWC retire fencesJamie Gennis2012-11-191-1/+8
* | Reset compositionType to HWC_FRAMEBUFFER before calling prepare()Mathias Agopian2012-11-141-0/+1
|/
* fix dumpsys Layer name when using multiple displaysMathias Agopian2012-10-081-2/+1
* make sure we don't call into the HWC HAL when not neededMathias Agopian2012-10-041-4/+9
* Fix crashes after HDMI disconnectAndy McFadden2012-10-041-0/+3
* Pass display arg to blank/unblankAndy McFadden2012-09-281-2/+2
* we now correctly set-up connected screens during bootMathias Agopian2012-09-201-1/+3
* We now report hotplug events to the frameworkMathias Agopian2012-09-201-0/+1
* one more step toward HDMI supportMathias Agopian2012-09-201-1/+1
* add support hwc 1.1Mathias Agopian2012-09-171-3/+17
* refactor things a bitMathias Agopian2012-09-171-0/+4
* Initialize new HWC 1.2 fieldsJesse Hall2012-09-121-4/+4
* Reshuffle FramebufferSurfaceAndy McFadden2012-09-111-7/+21
* the visible region sent to HWC was garbageMathias Agopian2012-08-311-0/+1
* HWC 1.1: hook up hotplug event, use new display config queriesJesse Hall2012-08-311-3/+7
* teach HWC about multiple displaysMathias Agopian2012-08-231-6/+8
* remove support for HWC < 1.0Mathias Agopian2012-08-231-1/+1
* HWComposer now has its own concept of display IDsMathias Agopian2012-08-231-12/+33
* Update for cleanups in hwc interfaceJesse Hall2012-08-221-2/+3
* Pass the correct number of displays based on HWC versionJesse Hall2012-08-221-3/+2
* xdpi / ydpi were reported as 0Mathias Agopian2012-08-131-1/+10
* Add a display parameter to HWComposer where neededMathias Agopian2012-08-101-9/+14
* Changes to support multi-display HWCJesse Hall2012-08-071-2/+7
* surfaceflinger: refactor FrambufferSurfaceJamie Gennis2012-08-061-0/+1
* remove a dependency of DisplayDevice on the refresh rateMathias Agopian2012-08-041-2/+2
* cleanups in preparation of bigger changesMathias Agopian2012-08-021-0/+6
* Move eglSwapBuffers out of HWComposerJesse Hall2012-07-301-8/+1
* SurfaceFlinger cleanupMathias Agopian2012-07-241-2/+6
* surfaceflinger: call into hardware composer to blank screenColin Cross2012-07-131-1/+4