summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Patch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correctly implement the CLEAR xfermode.Romain Guy2011-05-261-4/+28
* Fix the fix for 9patches.Romain Guy2011-01-191-8/+0
* Fix 9patches in LauncherRomain Guy2011-01-191-3/+15
* Fix 9patches, again...Romain Guy2011-01-181-16/+15
* Yet another fix for 9patch rendering.Romain Guy2011-01-171-13/+14
* Fix 9patch rendering in ExpandableListView.Romain Guy2011-01-161-4/+11
* Fix 9patch renderingRomain Guy2010-12-071-4/+4
* Don't render degenerate triangles in 9patches.Romain Guy2010-12-031-20/+45
* Correctly index transparent quads when generating 9patch meshes.Romain Guy2010-12-021-1/+12
* Update 9patch structure when rendering with different divs/colors.Romain Guy2010-11-301-26/+79
* Optimize FBO drawing with regions.Romain Guy2010-11-021-2/+10
* Small cleanup.Romain Guy2010-10-251-2/+0
* Small cleanup.Romain Guy2010-10-181-1/+0
* Use VBOs to render most geometries.Romain Guy2010-10-181-3/+14
* Optimize 9patch rendering.Romain Guy2010-10-121-9/+18
* Correctly free memory.Romain Guy2010-09-171-1/+1
* Add support for drawLines(), with anti-aliasingRomain Guy2010-09-161-10/+3
* Fix 9patch rendering.Romain Guy2010-09-151-97/+70
* Refactoring to move vertex computing to the Patch class.Romain Guy2010-07-091-0/+188