summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware/HWComposer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-1/+1
* | am dda42952: am 64f3b2fd: Merge "Remove experimental HWC virtual display supp...Jesse Hall2013-05-081-3/+7
|\ \ | |/
| * Remove experimental HWC virtual display supportJesse Hall2013-05-071-3/+7
* | clean-up/simplify all dump() APIsMathias Agopian2013-04-221-4/+3
|/
* Tell HWComposer the dimensions of virtual displaysJesse Hall2013-04-051-13/+23
* Merge "Clean up HWC state when releasing a DisplayDevice" into jb-mr2-devJesse Hall2013-04-041-6/+6
|\
| * Clean up HWC state when releasing a DisplayDeviceJesse Hall2013-03-271-6/+6
* | Fix include pathsMathias Agopian2013-04-011-3/+4
|/
* Isolate knowledge that fb target == output bufferJesse Hall2013-03-221-16/+31
* Use descriptive aliases instead of HWC_NUM_DISPLAY_TYPESJesse Hall2013-03-221-8/+11
* Pass sp<Fence>s around instead of file descriptorsJesse Hall2013-03-221-5/+5
* initialize planeAlpha (to 0xFF) for the FB_TARGETMathias Agopian2013-03-211-0/+1
* Don't log an error on HWC1.1+ devices with no FB HALJesse Hall2013-03-191-10/+8
* Add BufferQueueInterposer and use it for virtual displaysJesse Hall2013-03-181-0/+12
* Add DisplaySurface abstractionJesse Hall2013-03-181-3/+3
* Minor cleanups/fixes before virtual display refactoringJesse Hall2013-03-181-0/+2
* Get rid of LayerBase.Mathias Agopian2013-03-051-9/+6
* Initialize DisplayData fences to NO_FENCE, not NULLJesse Hall2013-02-271-0/+16
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-141-1/+1
* libgui: disallow NULL Fence pointersJamie Gennis2013-02-121-5/+3
* only disable hwc when alpha < 1.0Mathias Agopian2013-02-071-1/+3
* Add support for plane-alpha in HWCMathias Agopian2013-02-051-13/+26
* Remove unused HWCLayer::setPerFrameDefaultState()Jesse Hall2013-01-141-3/+0
* am f3e9d5bd: am cbe51356: Merge "Remove support for legacy HWC version encoding"Jesse Hall2013-01-141-11/+1
|\
| * am cbe51356: Merge "Remove support for legacy HWC version encoding"Jesse Hall2013-01-141-11/+1
| |\
| | * Remove support for legacy HWC version encodingJesse Hall2013-01-101-11/+1
| * | workaround: don't reset compositionType to HWC_FRAMEBUFFER [DO NOT MERGE]Mathias Agopian2012-11-191-1/+1
* | | Reduce C++11 warningsAndy McFadden2013-01-111-1/+1
* | | workaround: don't reset compositionType to HWC_FRAMEBUFFERMathias Agopian2013-01-091-1/+1
* | | 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-1/+3
|/
* Fix emulator vsyncAndy McFadden2012-10-191-5/+12
* Fix HDMI unblank behaviorAndy McFadden2012-10-101-0/+1
* fix dumpsys Layer name when using multiple displaysMathias Agopian2012-10-081-2/+5
* Tone down a fatal assertAndy McFadden2012-10-041-2/+5
* make sure we don't call into the HWC HAL when not neededMathias Agopian2012-10-041-15/+33
* Fix crashes after HDMI disconnectAndy McFadden2012-10-041-0/+16
* Add Fence::waitForever which logs a warning timeout, and use itJesse Hall2012-10-021-1/+1
* SurfaceFlinger: reset the FB_TGT acquire fenceJamie Gennis2012-10-011-0/+1
* Pass display arg to blank/unblankAndy McFadden2012-09-281-5/+7
* add/remove displays properly on hotplug eventsMathias Agopian2012-09-211-1/+6
* fix an issue where hotplug events were not dispatchedMathias Agopian2012-09-211-3/+12
* fix a typo preventing pre hwc-1.1 devices from bootingMathias Agopian2012-09-201-0/+1
* we now correctly set-up connected screens during bootMathias Agopian2012-09-201-7/+12
* We now report hotplug events to the frameworkMathias Agopian2012-09-201-1/+1
* one more step toward HDMI supportMathias Agopian2012-09-201-7/+12
* suppress superfluous logMathias Agopian2012-09-181-2/+0
* Check that HWC exists before trying to use itJesse Hall2012-09-181-3/+3
* add support hwc 1.1Mathias Agopian2012-09-171-38/+171