summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix [2143798] Need to figure out how to do videoMathias Agopian2009-10-271-0/+57
* fix [2211532] improves sholes graphics performanceMathias Agopian2009-10-231-1/+1
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-061-55/+40
* Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-021-1/+8
* invalidate the surface when the physical changesMathias Agopian2009-09-301-0/+6
* introduce the notion of the requested size in the Layer stateMathias Agopian2009-09-291-11/+19
* remove unused codeMathias Agopian2009-09-291-8/+2
* remove dead codeMathias Agopian2009-09-291-6/+0
* minor SurfaceFlinger code cleanup and remove unnecessary testsMathias Agopian2009-09-241-65/+55
* turn dithering off if it's not neededMathias Agopian2009-09-231-8/+6
* fix [2142193] disable GL_LINEAR when not neededMathias Agopian2009-09-231-19/+23
* add support for RGBX_8888 surfaces in SurfaceFlingerMathias Agopian2009-09-141-2/+4
* fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-101-3/+5
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-071-23/+6
* fix [2098939] Smooth gradients show banding on SholesMathias Agopian2009-09-041-1/+2
* Add colorkey to gl clear operationRebecca Schultz Zavin2009-09-021-2/+9
* fix a bug that caused the PixelFormat viewed by Surface to be wrong.Mathias Agopian2009-08-191-8/+0
* 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
* NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly sca...Mathias Agopian2009-07-301-1/+2
* fix a bug causing push-buffer surfaces' identity to be garbage, which resulte...Mathias Agopian2009-06-231-4/+4
* checkpoint. bring back video/cameraMathias Agopian2009-06-231-9/+14
* fix a memory corruption where a SF Client could be used after it's been destr...Mathias Agopian2009-06-191-7/+11
* new Permission class used to improve permission checks speed (by caching resu...Mathias Agopian2009-06-151-15/+8
* merge master to master_glMathias Agopian2009-05-221-2/+2
|\
* | Region now has its own implementation instead of relying on SkRegion, which a...Mathias Agopian2009-05-171-15/+21
* | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-11/+13
* | get rid of an old hack to work around a bug around glDeleteTextures() in the ...Mathias Agopian2009-04-241-2/+0
* | more Surface lifetime managementMathias Agopian2009-04-241-10/+17
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-141/+174
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+740
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-740/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-7/+10
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+20
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-3/+14
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-15/+22
* Initial ContributionThe Android Open Source Project2008-10-211-0/+700