summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger
AgeCommit message (Expand)Author
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-08-19fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of... Mathias Agopian
2009-08-13fix a bug that could cause a window to be hidden in some cases. Mathias Agopian
2009-08-13Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom... Mathias Agopian
2009-08-12make sure EGL_ANDROID_swap_rectangle is actually supported before using it Mathias Agopian
2009-08-12Better error handling in EGL extensions Mathias Agopian
2009-08-11second take, hopefully this time it doesn't break one of the builds: "Surface... Mathias Agopian
2009-08-11second take, hopefully this time it doesn't break one of the builds: "Surface... Mathias Agopian
2009-08-11Revert "SurfaceFlinger will now allocate buffers based on the usage specified... Fred Quintana
2009-08-11SurfaceFlinger will now allocate buffers based on the usage specified by the ... Mathias Agopian
2009-08-10enable HW acceleration for the Dim Surface on 8k devices Mathias Agopian
2009-08-07remove unused and confusing comment Mathias Agopian
2009-08-07minor code clean-up Mathias Agopian
2009-08-06added two EGL helpers for selecting a config matching a certain pixelformat o... Mathias Agopian
2009-08-03free surface buffers before trying to allocate new ones, so we have more chan... Mathias Agopian
2009-07-30NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca... Mathias Agopian
2009-07-29am 1521cd6e: Merge change 8015 into donut Android (Google) Code Review
2009-07-28fix [1985856] Seg fault when using the soft keyboard in the Messaging app Mathias Agopian
2009-07-28Merge change 8015 into donut Android (Google) Code Review
2009-07-29Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined. David 'Digit' Turner
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