summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* move native services under services/Mathias Agopian2010-07-141-1909/+0
* fix live wallpapers on DroidMathias Agopian2010-06-301-0/+9
* Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger""Mathias Agopian2010-06-251-1/+4
* Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"Andreas Huber2010-06-251-4/+1
* fix [2793164] Spam 2x/second with TOT master in SurfaceFlingerMathias Agopian2010-06-241-1/+4
* Added support for the GL_TEXTURE_EXTERNAL targetMathias Agopian2010-06-151-22/+19
* allow re-targetting of surfacesMathias Agopian2010-06-081-5/+14
* fix [2751143] Device crashes when in a text box for too longMathias Agopian2010-06-081-1/+2
* split surface management from surface's buffers managementMathias Agopian2010-06-041-48/+148
* clean-up client management.Mathias Agopian2010-06-041-207/+114
* more clean-up in preparation of bigger changesMathias Agopian2010-05-281-3/+3
* fix the threading issue for setBuffercount()Mathias Agopian2010-05-201-13/+21
* more surfaceflinger cleanupsMathias Agopian2010-04-211-85/+21
* clean-up surfaceflinger a bitMathias Agopian2010-04-201-3/+2
* Make pixels prettier.Mathias Agopian2010-04-051-1/+1
* fix [2511580] Window poop on screen - drop down list left some residual when ...Mathias Agopian2010-03-161-17/+55
* improve SF logging/debugging a little bitMathias Agopian2010-03-081-4/+0
* fix [2425395] portrait UI briefly shows in landscapeMathias Agopian2010-03-011-1/+2
* Added a name to Surface created by SurfaceFlingerMathias Agopian2010-03-011-4/+9
* to help debugging [2461567] Home screen redraw messed upMathias Agopian2010-02-261-0/+4
* remove a dependency of surfaceflinger on libskiaMathias Agopian2010-02-221-29/+16
* Add support for physically rotated displaysMathias Agopian2010-02-081-34/+62
* 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