index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
SkiaShader.cpp
Age
Commit message (
Expand
)
Author
2014-05-22
Inspect SkShader to determine hw shader.
Leon Scroggins III
2014-04-23
Clip TouchFeedbackDrawable effect to receiver Outline
Chris Craik
2013-10-17
Clean unused parameters, disable warnings
Chris Craik
2013-06-04
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-03-18
Apply ComposeShader's local matrix to children
Romain Guy
2012-08-29
Pre-multiply color components for 2-stop gradients
Romain Guy
2012-08-01
Add dithering to gradients
Romain Guy
2012-07-31
Improve gradients
Romain Guy
2011-12-13
Further reduce the number of GL commands sent to the driver
Romain Guy
2011-11-30
Optimize away unnecessary state changes
Romain Guy
2011-08-01
Reduce the amount of data cached by the gradients cache.
Romain Guy
2011-07-28
Correctly apply linear filter to drawBitmap(Rect, Rect)
Romain Guy
2011-07-25
Improve rendering performance on some GPUs
Romain Guy
2011-01-14
Don't crash Launcher on config change.
Romain Guy
2011-01-14
Copy shaders when recording them in display lists.
Romain Guy
2010-11-11
Reduce number of GL calls when drawing with shaders.
Romain Guy
2010-10-25
Don't change textures wrap modes on every draw.
Romain Guy
2010-10-07
Add 3D transforms support to all gradients.
Romain Guy
2010-10-06
Apply 3D transformations to gradient shaders.
Romain Guy
2010-09-22
Fix OpenGL errors in various places.
Romain Guy
2010-09-21
Add support for circular gradients to the GL renderer.
Romain Guy
2010-09-20
Add support for SweepGradient in the GL renderer.
Romain Guy
2010-09-16
Add support for drawLines(), with anti-aliasing
Romain Guy
2010-09-01
Add support for Canvas flags on save.
Romain Guy
2010-08-12
Fix GC issue, fix local shader transformations.
Romain Guy
2010-08-10
Fast text selection drawing.
Romain Guy
2010-08-10
Fix tons of bugs and add new text rendering support.
Romain Guy
2010-08-07
Enforce maximum texture size.
Romain Guy
2010-08-06
Fix incorrect memory cleanup in SkiaShader.
Romain Guy
2010-08-04
Fix native crash in SkiaShader.
Romain Guy
2010-07-30
Refactor Skia shaders handling.
Romain Guy