summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayDevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* am fc866eb8: am 845ed8fd: Merge "DisplayDevice: initialize mDisplayToken corr...Jesse Hall2013-01-141-0/+1
|\
| * DisplayDevice: initialize mDisplayToken correctlyChih-Wei Huang2013-01-071-0/+1
* | rework a bit how we scissor the displayMathias Agopian2012-10-311-1/+7
|/
* SurfaceFlinger: add support for secure displaysJamie Gennis2012-10-221-3/+6
* fix typo that prevented proper loging of EGL error codeMathias Agopian2012-10-091-1/+1
* save/restore viewport properly when taking screenshotMathias Agopian2012-09-301-0/+1
* reset GL viewport and project when caputring the screenMathias Agopian2012-09-281-7/+11
* only abort when errors happen on the main displayMathias Agopian2012-09-251-5/+8
* handle EGL errorsMathias Agopian2012-09-241-3/+10
* add/remove displays properly on hotplug eventsMathias Agopian2012-09-211-0/+7
* calculate wether we filter on a per-display basisMathias Agopian2012-09-201-0/+4
* fix typo in DisplayDevice logsMathias Agopian2012-09-191-1/+1
* improve logging of external displaysMathias Agopian2012-09-181-7/+27
* Plumb display name into SurfaceFlingerAndy McFadden2012-09-181-0/+14
* fix external displaysMathias Agopian2012-09-181-7/+14
* add support hwc 1.1Mathias Agopian2012-09-171-0/+26
* Fix display projections when translated.Jeff Brown2012-09-131-9/+8
* Fix display projection transformsJesse Hall2012-09-121-5/+8
* display projection API now has a single function instead of 3Mathias Agopian2012-09-041-16/+5
* implement display viewport and frameMathias Agopian2012-09-041-16/+85
* Eradicate DisplayID.Mathias Agopian2012-08-271-4/+7
* HWComposer now has its own concept of display IDsMathias Agopian2012-08-231-2/+2
* refactor compositing code to avoid multiple eglMakeCurrent() callsMathias Agopian2012-08-161-0/+12
* reimplement wifi display hack with new external display SF frameworkMathias Agopian2012-08-161-0/+3
* xdpi / ydpi were reported as 0Mathias Agopian2012-08-131-46/+0
* screenshots could stop working after camera was usedMathias Agopian2012-08-101-0/+1
* libgui includes refactoringMathias Agopian2012-08-101-39/+6
* now able to set the layer stack on a DisplayDeviceMathias Agopian2012-08-101-0/+7
* surfaceflinger: refactor FrambufferSurfaceJamie Gennis2012-08-061-24/+6
* turn DisplayDevice into a reference-counted objectMathias Agopian2012-08-051-17/+3
* DisplayDevice only needs ANativeWindow not SurfaceTextureClientMathias Agopian2012-08-041-1/+1
* remove a dependency of DisplayDevice on the refresh rateMathias Agopian2012-08-041-30/+0
* We now have a real list of displays.Mathias Agopian2012-08-021-17/+40
* cleanups in preparation of bigger changesMathias Agopian2012-08-021-22/+35
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-021-0/+380