summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* attempt to fix [2099362] Possible SurfaceFlinger crashMathias Agopian2009-09-041-2/+6
* dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlockedMathias Agopian2009-08-261-1/+54
* fix a bug that caused the PixelFormat viewed by Surface to be wrong.Mathias Agopian2009-08-191-5/+13
* resolved conflicts for merge of ac38dfc5 to masterMathias Agopian2009-07-281-6/+9
|\
| * fix [2017532] Partial Update leaves residual image.Mathias Agopian2009-07-281-7/+14
* | am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for l...Mathias Agopian2009-07-091-0/+7
|\ \ | |/
| * fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap s...Mathias Agopian2009-07-091-0/+7
| * fix [1947273] the DimLayer causes the whole screen to update during transactionsMathias Agopian2009-06-281-5/+6
* | get rid of references to MemoryDealer in SurfaceFlingerMathias Agopian2009-07-021-28/+26
* | free gralloc buffers as soon as possible (when a surface is not visible any l...Mathias Agopian2009-07-021-30/+14
* | fix a bug that caused artifacts when SWAP_RECTANGLE was enabledMathias Agopian2009-06-291-3/+17
* | fix [1947273] the DimLayer causes the whole screen to update during transactionsMathias Agopian2009-06-291-5/+6
* | fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debu...Mathias Agopian2009-06-261-8/+17
* | fix a memory corruption where a SF Client could be used after it's been destr...Mathias Agopian2009-06-191-36/+39
* | release the last reference to surfaces explicitely instead of letting it go i...Mathias Agopian2009-06-191-3/+5
* | new Permission class used to improve permission checks speed (by caching resu...Mathias Agopian2009-06-151-21/+14
* | fix a bunch of problems with destroying surfaces.Mathias Agopian2009-06-041-36/+60
* | merge master to master_glMathias Agopian2009-05-221-19/+18
|\ \
| * \ am 69a6c3eb: Merge change 2292 into donutAndroid (Google) Code Review2009-05-211-15/+15
| |\ \ | | |/
| | * split boot animation out of SurfaceFlingerMathias Agopian2009-05-211-15/+15
| * | move libbinder's header files under includes/binderMathias Agopian2009-05-201-4/+4
| * | am 0124a15: Merge change 626 into donutAndroid (Google) Code Review2009-04-291-2/+12
| |\ \ | | |/
| | * fix 1803886 android15 Translucent GLSurfaceView demo does not display properlyMathias Agopian2009-04-271-2/+12
| | * AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation wh...Mathias Agopian2009-03-271-3/+6
| | * AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still cha...Mathias Agopian2009-03-271-1/+2
| | * Automated import from //branches/donutburger/...@142446,142446Mathias Agopian2009-03-241-2/+1
| | * Automated import from //branches/donutburger/...@141502,141502Mathias Agopian2009-03-241-1/+2
* | | Region now has its own implementation instead of relying on SkRegion, which a...Mathias Agopian2009-05-171-9/+12
* | | created an new EGL extension called ANDROID_swap_rectangleMathias Agopian2009-05-071-5/+9
* | | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-20/+21
* | | make use of the perfectly fine List.h instead of our own reimplementation of ...Mathias Agopian2009-04-281-1/+1
* | | get rid of an old hack to work around a bug around glDeleteTextures() in the ...Mathias Agopian2009-04-241-7/+0
* | | get rid of the "show fps" debug optionMathias Agopian2009-04-241-11/+1
* | | Surfaces are now destroyed properly in SurfaceFlinger.Mathias Agopian2009-04-241-43/+34
* | | a brand new MessageQueue for SurfaceFlinger.Mathias Agopian2009-04-241-27/+48
* | | more Surface lifetime managementMathias Agopian2009-04-241-10/+62
* | | more splitting of Surface/SurfaceControl. Surface.java is now implemented in ...Mathias Agopian2009-04-161-36/+2
* | | fix a few typos in comments. this is really intended as a git pull/push test.Mathias Agopian2009-04-161-5/+5
* | | Merge commit 'goog/master' into master_glMathias Agopian2009-04-101-0/+1
|\ \ \ | |/ /
| * | Merge commit 'korg/cupcake'The Android Open Source Project2009-03-271-4/+8
| |\ \
| | * | Automated import from //branches/cupcake/...@142873,142873Mathias Agopian2009-03-251-3/+6
| | * | Automated import from //branches/cupcake/...@142856,142856Mathias Agopian2009-03-251-1/+2
| | * | Automated import from //branches/cupcake/...@142445,142445Mathias Agopian2009-03-241-2/+1
| | * | auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-191-1/+2
| | |/
| * | Merge commit 'remotes/korg/cupcake' into mergeJean-Baptiste Queru2009-03-181-120/+92
| |\ \ | | |/
| * | Add missing <limits.h> includeJean-Baptiste Queru2009-01-261-0/+1
* | | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-166/+88
* | | AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotatio...Mathias Agopian2009-03-271-3/+6
* | | AI 143309: am: CL 143160 am: CL 142856 new-new-new-new rotation animation. it...Mathias Agopian2009-03-271-1/+2
* | | Automated import from //branches/master/...@142447,142447Mathias Agopian2009-03-241-2/+1