summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBase.h
Commit message (Expand)AuthorAgeFilesLines
* remove a dependency of surfaceflinger on libskiaMathias Agopian2010-02-221-0/+1
* get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-0/+1
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-3/+4
* Add an orientation parameter for overlay, so we can do camera preview in port...Chih-Chung Chang2010-01-211-1/+1
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-0/+2
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-061-7/+12
* Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-021-3/+6
* introduce the notion of the requested size in the Layer stateMathias Agopian2009-09-291-0/+2
* remove unused codeMathias Agopian2009-09-291-2/+1
* turn dithering off if it's not neededMathias Agopian2009-09-231-0/+5
* fix [2142193] disable GL_LINEAR when not neededMathias Agopian2009-09-231-0/+1
* fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-101-2/+6
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-15/+4
* Add colorkey to gl clear operationRebecca Schultz Zavin2009-09-021-1/+3
* fix a bug that caused the PixelFormat viewed by Surface to be wrong.Mathias Agopian2009-08-191-3/+2
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-1/+1
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-1/+1
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-1/+1
* fix a bug causing push-buffer surfaces' identity to be garbage, which resulte...Mathias Agopian2009-06-231-4/+3
* checkpoint. bring back video/cameraMathias Agopian2009-06-231-9/+18
* fix a memory corruption where a SF Client could be used after it's been destr...Mathias Agopian2009-06-191-2/+2
* update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-1/+2
* get rid of an old hack to work around a bug around glDeleteTextures() in the ...Mathias Agopian2009-04-241-2/+0
* Surfaces are now destroyed properly in SurfaceFlinger.Mathias Agopian2009-04-241-1/+2
* more Surface lifetime managementMathias Agopian2009-04-241-8/+16
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-48/+44
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+356
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-356/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-12/+11
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-7/+18
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-4/+75
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-5/+9
* Initial ContributionThe Android Open Source Project2008-10-211-0/+271