summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
* fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-105-25/+65
* add a debug property to disable h/w composition. debug.sf.hw, when set to 0 w...Mathias Agopian2009-09-091-2/+13
* fix [2102410] Home Screen is not displayed in the background in Landscape ModeMathias Agopian2009-09-092-11/+35
* fix [2037525] Fail to start camera after adb sync new CameraMathias Agopian2009-09-092-33/+29
* rename Mutexes to make the code easier to followMathias Agopian2009-09-082-19/+21
* delete old and unused source filesMathias Agopian2009-09-0710-1864/+0
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-0715-689/+278
* attempt to fix [2099362] Possible SurfaceFlinger crashMathias Agopian2009-09-041-2/+6
* fix [2098939] Smooth gradients show banding on SholesMathias Agopian2009-09-041-1/+2
* Add colorkey to gl clear operationRebecca Schultz Zavin2009-09-023-4/+17
* dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlockedMathias Agopian2009-08-262-1/+58
* fix a bug that caused the PixelFormat viewed by Surface to be wrong.Mathias Agopian2009-08-194-18/+17
* fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of...Mathias Agopian2009-08-191-5/+3
* fix a bug that could cause a window to be hidden in some cases.Mathias Agopian2009-08-131-1/+6
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-132-5/+0
* make sure EGL_ANDROID_swap_rectangle is actually supported before using itMathias Agopian2009-08-121-4/+11
* Better error handling in EGL extensionsMathias Agopian2009-08-121-1/+1
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-112-4/+2
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-118-28/+32
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-118-32/+28
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-118-28/+32
* enable HW acceleration for the Dim Surface on 8k devicesMathias Agopian2009-08-101-0/+3
* remove unused and confusing commentMathias Agopian2009-08-071-10/+0
* minor code clean-upMathias Agopian2009-08-071-36/+15
* added two EGL helpers for selecting a config matching a certain pixelformat o...Mathias Agopian2009-08-061-26/+6
* free surface buffers before trying to allocate new ones, so we have more chan...Mathias Agopian2009-08-031-0/+1
* NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca...Mathias Agopian2009-07-301-1/+2
* am 1521cd6e: Merge change 8015 into donutAndroid (Google) Code Review2009-07-291-0/+3
|\
| * Merge change 8015 into donutAndroid (Google) Code Review2009-07-281-0/+3
| |\
| | * Reset the mDpiX and mDpiY values when qemu.sf.lcd_density is defined.David 'Digit' Turner2009-07-291-0/+3
* | | fix [1985856] Seg fault when using the soft keyboard in the Messaging appMathias Agopian2009-07-281-15/+10
* | | resolved conflicts for merge of ac38dfc5 to masterMathias Agopian2009-07-282-6/+10
|\ \ \ | |/ /
| * | fix [2017532] Partial Update leaves residual image.Mathias Agopian2009-07-282-7/+15
| |/
| * fix [1967226] Donut orientation animation (dimming and blur) is slower than C...Mathias Agopian2009-07-106-506/+17
* | Add a flag to set whether the overlay has been initialized. Commit needs to ...Rebecca Schultz Zavin2009-07-222-2/+5
* | Fix hardware overlay so all changes are commited when done.Rebecca Schultz Zavin2009-07-212-0/+7
* | first attempt to fix the simMathias Agopian2009-07-131-1/+1
* | implement Mutex and Condition with pthread instead of calling futex directly.Mathias Agopian2009-07-131-1/+4
* | rename libsgl/libcorecg to libskiaMike Reed2009-07-101-1/+1
* | Merge change 6742Android (Google) Code Review2009-07-091-1/+1
|\ \
| * | fix [1969200] Uninitialized double passed to Math.sqrt()Mathias Agopian2009-07-091-1/+1
* | | 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 for [1969185] valgrind errors in new gl stuffMathias Agopian2009-07-091-0/+1
* | trying to fix the sim, I'm not even sure this syntaxe is valid, but my compil...Mathias Agopian2009-07-061-0/+1
* | don't need to link against libsglMathias Agopian2009-07-023-6/+5
* | get rid of references to MemoryDealer in SurfaceFlingerMathias Agopian2009-07-026-44/+42
* | forgot to remove those filesMathias Agopian2009-07-022-260/+0
* | free gralloc buffers as soon as possible (when a surface is not visible any l...Mathias Agopian2009-07-025-38/+28
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-011-2/+6
|\ \