summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add colorkey to gl clear operationRebecca Schultz Zavin2009-09-021-1/+5
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-1/+0
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-1/+5
* Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-5/+1
* SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-1/+5
* Add a flag to set whether the overlay has been initialized. Commit needs to ...Rebecca Schultz Zavin2009-07-221-2/+4
* Fix hardware overlay so all changes are commited when done.Rebecca Schultz Zavin2009-07-211-0/+6
* add support for out-of-range copybit scaling. camera capture is in color againMathias Agopian2009-06-251-52/+55
* use copybit for eglSwapBuffers() copy-back operationsMathias Agopian2009-06-251-1/+4
* make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few h...Mathias Agopian2009-06-251-37/+42
* copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-241-42/+44
* hack copybit back in for video playback on msm7k. we have h/w accelerated vid...Mathias Agopian2009-06-241-3/+121
* fix a bug causing push-buffer surfaces' identity to be garbage, which resulte...Mathias Agopian2009-06-231-0/+1
* checkpoint. bring back video/cameraMathias Agopian2009-06-231-26/+24
* fix a memory corruption where a SF Client could be used after it's been destr...Mathias Agopian2009-06-191-1/+1
* update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-19/+19
* get rid of an old hack to work around a bug around glDeleteTextures() in the ...Mathias Agopian2009-04-241-1/+1
* more Surface lifetime managementMathias Agopian2009-04-241-5/+16
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-180/+34
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+655
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-655/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-22/+31
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-52/+113
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-11/+27
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-230/+387
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+49
* Initial ContributionThe Android Open Source Project2008-10-211-0/+366