summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
...
* fix [2170319] gmail bulk operation checkbox latency on passionMathias Agopian2009-10-071-2/+4
* Revert "temporarily disable the use of glTexImage2D for sw buffers on sholes."Mathias Agopian2009-10-061-4/+4
* Merge change I4961c959 into eclairAndroid (Google) Code Review2009-10-063-5/+5
|\
| * fix [2152536] ANR in browserMathias Agopian2009-10-063-5/+5
* | temporarily disable the use of glTexImage2D for sw buffers on sholes.Mathias Agopian2009-10-061-4/+4
|/
* fix [2168528] enable glTexImage2D code path in SF for software-only buffersMathias Agopian2009-10-064-5/+23
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-0614-560/+134
* Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-028-33/+16
* attempt to work around [2155085, 2150246] stuck in closeTransaction()Mathias Agopian2009-09-301-1/+8
* fix [2152247] Windows sometimes drawn scaled up.Mathias Agopian2009-09-301-4/+34
* invalidate the surface when the physical changesMathias Agopian2009-09-302-7/+10
* introduce the notion of the requested size in the Layer stateMathias Agopian2009-09-293-19/+29
* remove unused codeMathias Agopian2009-09-293-16/+3
* remove dead codeMathias Agopian2009-09-291-6/+0
* don't emit GL commands when sf is in freeze modeMathias Agopian2009-09-271-9/+1
* Allways dump the list of allocated buffers when an allocation fails.Mathias Agopian2009-09-271-0/+4
* minor SurfaceFlinger code cleanup and remove unnecessary testsMathias Agopian2009-09-245-79/+67
* turn dithering off if it's not neededMathias Agopian2009-09-235-11/+30
* 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