summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Abort surface composition if hw surface is invalidMichael Chock2013-05-311-1/+5
* Forward-port surface dithering from CM10Steven Luo2013-04-061-2/+19
* Revert "SurfaceFlinger: Change to support framebuffer flip for 2D blitters"Steve Kondik2013-03-061-3/+0
* Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/fra...Steve Kondik2013-02-151-13/+56
|\
| * make transform hint multi-display awareMathias Agopian2012-11-211-13/+56
* | SurfaceFlinger: Change to support framebuffer flip for 2D blittersArun Kumar K.R2013-01-231-0/+3
* | ui/sf: Add support for exynos HDMIRicardo Cerqueira2012-12-301-1/+13
* | surfaceflinger: odd hw rotation (90/270) patch for swapping width/heightHashcode2012-12-101-4/+15
|/
* fix transitions from hwc to GLES compositionandroid-sdk-support_r11Mathias Agopian2012-11-051-4/+4
* partially implement external display clippingMathias Agopian2012-10-251-0/+25
* prevent a client from crashing surfaceflingerMathias Agopian2012-10-221-2/+17
* SurfaceFlinger: add support for secure displaysJamie Gennis2012-10-221-32/+20
* SurfaceFlinger: change the animation timeoutJamie Gennis2012-10-171-3/+5
* fix a corruption in blank/unblankMathias Agopian2012-10-151-31/+32
* SurfaceFlinger: add animation transactionsJamie Gennis2012-10-151-6/+26
* Fix HDMI unblank behaviorAndy McFadden2012-10-101-2/+3
* don't automatically unblank external displaysMathias Agopian2012-10-091-6/+0
* fix dumpsys Layer name when using multiple displaysMathias Agopian2012-10-081-1/+6
* Ignore display state changes for disconnected displaysJesse Hall2012-10-041-1/+5
* make sure we don't call into the HWC HAL when not neededMathias Agopian2012-10-041-2/+2
* Fix crashes after HDMI disconnectAndy McFadden2012-10-041-0/+6
* save/restore viewport properly when taking screenshotMathias Agopian2012-09-301-1/+3
* reset GL viewport and project when caputring the screenMathias Agopian2012-09-281-0/+2
* Pass display arg to blank/unblankAndy McFadden2012-09-281-28/+63
* SurfaceFlinger: don't always set HWC_GEOM_CHGDJamie Gennis2012-09-271-21/+35
* Stop using transparent region for computing visible regionsJesse Hall2012-09-261-9/+20
* add support for EGL_FRAMEBUFFER_TARGET_ANDROIDMathias Agopian2012-09-251-22/+93
* fix a crasher when running out of memoryMathias Agopian2012-09-251-1/+1
* When "show visible regions" is enabled we were missing a call to HWCMathias Agopian2012-09-251-0/+6
* Show build config in dumpsys SurfaceFlingerAndy McFadden2012-09-251-0/+31
* don't call eglMakeCurrent() before calling HWC commit() on HWC 1.1Mathias Agopian2012-09-241-4/+7
* add/remove displays properly on hotplug eventsMathias Agopian2012-09-211-2/+12
* return an error, as expected, when querying a disconnected displayMathias Agopian2012-09-201-0/+4
* we now correctly set-up connected screens during bootMathias Agopian2012-09-201-27/+28
* We now report hotplug events to the frameworkMathias Agopian2012-09-201-2/+15
* one more step toward HDMI supportMathias Agopian2012-09-201-27/+41
* GraphicBufferAlloc class was declared twiceMathias Agopian2012-09-201-23/+1
* Allow 16-bit color EGLConfigsJesse Hall2012-09-191-11/+27
* improve logging of external displaysMathias Agopian2012-09-181-20/+1
* Plumb display name into SurfaceFlingerAndy McFadden2012-09-181-4/+8
* add support hwc 1.1Mathias Agopian2012-09-171-26/+16
* refactor things a bitMathias Agopian2012-09-171-48/+94
* Fix transform hintsAndy McFadden2012-09-161-0/+12
* Fix display projections when translated.Jeff Brown2012-09-131-2/+6
* don't call hwc with non-empty layer lists for blanked displaysMathias Agopian2012-09-121-15/+18
* Reduce failure uncertaintyAndy McFadden2012-09-111-0/+7
* Reshuffle FramebufferSurfaceAndy McFadden2012-09-111-13/+13
* Ensure that viewport and frame are initialized.Jeff Brown2012-09-091-0/+2
* Fix display projection.Jeff Brown2012-09-071-3/+3
* minor cleanupMathias Agopian2012-09-041-5/+5