Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
22281c13a13c4b4e275516e9fe02185a53a7e5aa
/
src
/
effects
3c935bc
Switch SkBlurImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
83aa920
Planar ramp() for S32 linear gradients
by fmalita
· 9 years ago
ec950c4
Switch SkColorFilterImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
0a291c7
Switch SkDropShaderImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
d053ce9
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ )
by reed
· 9 years ago
ddf0713
Make GrCircleBlurFragmentProcessor::onIsEqual include the position
by abarth
· 9 years ago
d688929
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ )
by reed
· 9 years ago
4c9776b
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )"
by reed
· 9 years ago
1eb81db
Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )
by reed
· 9 years ago
f809d76
switch colorfilters to sk_sp
by reed
· 9 years ago
e5e7984
Change signatures of filter bounds methods to return a rect.
by senorblanco
· 9 years ago
7b380d0
guard rasterizer and drawlooper setters
by reed
· 9 years ago
dc6c9bf
Refactor 4f gradients using trait templates
by fmalita
· 9 years ago
f8f90e4
SkNx refresh
by mtklein
· 9 years ago
17a6520
Make SkComposeImageFilter::onFilterImage filter the bounds given to the inner filter.
by jbroman
· 9 years ago
a635936
sRGB support in Ganesh. Several pieces:
by brianosman
· 9 years ago
58fc94e
allow more options for shader blitprocs
by reed
· 9 years ago
a439334
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )"
by reed
· 9 years ago
a928b28
4f linear gradient shader blitters
by fmalita
· 9 years ago
f28ad89
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )
by reed
· 9 years ago
9fbee18
switch patheffects over to sk_sp
by reed
· 9 years ago
ca2622b
return pictures as sk_sp
by reed
· 9 years ago
eb75c7d
allow one zero length dash
by caryclark
· 9 years ago
6f0749c
Revert of allow one zero length dash (patchset #8 id:140001 of https://codereview.chromium.org/1805963002/ )
by bungeman
· 9 years ago
5e1a248
allow one zero length dash
by caryclark
· 9 years ago
37bd7c3
Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers
by robertphillips
· 9 years ago
c571c00
Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ )
by brianosman
· 9 years ago
9e3f1bf
sRGB support in Ganesh. Several pieces:
by brianosman
· 9 years ago
bf680c3
Image filters: fix the zero-sigma fast path in SkBlurImageFilter.
by senorblanco
· 9 years ago
18300a3
detach -> release
by mtklein
· 9 years ago
fde0511
Make sp variants for SkData
by reed
· 9 years ago
7e6fcf8
Generic 4f gradient T sampler fallback
by fmalita
· 9 years ago
d7dc76f
Remove version checks for _MSC_VER < 1800 (msvs2013).
by bungeman
· 9 years ago
393aa36
Switch SkMergeImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
e6163bf
Switch SkPaintImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
6ac97b7
Switch SkImageSource image filter over to new onFilterImage interface
by robertphillips
· 9 years ago
8a21c9f
use Make instead of Create to return a shared shader
by reed
· 9 years ago
40736ab
Switch SkComposeImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
d8a4f77
Fix 4f gradient swizzle post http://crrev.com/1774523002
by fmalita
· 9 years ago
c80bf74
Switch SkOffsetImageFilter over to new onFilterImage interface
by robertphillips
· 9 years ago
7520fc4
Relocate the specialized linear gradient interval builder
by fmalita
· 9 years ago
a0cee5f
remove align16 calls in skhader context sizes. will handle this elsewhere as needed
by reed
· 9 years ago
0032a30
Fix SkRadialGradient center discontinuity
by fmalita
· 9 years ago
773ceda
Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )"
by reed
· 9 years ago
e38bcaf
Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )
by halcanary
· 9 years ago
d812fb4
enforce 16byte alignment in shader contexts
by reed
· 9 years ago
5edf82e
[Reland] Fix SkTwoPointConicalGradient zero-radius handling
by fmalita
· 9 years ago
e27456a
4f gradient interval builder cleanup
by fmalita
· 9 years ago
7349490
Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:20001 of https://codereview.chromium.org/1756573002/ )
by fmalita
· 9 years ago
9c0b02a
Fix SkTwoPointConicalGradient zero-radius handling
by fmalita
· 9 years ago
e7be3e5
Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMaskFilter::CreateEmboss.
by benjaminwagner
· 9 years ago
de11ee4
Switch float arrays to vecs for conical gradients
by jvanverth
· 9 years ago
55f2d2d
Creating functions for uploading a mipmapped texture.
by cblume
· 9 years ago
e851714
Make GrRRectBlurEffect::onIsEqual include the roundrect's rect
by robertphillips
· 9 years ago
b976b27
4f gradient negative-dx interval fixup for kMirror_TileMode
by fmalita
· 9 years ago
f6bfccd
Cleanups related to SkFixed.
by benjaminwagner
· 9 years ago
5ec26ae
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
bd500f0
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ )
by bsalomon
· 9 years ago
57599fe
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
c2d35d8
Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ )
by benjaminwagner
· 9 years ago
9d24023
Ensure the Gaussian tail of circle blurs goes to zero.
by benjaminwagner
· 9 years ago
7ea5cb1
Cleanups related to SkFixed.
by benjaminwagner
· 9 years ago
ca058f5
Retire SkShader::kSupports4f_Flag
by fmalita
· 9 years ago
55430a6
Update 4f linear gradient selection heuristic
by fmalita
· 9 years ago
ccb74b8
Move SkPackBits to src/effects.
by bungeman
· 9 years ago
ca726ab
fix misc asserts and checks found by fuzzer
by reed
· 9 years ago
8d9f2e4
Add ContextRec param to SkShader::contextSize()
by fmalita
· 9 years ago
d778feb
remove dead unpremul checks
by reed
· 9 years ago
bc590c0
Initial linear gradient 4f impl
by fmalita
· 9 years ago
23e7af0
Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1719913002/ )
by ethannicholas
· 9 years ago
8781123
clean-up dead code
by reed
· 9 years ago
653db51
fix misc asserts and checks found by fuzzer
by reed
· 9 years ago
1d52469
Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1723473002/ )
by reed
· 9 years ago
75a7329
Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713413002/ )
by reed
· 9 years ago
d98ef63
Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713383002/ )
by reed
· 9 years ago
00bea4a
fix misc asserts and checks found by fuzzer
by reed
· 9 years ago
8528541
Add more specialized fragment builders
by cdalton
· 9 years ago
48e7846
Mark existing image filter entry points that will be going away with Deprecated
by robertphillips
· 9 years ago
9bd5f74
Remove 6-param applyCropRect() from lighting filters (GPU path).
by senorblanco
· 9 years ago
84f0e74
Remove 6-param applyCropRect() from lighting filters (raster path).
by senorblanco
· 9 years ago
8e17556
Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than SkFixed.
by benjaminwagner
· 9 years ago
afec27f
Image filters: change applyCropRect() to take a src rect.
by senorblanco
· 9 years ago
5e58cee
Add GrShaderFlags enum
by cdalton
· 9 years ago
4f03794
Alter SkXfermode's asFragmentProcessor & asXPFactory contracts
by robertphillips
· 9 years ago
d3b32bf
Last bit of GrGLSLFragmentProcessor-derived class cleanup
by robertphillips
· 9 years ago
bf536af
Next round of GrGLSLFragmentProcessor-derived class cleanup
by robertphillips
· 9 years ago
9cdb992
Clean up GrGLSLFragmentProcessor-derived classes
by robertphillips
· 9 years ago
afb188d
Add gpu implementation of SkAvoidXfermode
by robertphillips
· 9 years ago
f16e2a2
Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 of https://codereview.chromium.org/1658623002/ )
by mtklein
· 9 years ago
15691a0
Add gpu implementation of SkAvoidXfermode
by robertphillips
· 9 years ago
8610002
Move SkColorMatrixFilter implementation to core.
by bsalomon
· 9 years ago
6404981
Fix zero-sized blur with crop rect.
by senorblanco
· 9 years ago
507ef6d
SkNx Load/store: take any pointer.
by mtklein
· 9 years ago
395eabe
float components in xfermodes
by reed
· 9 years ago
2279325
added support for PLS path rendering
by ethannicholas
· 9 years ago
2a1d401
Move SkAvoidXfermode over from Android
by robertphillips
· 9 years ago
6b2c346
Revert of Move SkPixelXorXfermode.h to include/client/android (patchset #5 id:80001 of https://codereview.chromium.org/1645093002/ )
by robertphillips
· 9 years ago
aa9cb62
Move SkPixelXorXfermode.h to include/client/android
by robertphillips
· 9 years ago
5381b81
Fix SkPixelXorXfermode serialization bug
by robertphillips
· 9 years ago
d8ff5b3
Image filters: Make a recursive, forward-mapping bounds
by senorblanco
· 9 years ago
Next »