summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/Shader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "A bunch more cleanups"John Reck2015-04-171-5/+4
* A bunch more cleanupsJohn Reck2015-04-141-4/+5
* Revert "Revert "Remove references to SkPorterDuff as it is deprecated.""Chris Craik2015-03-061-6/+4
* Revert "Remove references to SkPorterDuff as it is deprecated."Chris Craik2015-03-061-4/+6
* Remove references to SkPorterDuff as it is deprecated.Derek Sollenberger2015-03-051-6/+4
* resolve merge conflicts of 7d13d9d to master.Andreas Gampe2014-11-211-17/+18
|\
| * Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-17/+18
* | am 035a7b02: am 0626ec58: Merge "Frameworks/base: Wall Werror in core/jni"Andreas Gampe2014-11-141-5/+0
|\ \ | |/
| * Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-5/+0
| * DO NOT MERGE Copy shadersJohn Reck2014-08-251-0/+1
* | Fix build breakage in HWUI JNITom Hudson2014-10-161-1/+0
* | Mutable Java Shaders with Immutable Native ShadersDerek Sollenberger2014-10-061-8/+22
|/
* Revert immutable Shader changeJohn Reck2014-08-221-14/+7
* Make updateLocalMatrix replace the current Matrix.Leon Scroggins III2014-07-241-5/+9
* Simplify Shader.setLocalMatrix.Leon Scroggins III2014-07-101-6/+7
* Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-221-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