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
*
Switch SkMergeImageFilter over to new onFilterImage interface
robertphillips
2016-03-10
*
Switch SkPaintImageFilter over to new onFilterImage interface
robertphillips
2016-03-09
*
Switch SkImageSource image filter over to new onFilterImage interface
robertphillips
2016-03-09
*
use Make instead of Create to return a shared shader
reed
2016-03-08
*
Switch SkComposeImageFilter over to new onFilterImage interface
robertphillips
2016-03-08
*
Fix 4f gradient swizzle post http://crrev.com/1774523002
fmalita
2016-03-08
*
Switch SkOffsetImageFilter over to new onFilterImage interface
robertphillips
2016-03-08
*
Relocate the specialized linear gradient interval builder
fmalita
2016-03-04
*
remove align16 calls in skhader context sizes. will handle this elsewhere as ...
reed
2016-03-04
*
Fix SkRadialGradient center discontinuity
fmalita
2016-03-04
*
Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://code...
reed
2016-03-03
*
Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of ht...
halcanary
2016-03-03
*
enforce 16byte alignment in shader contexts
reed
2016-03-03
*
[Reland] Fix SkTwoPointConicalGradient zero-radius handling
fmalita
2016-03-03
*
4f gradient interval builder cleanup
fmalita
2016-03-02
*
Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:...
fmalita
2016-03-02
*
Fix SkTwoPointConicalGradient zero-radius handling
fmalita
2016-03-01
*
Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMas...
benjaminwagner
2016-03-01
*
Switch float arrays to vecs for conical gradients
jvanverth
2016-02-26
*
Creating functions for uploading a mipmapped texture.
cblume
2016-02-26
*
Make GrRRectBlurEffect::onIsEqual include the roundrect's rect
robertphillips
2016-02-26
*
4f gradient negative-dx interval fixup for kMirror_TileMode
fmalita
2016-02-25
*
Cleanups related to SkFixed.
benjaminwagner
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https...
benjaminwagner
2016-02-24
*
Ensure the Gaussian tail of circle blurs goes to zero.
benjaminwagner
2016-02-24
*
Cleanups related to SkFixed.
benjaminwagner
2016-02-24
*
Retire SkShader::kSupports4f_Flag
fmalita
2016-02-23
*
Update 4f linear gradient selection heuristic
fmalita
2016-02-23
*
Move SkPackBits to src/effects.
bungeman
2016-02-23
*
fix misc asserts and checks found by fuzzer
reed
2016-02-22
*
Add ContextRec param to SkShader::contextSize()
fmalita
2016-02-22
*
remove dead unpremul checks
reed
2016-02-22
*
Initial linear gradient 4f impl
fmalita
2016-02-22
*
Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...
ethannicholas
2016-02-22
*
clean-up dead code
reed
2016-02-22
*
fix misc asserts and checks found by fuzzer
reed
2016-02-22
*
Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...
reed
2016-02-22
*
Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...
reed
2016-02-22
*
Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...
reed
2016-02-21
*
fix misc asserts and checks found by fuzzer
reed
2016-02-20
*
Add more specialized fragment builders
cdalton
2016-02-18
*
Mark existing image filter entry points that will be going away with Deprecated
robertphillips
2016-02-17
*
Remove 6-param applyCropRect() from lighting filters (GPU path).
senorblanco
2016-02-17
*
Remove 6-param applyCropRect() from lighting filters (raster path).
senorblanco
2016-02-16
*
Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than Sk...
benjaminwagner
2016-02-16
*
Image filters: change applyCropRect() to take a src rect.
senorblanco
2016-02-16
*
Add GrShaderFlags enum
cdalton
2016-02-11
[next]