summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
* fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...Mathias Agopian2009-11-021-0/+2
* Merge change Id8b28e4f into eclairAndroid (Google) Code Review2009-10-301-3/+4
|\
| * fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cppMathias Agopian2009-10-291-3/+4
* | Merge change I56779290 into eclairAndroid (Google) Code Review2009-10-302-21/+41
|\ \
| * | fix[2222341] Soft reset while going back from camcorder settingsMathias Agopian2009-10-302-21/+41
* | | Merge change If007a2fa into eclairAndroid (Google) Code Review2009-10-301-3/+1
|\ \ \ | |/ /
| * | return proper error code from eglCreateImageKHRMathias Agopian2009-10-291-3/+1
| |/
* | DO NOT MERGE: Another gcc 4.0.3 workaround.Andy McFadden2009-10-301-0/+2
|/
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-278-187/+94
* fix [2211532] improves sholes graphics performanceMathias Agopian2009-10-233-64/+146
* fix [2164183] sometimes device just wants to stay asleepMathias Agopian2009-10-071-3/+3
* 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