summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Shader.cpp
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-231-293/+4
* Call SkShader::isOpaque() to determine opaqueness.Skia_Android Canary Bot2014-04-171-7/+7
* Remove SkFloatToScalar.Leon Scroggins III2014-04-071-60/+39
* Fix use of Skia deprecated methodsChris Craik2014-02-281-1/+1
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-81/+113
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-113/+81
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-81/+113
* Improve gradientsRomain Guy2012-07-311-8/+38
* Remove useless forward declarations.Elliott Hughes2011-04-121-12/+10
* 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