summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "don't clear the framebuffer when the framebuffer is not used"Mathias Agopian2011-09-221-5/+6
|\
| * don't clear the framebuffer when the framebuffer is not usedMathias Agopian2011-09-221-5/+6
* | Handle orientation changes more systematically.Jeff Brown2011-09-211-2/+2
|/
* fix transition from full overlays to fbMathias Agopian2011-09-201-46/+50
* rename mInvalidRegion to mSwapRegionMathias Agopian2011-09-201-10/+10
* improve hwc dumpsysMathias Agopian2011-09-201-1/+1
* Fix another problem with refreshing the screen when switching to/from overlayMathias Agopian2011-09-091-19/+34
* Improve SF dumpsys output wrt HWCMathias Agopian2011-09-091-1/+1
* Fix an issue is SF that caused drawing artifacts when hwc changed modeMathias Agopian2011-09-081-59/+68
* fix a bug that caused the off animation to not show sometimesMathias Agopian2011-09-021-0/+6
* Fix various flickering / artifactsMathias Agopian2011-09-011-0/+14
* Fix screenshotsMathias Agopian2011-08-251-7/+13
* Fix Recent thumbnails aren't taken when leaving an activity via notificationMathias Agopian2011-08-241-1/+1
* Add a debug option to turn the "transformation hint" offMathias Agopian2011-08-231-0/+7
* fix "show screen update" debug option.Mathias Agopian2011-08-221-20/+26
* SurfaceTexture: fix queues-to-composerJamie Gennis2011-08-171-8/+15
* as a debug option SrufaceFlinger can now connect to DDMSMathias Agopian2011-08-151-0/+11
* SurfaceFlinger doesn't rely on having a custom RefBase destructorMathias Agopian2011-08-111-28/+0
* clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-201-3/+0
* dump GLES strings in SF dumpsys logMathias Agopian2011-07-151-1/+11
* fix screen on/off animation (again)Mathias Agopian2011-07-081-12/+36
* Merge "don't kill surfaceflinger when system process dies"Mathias Agopian2011-07-061-0/+25
|\
| * don't kill surfaceflinger when system process diesMathias Agopian2011-07-011-0/+25
* | return an error code with gralloc buffer allocation failuresMathias Agopian2011-07-011-2/+5
|/
* 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-291-80/+70
* PermissionCache caches permission checksMathias Agopian2011-06-271-10/+16
* unify SurfaceTexture and SurfaceMathias Agopian2011-06-131-142/+72
* Fix a race that could cause GL commands to be executed from the wrong thread.Mathias Agopian2011-05-191-82/+62
* Fix a race in SurfaceFlinger that could cause layers to be leaked forever.Mathias Agopian2011-05-031-1/+16
* Fix a race-condtion in SurfaceFlinger that could lead to a crash.Mathias Agopian2011-05-031-8/+12
* Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-201-5/+7
* Fix a GraphicBuffer leak in SurfaceTextureMathias Agopian2011-04-081-13/+0
* Fix some const-ness and commentsMathias Agopian2011-03-111-7/+5
* SurfaceFlinger: Respect the PROTECTED gralloc bit.Jamie Gennis2011-03-101-2/+13
* ANativeWindow: add queues-to-window-composer check.Jamie Gennis2011-03-081-0/+34
* remove some logsMathias Agopian2011-03-021-3/+3
* am e630e5f4: am 919853ce: Merge "Prevent SurfaceFlinger from using layer toke...Jamie Gennis2011-02-271-1/+1
|\
| * Prevent SurfaceFlinger from using layer token 31.Jamie Gennis2011-02-101-1/+1
| * fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE)Mathias Agopian2011-01-251-16/+0
| * partially fix [3306150] HTML5 video with H/W acceleration blackout (DO NOT ME...Mathias Agopian2011-01-251-1/+44
| * fix a small bug that caused screenshot to show garbage in some cases (DO NOT ...Mathias Agopian2011-01-251-1/+2
| * workaround [3201922] display not on: log full of gralloc errors (DO NOT MERGE)Mathias Agopian2011-01-251-0/+4
| * [317580] fix issue where the screen wouldn't be rotated properly in bypass modeMathias Agopian2010-12-071-1/+5
| * [3171580] SurfaceFlinger Bypass mode. (DO NOT MERGE)Mathias Agopian2010-12-031-3/+65
* | [3418265] apply layer transformations to the DimLayer.Mathias Agopian2011-02-021-2/+0
* | fix [3385504] Surface flinger hang when adding dim surfaceMathias Agopian2011-01-251-1/+1
* | tone down the log spew regarding taking screenshots.Mathias Agopian2011-01-241-18/+1
* | Merge "fix [3369743] SurfaceFlinger reads hardware composer hints before call...Mathias Agopian2011-01-201-20/+26
|\ \
| * | fix [3369743] SurfaceFlinger reads hardware composer hints before calling hwc...Mathias Agopian2011-01-191-20/+26