summaryrefslogtreecommitdiff
path: root/graphics/java/android/graphics/BitmapShader.java
AgeCommit message (Expand)Author
2020-12-14Use SkSamplingOptions when creating image-shaderMike Reed
2020-05-15Cleanup/document Shaders for UI rendering moduleLeon Scroggins III
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-27Pass Bitmap's native instance to JNI where feasibleLeon Scroggins III
2019-01-30Remove Shader#copy()Leon Scroggins III
2018-07-31Add @UnsupportedAppUsage annotationsMathew Inwood
2017-04-18Re-hide shader mutation, remove colorfilter mutationChris Craik
2017-03-09Support for shader mutationChris Craik
2015-06-10Workaround shader crashChris Craik
2015-04-30A bunch more cleanupsJohn Reck
2015-04-17Revert "A bunch more cleanups"John Reck
2015-04-14A bunch more cleanupsJohn Reck
2015-03-05Cleanup Bitmap JNI attempt #2John Reck
2015-03-05Revert "Cleanup Bitmap JNI"Chad Jones
2015-03-05Cleanup Bitmap JNIJohn Reck
2014-07-24Make updateLocalMatrix replace the current Matrix.Leon Scroggins III
2014-05-22Inspect SkShader to determine hw shader.Leon Scroggins III
2014-01-28AArch64: Make graphics classes 64-bit compatibleAshok Bhat
2014-01-27Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath
2014-01-27AArch64: Make graphics classes 64-bit compatibleAshok Bhat
2013-08-01Fix Paint Shader copyFabrice Di Meglio
2010-12-20Ensure bitmaps aren't freed while referenced from a display listPatrick Dubroy
2010-08-12Fix GC issue, fix local shader transformations.Romain Guy
2010-07-30Refactor Skia shaders handling.Romain Guy
2010-07-12Correctly support pre-multiplied alpha, optimizations, more stuff.Romain Guy
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project