index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
java
/
android
/
graphics
/
BitmapShader.java
Age
Commit message (
Expand
)
Author
2020-12-14
Use SkSamplingOptions when creating image-shader
Mike Reed
2020-05-15
Cleanup/document Shaders for UI rendering module
Leon Scroggins III
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-03-27
Pass Bitmap's native instance to JNI where feasible
Leon Scroggins III
2019-01-30
Remove Shader#copy()
Leon Scroggins III
2018-07-31
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-04-18
Re-hide shader mutation, remove colorfilter mutation
Chris Craik
2017-03-09
Support for shader mutation
Chris Craik
2015-06-10
Workaround shader crash
Chris Craik
2015-04-30
A bunch more cleanups
John Reck
2015-04-17
Revert "A bunch more cleanups"
John Reck
2015-04-14
A bunch more cleanups
John Reck
2015-03-05
Cleanup Bitmap JNI attempt #2
John Reck
2015-03-05
Revert "Cleanup Bitmap JNI"
Chad Jones
2015-03-05
Cleanup Bitmap JNI
John Reck
2014-07-24
Make updateLocalMatrix replace the current Matrix.
Leon Scroggins III
2014-05-22
Inspect SkShader to determine hw shader.
Leon Scroggins III
2014-01-28
AArch64: Make graphics classes 64-bit compatible
Ashok Bhat
2014-01-27
Revert "AArch64: Make graphics classes 64-bit compatible"
Narayan Kamath
2014-01-27
AArch64: Make graphics classes 64-bit compatible
Ashok Bhat
2013-08-01
Fix Paint Shader copy
Fabrice Di Meglio
2010-12-20
Ensure bitmaps aren't freed while referenced from a display list
Patrick Dubroy
2010-08-12
Fix GC issue, fix local shader transformations.
Romain Guy
2010-07-30
Refactor Skia shaders handling.
Romain Guy
2010-07-12
Correctly support pre-multiplied alpha, optimizations, more stuff.
Romain Guy
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project