summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/SurfaceFlinger.cpp
AgeCommit message (Expand)Author
2009-12-01fix [2297155] SurfaceFlinger's freeze-timeout doesn't work Mathias Agopian
2009-10-06fix [2167050] glTexImage2D code path buggy in SurfaceFlinger Mathias Agopian
2009-10-02Attempt to fix [2152536] ANR in browser Mathias Agopian
2009-09-30attempt to work around [2155085, 2150246] stuck in closeTransaction() Mathias Agopian
2009-09-29remove unused code Mathias Agopian
2009-09-27don't emit GL commands when sf is in freeze mode Mathias Agopian
2009-09-24minor SurfaceFlinger code cleanup and remove unnecessary tests Mathias Agopian
2009-09-23turn dithering off if it's not needed Mathias Agopian
2009-09-23fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: fr... Mathias Agopian
2009-09-20workaround for [2113743] Sholes: frozen then runtime restart going to list view Mathias Agopian
2009-09-17Android side of the fix for [2121211] Sholes has stutter during animations Mathias Agopian
2009-09-17add basic time stats for surfaces lock time Mathias Agopian
2009-09-14fix [2117464] SF can crash when calling dumpsys Mathias Agopian
2009-09-10fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore Mathias Agopian
2009-09-07fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly Mathias Agopian
2009-09-04attempt to fix [2099362] Possible SurfaceFlinger crash Mathias Agopian
2009-08-26dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked Mathias Agopian
2009-08-19fix a bug that caused the PixelFormat viewed by Surface to be wrong. Mathias Agopian
2009-07-28resolved conflicts for merge of ac38dfc5 to master Mathias Agopian
2009-07-28fix [2017532] Partial Update leaves residual image. Mathias Agopian
2009-07-09am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for l... Mathias Agopian
2009-07-09fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap s... Mathias Agopian
2009-07-02get rid of references to MemoryDealer in SurfaceFlinger Mathias Agopian
2009-07-02free gralloc buffers as soon as possible (when a surface is not visible any l... Mathias Agopian
2009-06-29fix a bug that caused artifacts when SWAP_RECTANGLE was enabled Mathias Agopian
2009-06-29fix [1947273] the DimLayer causes the whole screen to update during transactions Mathias Agopian
2009-06-28fix [1947273] the DimLayer causes the whole screen to update during transactions Mathias Agopian
2009-06-26fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debu... Mathias Agopian
2009-06-19fix a memory corruption where a SF Client could be used after it's been destr... Mathias Agopian
2009-06-19release the last reference to surfaces explicitely instead of letting it go i... Mathias Agopian
2009-06-15new Permission class used to improve permission checks speed (by caching resu... Mathias Agopian
2009-06-04fix a bunch of problems with destroying surfaces. Mathias Agopian
2009-05-22merge master to master_gl Mathias Agopian
2009-05-21am 69a6c3eb: Merge change 2292 into donut Android (Google) Code Review
2009-05-21split boot animation out of SurfaceFlinger Mathias Agopian
2009-05-20move libbinder's header files under includes/binder Mathias Agopian
2009-05-17Region now has its own implementation instead of relying on SkRegion, which a... Mathias Agopian
2009-05-07created an new EGL extension called ANDROID_swap_rectangle Mathias Agopian
2009-05-04update surfaceflinger, libui and libagl to the new gralloc api Mathias Agopian
2009-04-29am 0124a15: Merge change 626 into donut Android (Google) Code Review
2009-04-28make use of the perfectly fine List.h instead of our own reimplementation of ... Mathias Agopian
2009-04-27fix 1803886 android15 Translucent GLSurfaceView demo does not display properly Mathias Agopian
2009-04-24get rid of an old hack to work around a bug around glDeleteTextures() in the ... Mathias Agopian
2009-04-24get rid of the "show fps" debug option Mathias Agopian
2009-04-24Surfaces are now destroyed properly in SurfaceFlinger. Mathias Agopian
2009-04-24a brand new MessageQueue for SurfaceFlinger. Mathias Agopian
2009-04-24more Surface lifetime management Mathias Agopian
2009-04-16more splitting of Surface/SurfaceControl. Surface.java is now implemented in ... Mathias Agopian
2009-04-16fix a few typos in comments. this is really intended as a git pull/push test. Mathias Agopian
2009-04-10Merge commit 'goog/master' into master_gl Mathias Agopian