summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
...
* fix [2142193] disable GL_LINEAR when not neededMathias Agopian2009-09-233-19/+32
* fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: fr...Mathias Agopian2009-09-233-20/+6
* Work around gcc 4.0.3 bug.Andy McFadden2009-09-211-0/+2
* workaround for [2113743] Sholes: frozen then runtime restart going to list viewMathias Agopian2009-09-203-6/+20
* fix [2129080] Soft reboot after clicking around and then rubbing the screenMathias Agopian2009-09-171-3/+9
* Android side of the fix for [2121211] Sholes has stutter during animationsMathias Agopian2009-09-173-3/+8
* add basic time stats for surfaces lock timeMathias Agopian2009-09-171-2/+3
* Overlay could not set position or rotation immediately after created, it shou...Benny Wong2009-09-161-0/+1
* disable backbuffer preservation when possible, which may improve performance ...Mathias Agopian2009-09-161-0/+7
* fix [2119400] sholes: artifacting when switching orientationMathias Agopian2009-09-161-13/+13
* fix again [2102410] Home Screen is not displayed in the background in Landsca...Mathias Agopian2009-09-163-18/+84
* revert to black video background, since we don't need the color-key anylongerMathias Agopian2009-09-151-1/+2
* add support for RGBX_8888 surfaces in SurfaceFlingerMathias Agopian2009-09-143-2/+10
* 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-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