summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.h
Commit message (Expand)AuthorAgeFilesLines
* Forward-port surface dithering from CM10Steven Luo2013-04-061-0/+6
* ui/sf: Add support for exynos HDMIRicardo Cerqueira2012-12-301-0/+7
* SurfaceFlinger: add support for secure displaysJamie Gennis2012-10-221-2/+3
* fix a corruption in blank/unblankMathias Agopian2012-10-151-1/+7
* SurfaceFlinger: add animation transactionsJamie Gennis2012-10-151-1/+2
* fix dumpsys Layer name when using multiple displaysMathias Agopian2012-10-081-0/+4
* make sure we don't call into the HWC HAL when not neededMathias Agopian2012-10-041-1/+1
* Pass display arg to blank/unblankAndy McFadden2012-09-281-2/+2
* add support for EGL_FRAMEBUFFER_TARGET_ANDROIDMathias Agopian2012-09-251-2/+2
* Show build config in dumpsys SurfaceFlingerAndy McFadden2012-09-251-0/+1
* We now report hotplug events to the frameworkMathias Agopian2012-09-201-0/+1
* GraphicBufferAlloc class was declared twiceMathias Agopian2012-09-201-11/+1
* Plumb display name into SurfaceFlingerAndy McFadden2012-09-181-1/+2
* refactor things a bitMathias Agopian2012-09-171-3/+4
* don't call hwc with non-empty layer lists for blanked displaysMathias Agopian2012-09-121-2/+2
* implement display viewport and frameMathias Agopian2012-09-041-1/+1
* add libsurfaceflinger_ddmconnection for PDK buildKeun young Park2012-08-311-0/+1
* we were not always clearing the screen properlyMathias Agopian2012-08-271-1/+2
* Eradicate DisplayID.Mathias Agopian2012-08-271-18/+22
* Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-271-4/+4
* Added display initialization methodAndy McFadden2012-08-241-2/+7
* surfaceflinger: fix display id selectionJamie Gennis2012-08-241-0/+5
* Revert "Added display initialization method"Andy McFadden2012-08-241-7/+2
* Added display initialization methodAndy McFadden2012-08-241-2/+7
* Revert "Added display initialization method"Ramanan Rajeswaran2012-08-221-7/+2
* Added display initialization methodAndy McFadden2012-08-211-2/+7
* refactor compositing code to avoid multiple eglMakeCurrent() callsMathias Agopian2012-08-161-5/+12
* reimplement wifi display hack with new external display SF frameworkMathias Agopian2012-08-161-3/+1
* make multi-display more realMathias Agopian2012-08-101-5/+11
* turn DisplayDevice into a reference-counted objectMathias Agopian2012-08-051-8/+8
* remove a dependency of DisplayDevice on the refresh rateMathias Agopian2012-08-041-1/+1
* screen-off animation won't be handled by SF anymoreMathias Agopian2012-08-031-8/+0
* We now have a real list of displays.Mathias Agopian2012-08-021-8/+21
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-021-9/+9
* getting closer to final main composition loopMathias Agopian2012-08-021-2/+0
* get rid of global regions that should be tracked per displayMathias Agopian2012-08-021-21/+14
* Move eglSwapBuffers out of HWComposerJesse Hall2012-07-301-0/+1
* get rid of the shared-memory control blockMathias Agopian2012-07-251-6/+1
* split HWComposer out of DisplayHardwareMathias Agopian2012-07-241-4/+30
* update SF binder protocol to support setting display attributesMathias Agopian2012-07-241-1/+1
* SurfaceFlinger cleanupMathias Agopian2012-07-241-289/+310
* factor EGL/GL and surface creation out of DisplayHardwareMathias Agopian2012-07-191-0/+19
* mVisibleLayersSortedByZ is now maintained per displayMathias Agopian2012-07-191-4/+0
* one more step towards multiple display supportMathias Agopian2012-07-101-5/+14
* get rid of GraphicPlaneMathias Agopian2012-06-281-46/+13
* First prototype atttempting to support an external displayMathias Agopian2012-06-281-0/+7
* am 8aaf3e47: am a67e418e: Exit boot animation cleanly.Mathias Agopian2012-06-201-0/+2
|\
| * Exit boot animation cleanly.android-cts-4.1_r1Mathias Agopian2012-06-191-0/+2
* | split-up Client.h out of SurfaceFlinger.hMathias Agopian2012-06-181-34/+0
* | surfaceflinger: replace early suspend with binder call from PowerManagerColin Cross2012-06-071-3/+2
|/