summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* SurfaceFlinger: reset the FB_TGT acquire fenceJamie Gennis2012-10-011-0/+1
* save/restore viewport properly when taking screenshotMathias Agopian2012-09-302-1/+4
* reset GL viewport and project when caputring the screenMathias Agopian2012-09-283-7/+15
* Pass display arg to blank/unblankAndy McFadden2012-09-284-37/+74
* SurfaceFlinger: don't always set HWC_GEOM_CHGDJamie Gennis2012-09-271-21/+35
* Merge "Recompute visible regions more vigorously" into jb-mr1-devAndy McFadden2012-09-261-3/+3
|\
| * Recompute visible regions more vigorouslyAndy McFadden2012-09-261-3/+3
* | Stop using transparent region for computing visible regionsJesse Hall2012-09-263-10/+35
|/
* Merge "add support for EGL_FRAMEBUFFER_TARGET_ANDROID" into jb-mr1-devMathias Agopian2012-09-252-24/+95
|\
| * add support for EGL_FRAMEBUFFER_TARGET_ANDROIDMathias Agopian2012-09-252-24/+95
* | only abort when errors happen on the main displayMathias Agopian2012-09-251-5/+8
|/
* 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-252-0/+32
* fix Layer croping in SurfaceFlingerMathias Agopian2012-09-241-12/+11
* don't call eglMakeCurrent() before calling HWC commit() on HWC 1.1Mathias Agopian2012-09-241-4/+7
* handle EGL errorsMathias Agopian2012-09-241-3/+10
* add/remove displays properly on hotplug eventsMathias Agopian2012-09-214-6/+26
* Display events now always carry the display id they happened onMathias Agopian2012-09-212-27/+56
* fix an issue where hotplug events were not dispatchedMathias Agopian2012-09-212-15/+31
* return an error, as expected, when querying a disconnected displayMathias Agopian2012-09-201-0/+4
* 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-205-42/+54
* We now report hotplug events to the frameworkMathias Agopian2012-09-206-19/+57
* one more step toward HDMI supportMathias Agopian2012-09-203-35/+54
* calculate wether we filter on a per-display basisMathias Agopian2012-09-205-2/+12
* GraphicBufferAlloc class was declared twiceMathias Agopian2012-09-206-46/+101
* Merge "Allow 16-bit color EGLConfigs" into jb-mr1-devJesse Hall2012-09-191-11/+27
|\
| * Allow 16-bit color EGLConfigsJesse Hall2012-09-191-11/+27
* | Merge changes I561c198c,Id4865f3c into jb-mr1-devMathias Agopian2012-09-196-77/+215
|\ \
| * | improve sensor battery usage trackingMathias Agopian2012-09-185-73/+207
| * | track UID with connectionsMathias Agopian2012-09-182-4/+8
| |/
* | fix typo in DisplayDevice logsMathias Agopian2012-09-191-1/+1
|/
* fix a typo in SensorServiceMathias Agopian2012-09-181-1/+4
* improve logging of external displaysMathias Agopian2012-09-183-28/+29
* suppress superfluous logMathias Agopian2012-09-181-2/+0
* Merge "Check that HWC exists before trying to use it" into jb-mr1-devJesse Hall2012-09-181-3/+3
|\
| * Check that HWC exists before trying to use itJesse Hall2012-09-181-3/+3
* | SurfaceTexture: default to doing GL syncJamie Gennis2012-09-181-1/+1
|/
* Plumb display name into SurfaceFlingerAndy McFadden2012-09-184-6/+31
* fix external displaysMathias Agopian2012-09-181-7/+14
* add support hwc 1.1Mathias Agopian2012-09-1711-89/+283
* refactor things a bitMathias Agopian2012-09-174-62/+125
* Fix transform hintsAndy McFadden2012-09-164-13/+32
* Fix display projections when translated.Jeff Brown2012-09-132-11/+14
* Minor tweaksAndy McFadden2012-09-133-8/+2
* Merge "Initialize new HWC 1.2 fields" into jb-mr1-devJesse Hall2012-09-123-24/+34
|\
| * Initialize new HWC 1.2 fieldsJesse Hall2012-09-123-24/+34
* | Merge "Fix display projection transforms" into jb-mr1-devJesse Hall2012-09-121-5/+8
|\ \
| * | Fix display projection transformsJesse Hall2012-09-121-5/+8