summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger
AgeCommit message (Expand)Author
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-22Add a flag to set whether the overlay has been initialized. Commit needs to ... Rebecca Schultz Zavin
2009-07-21Fix hardware overlay so all changes are commited when done. Rebecca Schultz Zavin
2009-07-13first attempt to fix the sim Mathias Agopian
2009-07-13implement Mutex and Condition with pthread instead of calling futex directly. Mathias Agopian
2009-07-10fix [1967226] Donut orientation animation (dimming and blur) is slower than C... Mathias Agopian
2009-07-10rename libsgl/libcorecg to libskia Mike Reed
2009-07-09Merge change 6742 Android (Google) Code Review
2009-07-09fix [1969200] Uninitialized double passed to Math.sqrt() 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-09fix for [1969185] valgrind errors in new gl stuff Mathias Agopian
2009-07-06trying to fix the sim, I'm not even sure this syntaxe is valid, but my compil... Mathias Agopian
2009-07-02don't need to link against libsgl Mathias Agopian
2009-07-02get rid of references to MemoryDealer in SurfaceFlinger Mathias Agopian
2009-07-02forgot to remove those files Mathias Agopian
2009-07-02free gralloc buffers as soon as possible (when a surface is not visible any l... Mathias Agopian
2009-07-01Merge commit 'goog/master' into merge_master Mathias Agopian
2009-07-01Allocate 16MB for surfaces on Firstone, since 8MB is way to small for our big... Mathias Agopian
2009-07-01am 58ebdcc0: Merge change 5625 into donut Android (Google) Code Review
2009-06-29when there is a choice between UPDATE_ON_DEMAND and SWAP_BUFFER optimizations... Mathias Agopian
2009-06-29fix a bug that caused artifacts when SWAP_RECTANGLE was enabled Mathias Agopian
2009-06-29don't use a 1/4th of the screen size texture for the dim layer 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-25add support for out-of-range copybit scaling. camera capture is in color again Mathias Agopian
2009-06-25use 1/16 the size (20KB) for the dim texture in the copybit/msm case Mathias Agopian
2009-06-25use copybit for eglSwapBuffers() copy-back operations Mathias Agopian
2009-06-25make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h... Mathias Agopian
2009-06-24copybit now uses a native_handle_t* instead of a fd/offset Mathias Agopian
2009-06-24hack copybit back in for video playback on msm7k. we have h/w accelerated vid... Mathias Agopian
2009-06-23fix a bug causing push-buffer surfaces' identity to be garbage, which resulte... Mathias Agopian
2009-06-23checkpoint. bring back video/camera Mathias Agopian
2009-06-19Merge commit 'goog/master' into merge_master 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-18am c6282977: Merge change 4718 into donut Android (Google) Code Review
2009-06-19Fix sim-eng build and simplify previous lcd-density related patch David 'Digit' Turner
2009-06-18implement dimming with a texture on msm7k so it uses copybit Mathias Agopian
2009-06-18am b1cdb648: Merge change 4565 into donut Android (Google) Code Review
2009-06-19Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_den... David 'Digit' Turner
2009-06-15new Permission class used to improve permission checks speed (by caching resu... Mathias Agopian
2009-06-11protect ANDROID specific egl extension with #define Mathias Agopian
2009-06-04fix a bunch of problems with destroying surfaces. Mathias Agopian
2009-06-03when looking for an EGLConfig always pick the first one that matches, not the... Mathias Agopian
2009-05-29am b61ae351: Merge change 2747 into donut Android (Google) Code Review
2009-05-29log the geomerty of surfaces causing an out of memory in SurfaceFlinger. Mathias Agopian
2009-05-22merge master to master_gl Mathias Agopian