summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBase.h
Commit message (Expand)AuthorAgeFilesLines
* move native services under services/Mathias Agopian2010-07-141-333/+0
* Added support for the GL_TEXTURE_EXTERNAL targetMathias Agopian2010-06-151-1/+0
* split surface management from surface's buffers managementMathias Agopian2010-06-041-7/+6
* clean-up client management.Mathias Agopian2010-06-041-21/+17
* more clean-up in preparation of bigger changesMathias Agopian2010-05-281-1/+1
* minor clean-up GLclampx -> GLclampfMathias Agopian2010-05-261-2/+2
* clean-up dead-codeMathias Agopian2010-05-261-6/+0
* Make sure to use filtering while in fixed-size modeMathias Agopian2010-05-261-1/+6
* added the notion of fixed-size buffersMathias Agopian2010-05-241-1/+2
* SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-121-0/+2
* Refactor some code in surfaceflinger in preparation of upcoming changesMathias Agopian2010-05-121-30/+1
* more surfaceflinger cleanupsMathias Agopian2010-04-211-38/+15
* clean-up surfaceflinger a bitMathias Agopian2010-04-201-1/+1
* fix [2511580] Window poop on screen - drop down list left some residual when ...Mathias Agopian2010-03-161-2/+2
* fix [2483456] Video orientation is wrong on Droid for some videosMathias Agopian2010-03-111-7/+7
* improve SF logging/debugging a little bitMathias Agopian2010-03-081-0/+3
* Added a name to Surface created by SurfaceFlingerMathias Agopian2010-03-011-0/+4
* 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