summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
* Fix another problem with refreshing the screen when switching to/from overlayMathias Agopian2011-09-093-21/+36
* Improve SF dumpsys output wrt HWCMathias Agopian2011-09-094-9/+15
* Fix an issue is SF that caused drawing artifacts when hwc changed modeMathias Agopian2011-09-084-60/+85
* fix a bug that caused the off animation to not show sometimesMathias Agopian2011-09-023-2/+24
* Fix various flickering / artifactsMathias Agopian2011-09-011-0/+14
* Merge "fix Surface positions are not floats"Mathias Agopian2011-08-304-18/+13
|\
| * fix Surface positions are not floatsMathias Agopian2011-08-304-18/+13
* | fix display artifacts in preview screen in timelapse video modeMathias Agopian2011-08-302-23/+39
|/
* Fix screenshotsMathias Agopian2011-08-251-7/+13
* Merge "Fix Recent thumbnails aren't taken when leaving an activity via notifi...Mathias Agopian2011-08-241-1/+1
|\
| * Fix Recent thumbnails aren't taken when leaving an activity via notificationMathias Agopian2011-08-241-1/+1
* | Merge "SurfaceFlinger: use the HWC gralloc usage bit"Jamie Gennis2011-08-241-0/+1
|\ \ | |/ |/|
| * SurfaceFlinger: use the HWC gralloc usage bitJamie Gennis2011-08-221-0/+1
* | Merge changes I14e03939,I9aafe6f2Mathias Agopian2011-08-235-9/+23
|\ \
| * | Add a debug option to turn the "transformation hint" offMathias Agopian2011-08-235-9/+23
* | | Minor cleanupMathias Agopian2011-08-233-442/+5
|/ /
* | fix "show screen update" debug option.Mathias Agopian2011-08-222-20/+27
|/
* give the proper orientation to the h/w composer HALMathias Agopian2011-08-183-3/+4
* SurfaceTexture: fix queues-to-composerJamie Gennis2011-08-176-9/+29
* as a debug option SrufaceFlinger can now connect to DDMSMathias Agopian2011-08-155-0/+120
* fix an orientation change drawing artifact.Mathias Agopian2011-08-121-3/+2
* SurfaceFlinger doesn't rely on having a custom RefBase destructorMathias Agopian2011-08-114-38/+11
* return correct value from query after connecting a surfaceMathias Agopian2011-08-082-3/+14
* improve dumpsys SurfaceFlinger outputMathias Agopian2011-08-081-1/+1
* fix a crasher in surfaceflingerMathias Agopian2011-08-021-2/+7
* Merge "update HWC data structures even when a layer is marked for SKIP"Mathias Agopian2011-08-022-29/+43
|\
| * update HWC data structures even when a layer is marked for SKIPMathias Agopian2011-08-022-29/+43
* | Add a h/w composer API to allow the HAL to trigger a redrawMathias Agopian2011-08-015-6/+37
|/
* Merge "SurfaceFlinger: use async mode for video & cam"Jamie Gennis2011-08-013-1/+29
|\
| * SurfaceFlinger: use async mode for video & camJamie Gennis2011-07-303-1/+29
* | SurfaceFlinger: abandon Layer SurfaceTexturesJamie Gennis2011-07-301-0/+1
|/
* SurfaceFlinger: fix a layer occlusion bugJamie Gennis2011-07-281-4/+6
* remove dead code and member variables.Mathias Agopian2011-07-251-2/+11
* fix a typo that prevented preserveRects() to work properlyMathias Agopian2011-07-251-1/+1
* Fix typo which caused invalid rotations to be returned with NATIVE_WINDOW_TRA...Mathias Agopian2011-07-221-1/+1
* Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINTMathias Agopian2011-07-211-0/+4
* clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-201-3/+0
* implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-195-49/+71
* use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-193-17/+10
* dump GLES strings in SF dumpsys logMathias Agopian2011-07-151-1/+11
* take the state transform into account with h/w composer halMathias Agopian2011-07-122-5/+21
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-7/+0
* fix screen on/off animation (again)Mathias Agopian2011-07-082-13/+42
* Fix EGLUtils::selectConfigForPixelFormat()Mathias Agopian2011-07-081-6/+39
* Merge "don't kill surfaceflinger when system process dies"Mathias Agopian2011-07-063-0/+35
|\
| * don't kill surfaceflinger when system process diesMathias Agopian2011-07-013-0/+35
* | return an error code with gralloc buffer allocation failuresMathias Agopian2011-07-012-3/+6
|/
* fix screen on/off animation, which was flippedMathias Agopian2011-06-301-8/+8
* SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-294-93/+78
* Merge changes I9fb59763,I8b2c6e00Jamie Gennis2011-06-281-11/+8
|\