summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware
Commit message (Expand)AuthorAgeFilesLines
* Add support for custom buffer sizes.Ramkumar Radhakrishnan2013-03-102-0/+20
* Revert "SurfaceFlinger: Change to support framebuffer flip for 2D blitters"Steve Kondik2013-03-061-6/+0
* Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/fra...Steve Kondik2013-02-152-1/+7
|\
| * workaround: don't reset compositionType to HWC_FRAMEBUFFER [DO NOT MERGE]Mathias Agopian2012-11-191-1/+1
| * Reset compositionType to HWC_FRAMEBUFFER before calling prepare()Mathias Agopian2012-11-142-1/+4
* | SurfaceFlinger: Change to support framebuffer flip for 2D blittersArun Kumar K.R2013-01-231-0/+6
* | Revert "remove support for HWC < 1.0"Ricardo Cerqueira2012-12-121-74/+343
|/
* Fix emulator vsyncAndy McFadden2012-10-191-5/+12
* SurfaceFlinger: make the num FBs a board configJamie Gennis2012-10-122-3/+5
* Fix HDMI unblank behaviorAndy McFadden2012-10-101-0/+1
* fix dumpsys Layer name when using multiple displaysMathias Agopian2012-10-082-4/+6
* 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-042-19/+42
* Fix crashes after HDMI disconnectAndy McFadden2012-10-042-0/+19
* 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-282-7/+9
* 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-204-15/+26
* We now report hotplug events to the frameworkMathias Agopian2012-09-202-1/+2
* one more step toward HDMI supportMathias Agopian2012-09-202-8/+13
* GraphicBufferAlloc class was declared twiceMathias Agopian2012-09-203-12/+98
* 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-174-63/+221
* refactor things a bitMathias Agopian2012-09-172-11/+27
* Minor tweaksAndy McFadden2012-09-131-2/+2
* Initialize new HWC 1.2 fieldsJesse Hall2012-09-123-24/+34
* Fix emulatorAndy McFadden2012-09-121-3/+6
* Reduce failure uncertaintyAndy McFadden2012-09-111-0/+6
* Reshuffle FramebufferSurfaceAndy McFadden2012-09-114-143/+186
* libgui: move fence handling into ConsumerBaseJamie Gennis2012-09-061-1/+1
* fix a problem where all hwc layers would have the SKIP flags setMathias Agopian2012-09-051-0/+1
* Always reset layer acquireFenceFd after commitJesse Hall2012-09-051-0/+2
* the visible region sent to HWC was garbageMathias Agopian2012-08-312-3/+17
* Merge "HWC 1.1: hook up hotplug event, use new display config queries" into j...Jesse Hall2012-08-312-16/+110
|\
| * HWC 1.1: hook up hotplug event, use new display config queriesJesse Hall2012-08-312-16/+110
* | BufferQueue: use max acquired buffer countJamie Gennis2012-08-301-2/+1
* | Merge "BufferQueue: clean up buffer counting" into jb-mr1-devJamie Gennis2012-08-301-1/+1
|\ \ | |/ |/|
| * BufferQueue: clean up buffer countingJamie Gennis2012-08-291-1/+1
* | Handle new device api version encodingJesse Hall2012-08-291-9/+39
|/
* Added display initialization methodAndy McFadden2012-08-241-1/+1
* teach HWC about multiple displaysMathias Agopian2012-08-232-127/+135
* remove support for HWC < 1.0Mathias Agopian2012-08-232-287/+60
* HWComposer now has its own concept of display IDsMathias Agopian2012-08-232-78/+123
* Update for cleanups in hwc interfaceJesse Hall2012-08-222-18/+35
* Pass the correct number of displays based on HWC versionJesse Hall2012-08-222-8/+10
* reimplement wifi display hack with new external display SF frameworkMathias Agopian2012-08-161-5/+27