summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/Layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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