summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware/HWComposer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass fence to HWC on first use of bufferJesse Hall2012-06-301-0/+1
* Transfer HWC release fences to BufferQueueJesse Hall2012-06-211-0/+1
* Add support for HWC_DEVICE_API_VERSION_1_0Jesse Hall2012-06-141-17/+17
* refactor HWComposer to break dependency with the HAL headersMathias Agopian2012-06-141-22/+109
* set vsync power hintMathias Agopian2012-04-261-1/+1
* Added vsync debugging information in dumpsys logMathias Agopian2012-04-101-0/+1
* VSYNC handling cleanupMathias Agopian2012-04-081-49/+5
* SurfaceFlinger now uses the new VSYNC HAL API.Mathias Agopian2012-04-041-6/+93
* Add HWC vsync hook. Currently unused.Mathias Agopian2012-04-031-1/+13
* fix transition from full overlays to fbMathias Agopian2011-09-201-0/+5
* Improve SF dumpsys output wrt HWCMathias Agopian2011-09-091-1/+4
* fix a bug that caused the off animation to not show sometimesMathias Agopian2011-09-021-0/+3
* Add a h/w composer API to allow the HAL to trigger a redrawMathias Agopian2011-08-011-1/+13
* dump HWC state in dumpsysMathias Agopian2010-09-231-0/+5
* surfaceflinger: give hwcomposer a chance to release buffersAntti Hatala2010-09-091-0/+2
* Fix a couple issues with the new hwcomposer HALMathias Agopian2010-08-121-5/+3
* call into hwcomposer HAL when presentMathias Agopian2010-08-111-0/+70