index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
Commit message (
Expand
)
Author
Age
*
Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API.
dominikg
2014-07-21
*
Make SkPictureShader and SkPictureImageFilter use const SkPictures
robertphillips
2014-07-14
*
This moves us towards variable length effect keys. The overall program key no...
bsalomon
2014-07-11
*
Always initialize SkDashPathEffect fields.
mtklein
2014-07-09
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Clean up SkImageFilter constructors.
senorblanco
2014-07-08
*
Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.
bsalomon
2014-07-08
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
*
Fix SkColorFilterImageFilter matrix optimization.
senorblanco
2014-07-03
*
Adding 64 bit checks
sugoi
2014-07-03
*
move SkChecksum and SkEmptyShader to private
reed
2014-07-03
*
Make perlin noise do CTM-correct scaling.
senorblanco
2014-06-27
*
Remove SkBicubicImageFilter, and all related tests.
senorblanco
2014-06-25
*
Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...
bsalomon
2014-06-24
*
Stop referencing gl_FragCoord z and w components.
bsalomon
2014-06-20
*
Revert of remove guarded code - there are no more callers (https://codereview...
reed
2014-06-18
*
remove guarded code - there are no more callers
reed
2014-06-18
*
Fifth attempt to land faster rect blur. Remove unnecessary conditionals from...
humper
2014-06-17
*
Perlin noise cleanup.
senorblanco
2014-06-16
*
Randomize seed for SkDiscretePathEffect::filterPath()
rs.prinja
2014-06-12
*
Revert of third try at landing improved blur rect; this time with more correc...
scroggo
2014-06-12
*
Fix tiled perlin noise.
senorblanco
2014-06-12
*
third try at landing improved blur rect; this time with more correctness
humper
2014-06-11
*
Revert of second try at landing improved blur rect (https://codereview.chromi...
reed
2014-06-11
*
Move Dashing filterPath to a dashing utils file
egdaniel
2014-06-11
*
SkShader::asNewEffect Refactoring
dandov
2014-06-10
*
hide SkBitmap::setConfig
reed
2014-06-09
*
second try at landing improved blur rect
humper
2014-06-09
*
Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds.
egdaniel
2014-06-09
*
Rollback of fe689c46 and all subsequent changes
jvanverth
2014-06-06
*
remove extra debug prints
humper
2014-06-06
*
fix 10.6 shader tests
humper
2014-06-06
*
repair math error introduced by windows build fix
humper
2014-06-06
*
one channel texture fix for blur shader
humper
2014-06-06
*
fix blur test
humper
2014-06-06
*
Faster GPU rect blur that doesn't require computing vertical and horizontal
humper
2014-06-06
*
Revert of Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct b...
egdaniel
2014-06-06
*
Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds.
egdaniel
2014-06-06
*
Adding kernel offset validation
sugoi
2014-06-06
*
Revert of Move Dashing filterPath to a dashing utils file (https://codereview...
egdaniel
2014-06-04
*
Move Dashing filterPath to a dashing utils file
egdaniel
2014-06-04
*
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
robertphillips
2014-06-04
*
Return NULL when building empty LayerRasterizer.
scroggo
2014-06-03
*
remove SkBounder -- unused and unloved
reed
2014-06-03
*
use colortype instead of config
reed
2014-06-02
*
remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE
commit-bot@chromium.org
2014-05-31
*
Allow SkPictureImageFilter to be serialized when not run cross-process.
senorblanco@chromium.org
2014-05-30
*
Implement SkPictureImageFilter bounds computation.
senorblanco@chromium.org
2014-05-30
[next]