summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix [2297155] SurfaceFlinger's freeze-timeout doesn't workMathias Agopian2009-12-011-12/+17
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-061-5/+6
* Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-021-1/+2
* attempt to work around [2155085, 2150246] stuck in closeTransaction()Mathias Agopian2009-09-301-1/+8
* remove unused codeMathias Agopian2009-09-291-6/+0
* don't emit GL commands when sf is in freeze modeMathias Agopian2009-09-271-9/+1
* minor SurfaceFlinger code cleanup and remove unnecessary testsMathias Agopian2009-09-241-3/+3
* turn dithering off if it's not neededMathias Agopian2009-09-231-2/+3
* fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: fr...Mathias Agopian2009-09-231-17/+4
* workaround for [2113743] Sholes: frozen then runtime restart going to list viewMathias Agopian2009-09-201-4/+17
* Android side of the fix for [2121211] Sholes has stutter during animationsMathias Agopian2009-09-171-0/+3
* add basic time stats for surfaces lock timeMathias Agopian2009-09-171-2/+3
* fix [2117464] SF can crash when calling dumpsysMathias Agopian2009-09-141-2/+13
* fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-101-6/+8
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-64/+35
* 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