summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/LayerBase.cpp
AgeCommit message (Expand)Author
2009-08-19fix a bug that caused the PixelFormat viewed by Surface to be wrong. Mathias Agopian
2009-08-11second take, hopefully this time it doesn't break one of the builds: "Surface... Mathias Agopian
2009-08-11Revert "SurfaceFlinger will now allocate buffers based on the usage specified... Fred Quintana
2009-08-11SurfaceFlinger will now allocate buffers based on the usage specified by the ... Mathias Agopian
2009-07-30NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca... Mathias Agopian
2009-06-23fix a bug causing push-buffer surfaces' identity to be garbage, which resulte... Mathias Agopian
2009-06-23checkpoint. bring back video/camera Mathias Agopian
2009-06-19fix a memory corruption where a SF Client could be used after it's been destr... Mathias Agopian
2009-06-15new Permission class used to improve permission checks speed (by caching resu... Mathias Agopian
2009-05-22merge master to master_gl Mathias Agopian
2009-05-17Region now has its own implementation instead of relying on SkRegion, which a... Mathias Agopian
2009-05-04update surfaceflinger, libui and libagl to the new gralloc api Mathias Agopian
2009-04-24get rid of an old hack to work around a bug around glDeleteTextures() in the ... Mathias Agopian
2009-04-24more Surface lifetime management Mathias Agopian
2009-04-10Integrate from //sandbox/mathias/donut/...@145728 Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421 The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745 The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939 The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project