summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/Layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-59/+6
* fix [2211532] improves sholes graphics performanceMathias Agopian2009-10-231-63/+142
* 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
* fix [2152536] ANR in browserMathias Agopian2009-10-061-2/+2
* fix [2168528] enable glTexImage2D code path in SF for software-only buffersMathias Agopian2009-10-061-3/+14
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-061-22/+55
* Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-021-8/+0
* fix [2152247] Windows sometimes drawn scaled up.Mathias Agopian2009-09-301-4/+34
* invalidate the surface when the physical changesMathias Agopian2009-09-301-7/+4
* introduce the notion of the requested size in the Layer stateMathias Agopian2009-09-291-8/+8
* minor SurfaceFlinger code cleanup and remove unnecessary testsMathias Agopian2009-09-241-2/+0
* turn dithering off if it's not neededMathias Agopian2009-09-231-1/+14
* fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: fr...Mathias Agopian2009-09-231-2/+2
* workaround for [2113743] Sholes: frozen then runtime restart going to list viewMathias Agopian2009-09-201-2/+2
* fix [2129080] Soft reboot after clicking around and then rubbing the screenMathias Agopian2009-09-171-3/+9
* fix [2119400] sholes: artifacting when switching orientationMathias Agopian2009-09-161-13/+13
* add support for RGBX_8888 surfaces in SurfaceFlingerMathias Agopian2009-09-141-0/+3
* fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-101-10/+44
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-374/+119
* 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-131-3/+0
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-4/+4
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-4/+4
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-4/+4
* remove unused and confusing commentMathias Agopian2009-08-071-10/+0
* free gralloc buffers as soon as possible (when a surface is not visible any l...Mathias Agopian2009-07-021-1/+2
* checkpoint. bring back video/cameraMathias Agopian2009-06-231-7/+5
* fix a memory corruption where a SF Client could be used after it's been destr...Mathias Agopian2009-06-191-7/+14
* merge master to master_glMathias Agopian2009-05-221-1/+0
|\
* | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-7/+8
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-04-301-1/+2
|\ \ | |/
| * fix 1803886 android15 Translucent GLSurfaceView demo does not display properlyMathias Agopian2009-04-271-1/+1
* | get rid of an old hack to work around a bug around glDeleteTextures() in the ...Mathias Agopian2009-04-241-1/+1
* | Surfaces are now destroyed properly in SurfaceFlinger.Mathias Agopian2009-04-241-0/+10
* | more Surface lifetime managementMathias Agopian2009-04-241-3/+14
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-127/+206
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+568
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-568/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+3
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-3/+1
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+2
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-15/+18
* Initial ContributionThe Android Open Source Project2008-10-211-0/+565