summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* surfaceflinger: fix display id selectionJamie Gennis2012-08-241-1/+20
* Revert "Added display initialization method"Andy McFadden2012-08-241-35/+9
* Added display initialization methodAndy McFadden2012-08-241-9/+35
* HWComposer now has its own concept of display IDsMathias Agopian2012-08-231-32/+41
* Revert "Added display initialization method"Ramanan Rajeswaran2012-08-221-35/+9
* Added display initialization methodAndy McFadden2012-08-211-9/+35
* refactor compositing code to avoid multiple eglMakeCurrent() callsMathias Agopian2012-08-161-150/+141
* reimplement wifi display hack with new external display SF frameworkMathias Agopian2012-08-161-74/+55
* display states can't share the dirty flagsMathias Agopian2012-08-161-2/+6
* binder interfaces can't be compared directlyMathias Agopian2012-08-161-1/+1
* oopsie, missed a spot when fixing b/6970310Mathias Agopian2012-08-151-1/+1
* we were mistakenly optimizing out SF's main transactions in some casesMathias Agopian2012-08-151-27/+30
* Fix layer removal transaction.Jeff Brown2012-08-151-2/+2
* Don't crash when recovering from WM deathJesse Hall2012-08-141-0/+2
* make sure to repaint the screen when unblank()ingMathias Agopian2012-08-131-0/+2
* xdpi / ydpi were reported as 0Mathias Agopian2012-08-131-10/+45
* make multi-display more realMathias Agopian2012-08-101-101/+191
* screenshots could stop working after camera was usedMathias Agopian2012-08-101-3/+6
* libgui includes refactoringMathias Agopian2012-08-101-23/+20
* Add a display parameter to HWComposer where neededMathias Agopian2012-08-101-27/+31
* now able to set the layer stack on a DisplayDeviceMathias Agopian2012-08-101-1/+1
* surfaceflinger: refactor FrambufferSurfaceJamie Gennis2012-08-061-7/+10
* turn DisplayDevice into a reference-counted objectMathias Agopian2012-08-051-91/+89
* remove a dependency of DisplayDevice on the refresh rateMathias Agopian2012-08-041-6/+14
* break SF dependencies on libdvm and libandroid_runtimeMathias Agopian2012-08-041-6/+2
* screen-off animation won't be handled by SF anymoreMathias Agopian2012-08-031-473/+0
* We now have a real list of displays.Mathias Agopian2012-08-021-36/+77
* don't filter when capturing a screenshot unless neededMathias Agopian2012-08-021-3/+6
* cleanups in preparation of bigger changesMathias Agopian2012-08-021-13/+16
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-021-34/+34
* Layers are now sorted by layer-stack first, then by z-orderMathias Agopian2012-08-021-5/+21
* getting closer to final main composition loopMathias Agopian2012-08-021-117/+96
* get rid of global regions that should be tracked per displayMathias Agopian2012-08-021-132/+115
* Move eglSwapBuffers out of HWComposerJesse Hall2012-07-301-9/+7
* get rid of the shared-memory control blockMathias Agopian2012-07-251-19/+10
* hopefully fixe a race condition in sf initializationMathias Agopian2012-07-251-4/+4
* split HWComposer out of DisplayHardwareMathias Agopian2012-07-241-6/+27
* get rid of ro.sf.hwrotation, it's not used anymoreMathias Agopian2012-07-241-8/+1
* add a layerStack attribute to Layers.Mathias Agopian2012-07-241-0/+4
* update SF binder protocol to support setting display attributesMathias Agopian2012-07-241-3/+16
* SurfaceFlinger cleanupMathias Agopian2012-07-241-75/+64
* Increment iterator on early-out tooJesse Hall2012-07-231-0/+1
* Handle empty HWC layer list when composingJesse Hall2012-07-201-2/+5
* factor EGL/GL and surface creation out of DisplayHardwareMathias Agopian2012-07-191-50/+167
* mVisibleLayersSortedByZ is now maintained per displayMathias Agopian2012-07-191-51/+59
* one more step towards multiple display supportMathias Agopian2012-07-101-156/+172
* Only set acquire fences on overlay layersJesse Hall2012-07-021-2/+15
* get rid of GraphicPlaneMathias Agopian2012-06-281-195/+53
* First prototype atttempting to support an external displayMathias Agopian2012-06-281-1/+75
* Transfer HWC release fences to BufferQueueJesse Hall2012-06-211-2/+11