summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.h
Commit message (Expand)AuthorAgeFilesLines
* remove files that moved to frameworks/nativeMathias Agopian2012-03-071-428/+0
* fix libgui header locationMathias Agopian2012-02-271-3/+3
* separate transactions from updatesMathias Agopian2012-02-011-1/+7
* remove unneeded codeMathias Agopian2012-01-291-1/+0
* added a few more commands to SF's dumpsysMathias Agopian2012-01-281-0/+4
* improve SurfaceFlinger dumpsysMathias Agopian2012-01-241-0/+3
* remove dead/usnused codeMathias Agopian2012-01-111-1/+0
* Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten2012-01-051-3/+2
* Improve the VSYNC api a bit.Mathias Agopian2011-12-061-3/+0
* am a91e54fe: am f57c1388: Merge "SurfaceFlinger: fix layer removal race condi...Jesse Hall2011-12-021-0/+1
|\
| * SurfaceFlinger: fix layer removal race conditionJesse Hall2011-12-021-0/+1
* | Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-291-0/+8
* | Fix build.Mathias Agopian2011-11-291-8/+0
* | Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-291-0/+8
|/
* Fix rotation displays frame N-1 briefly while rotatingMathias Agopian2011-11-041-2/+2
* am aa938c8d: Merge "mDirtyRegion is single threaded, but could be accessed fr...Mathias Agopian2011-10-211-0/+7
|\
| * mDirtyRegion is single threaded, but could be accessed from a hwc threadMathias Agopian2011-10-211-0/+7
* | am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0Dave Burke2011-10-181-7/+26
|\ \ | |/
| * Add a LayerScreenshotMathias Agopian2011-10-181-7/+26
* | am 840b8a67: Revert "Add a LayerScreenshot"Mathias Agopian2011-10-171-26/+7
|\ \ | |/
| * Revert "Add a LayerScreenshot"Mathias Agopian2011-10-161-26/+7
* | Merge branch 'master' of ssh://android-git:29418/platform/frameworks/baseElliott Hughes2011-10-171-38/+2
|\ \ | |/ |/|
| * SurfaceFlinger: Remove display freezing codeJamie Gennis2011-10-141-36/+0
| * SurfaceFlinger: make sync transactions explicitJamie Gennis2011-10-141-2/+2
* | Add a LayerScreenshotMathias Agopian2011-10-141-7/+26
|/
* SurfaceFlinger: update orientation via transactionsJamie Gennis2011-10-111-1/+2
* fix an issue where the screen could stay offMathias Agopian2011-10-101-1/+0
* SurfaceFlinger: screenshots w/ protected buffersJamie Gennis2011-10-071-0/+3
* Force a repaint when hwc invalidate hook is calledMathias Agopian2011-10-051-5/+3
* Handle orientation changes more systematically.Jeff Brown2011-09-211-1/+1
* fix transition from full overlays to fbMathias Agopian2011-09-201-1/+1
* rename mInvalidRegion to mSwapRegionMathias Agopian2011-09-201-1/+1
* Fix another problem with refreshing the screen when switching to/from overlayMathias Agopian2011-09-091-1/+1
* Fix an issue is SF that caused drawing artifacts when hwc changed modeMathias Agopian2011-09-081-0/+1
* Add a debug option to turn the "transformation hint" offMathias Agopian2011-08-231-0/+1
* fix "show screen update" debug option.Mathias Agopian2011-08-221-0/+1
* SurfaceTexture: fix queues-to-composerJamie Gennis2011-08-171-1/+1
* as a debug option SrufaceFlinger can now connect to DDMSMathias Agopian2011-08-151-0/+1
* SurfaceFlinger doesn't rely on having a custom RefBase destructorMathias Agopian2011-08-111-2/+0
* Merge "don't kill surfaceflinger when system process dies"Mathias Agopian2011-07-061-0/+5
|\
| * don't kill surfaceflinger when system process diesMathias Agopian2011-07-011-0/+5
* | return an error code with gralloc buffer allocation failuresMathias Agopian2011-07-011-1/+1
|/
* SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-291-7/+2
* PermissionCache caches permission checksMathias Agopian2011-06-271-11/+6
* unify SurfaceTexture and SurfaceMathias Agopian2011-06-131-39/+3
* Fix a race that could cause GL commands to be executed from the wrong thread.Mathias Agopian2011-05-191-4/+9
* Fix a race in SurfaceFlinger that could cause layers to be leaked forever.Mathias Agopian2011-05-031-0/+1
* Fix a race-condtion in SurfaceFlinger that could lead to a crash.Mathias Agopian2011-05-031-3/+9
* Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-201-4/+5
* Fix a GraphicBuffer leak in SurfaceTextureMathias Agopian2011-04-081-6/+0