summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Shader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix rendering artifact in edge fades.Romain Guy2011-03-141-4/+16
* Skia Merge (revision 808)Derek Sollenberger2011-02-221-1/+1
* Keep a reference to the local matrix.Romain Guy2011-01-041-6/+0
* Optimizing ColorFilter in display listsChet Haase2010-10-261-0/+2
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-211-3/+3
* Add support for circular gradients to the GL renderer.Romain Guy2010-09-211-20/+71
* Add support for SweepGradient in the GL renderer.Romain Guy2010-09-201-2/+57
* Purge Skia objects from GL caches as needed.Romain Guy2010-09-081-0/+6
* Add extra blending modes.Romain Guy2010-08-101-7/+3
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-3/+5
* Make libhwui entirely optional.Romain Guy2010-08-081-1/+22
* Refactor Skia shaders handling.Romain Guy2010-07-301-75/+116
* Add plumbing to support gradients in OpenGL renderer.Romain Guy2010-07-161-7/+68
* use safeUnref() since the other macro is not defined in donutMike Reed2009-07-301-1/+1
* check for null native objects, which never happens on a real subclass (we thr...Mike Reed2009-07-301-11/+9
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+299
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-299/+0
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-1/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-22/+48
* Initial ContributionThe Android Open Source Project2008-10-211-0/+273