summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* make transform hint multi-display awareMathias Agopian2012-11-214-23/+64
* workaround: don't reset compositionType to HWC_FRAMEBUFFER [DO NOT MERGE]Mathias Agopian2012-11-191-1/+1
* Reset compositionType to HWC_FRAMEBUFFER before calling prepare()Mathias Agopian2012-11-143-1/+5
* 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
* Merge "SurfaceFlinger: add support for secure displays" into jb-mr1-devJamie Gennis2012-10-227-42/+65
|\
| * SurfaceFlinger: add support for secure displaysJamie Gennis2012-10-227-42/+65
* | Fix emulator vsyncAndy McFadden2012-10-191-5/+12
|/
* SurfaceFlinger: change the animation timeoutJamie Gennis2012-10-171-3/+5
* fix a corruption in blank/unblankMathias Agopian2012-10-152-32/+39
* Merge "SurfaceFlinger: add animation transactions" into jb-mr1-devJamie Gennis2012-10-152-7/+28
|\
| * SurfaceFlinger: add animation transactionsJamie Gennis2012-10-152-7/+28
* | Always set vertex alpha when drawing screenshot layersJesse Hall2012-10-151-1/+2
|/
* Merge "SurfaceFlinger: make the num FBs a board config" into jb-mr1-devJamie Gennis2012-10-123-3/+9
|\
| * SurfaceFlinger: make the num FBs a board configJamie Gennis2012-10-123-3/+9
* | Assume LayerScreenshot has pre-multiplied alphaJesse Hall2012-10-101-4/+4
|/
* Fix HDMI unblank behaviorAndy McFadden2012-10-102-2/+4
* Merge "fix typo that prevented proper loging of EGL error code" into jb-mr1-devMathias Agopian2012-10-091-1/+1
|\
| * fix typo that prevented proper loging of EGL error codeMathias Agopian2012-10-091-1/+1
* | don't automatically unblank external displaysMathias Agopian2012-10-091-6/+0
|/
* fix dumpsys Layer name when using multiple displaysMathias Agopian2012-10-084-5/+16
* fix SurfaceFlinger DDMS debuggingMathias Agopian2012-10-072-3/+4
* Tone down a fatal assertAndy McFadden2012-10-041-2/+5
* 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-045-24/+47
* Fix crashes after HDMI disconnectAndy McFadden2012-10-043-0/+25
* Add Fence::waitForever which logs a warning timeout, and use itJesse Hall2012-10-021-1/+1
* Revert "improve sensor fusion" -- DO NOT MERGEMathias Agopian2012-10-011-56/+9
* 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