Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
379e4961fd2fec1d8b612f00e22b53f0f9946cf1
/
include
/
effects
e36d030
SkColorMatrix cleanup
by Brian Osman
· 5 years ago
4bc0c1f
Rename GrColorSpaceInfo -> GrColorInfo
by Brian Salomon
· 5 years ago
bf8439d
Fix GMs broken during API porting
by Michael Ludwig
· 5 years ago
06eacf4
Add new SkImageFilters factory API
by Michael Ludwig
· 5 years ago
c711a86
Combine erode and dilate implementations
by Michael Ludwig
· 5 years ago
d668f7f
Hide SkImageFilter subclasses in CPP files
by Michael Ludwig
· 5 years ago
607c057
Use SkTileMode for blur and matrix convolution filters
by Michael Ludwig
· 5 years ago
14963ce
Use SkColorChannel in SkDisplacementMapEffect
by Michael Ludwig
· 5 years ago
59f2e46
Return translate info from looper, rather than moding a canvas
by Mike Reed
· 5 years ago
c0ee21f
skia helper for encoding video
by Mike Reed
· 5 years ago
6a5f7e2
split RGB into YUV planes
by Mike Reed
· 5 years ago
68eb8c2
remove deprecated postTranslate255
by Mike Reed
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
c092f9e
rm older api from colormatrix, change to normalized translate
by Mike Reed
· 6 years ago
f07b61f
(start to) explicitly use float for color values
by Mike Reed
· 6 years ago
50d79af
hide internals of SkColorMatrix (so we can migrate to col-major)
by Mike Reed
· 6 years ago
bb85b8b
remove dead code from old factories, enum
by Mike Reed
· 6 years ago
8842799
add missing shared lib visibility macros
by Martin Vejdarski
· 6 years ago
fae8fce
Use SkTileMode instead of nested enum
by Mike Reed
· 6 years ago
2fdbeae
Start to unify signatures: return bool
by Mike Reed
· 6 years ago
f9666f5
Remove SkColorSpaceXformCanvas, and supporting code:
by Brian Osman
· 6 years ago
525ff20
update docs for SkLumaColorFilter
by Mike Klein
· 6 years ago
1386b2d
pass common SkStageRec to all effects using rasterpipeline
by Mike Reed
· 6 years ago
e938c92
Remove SkToSRGBColorFilter (now unused)
by Brian Osman
· 6 years ago
1efecea
Make asFragmentProcessor entry point only take a GrRecordingContext (take 2)
by Robert Phillips
· 6 years ago
a7f0013
Revert "Make asFragmentProcessor entry point only take a GrRecordingContext"
by Robert Phillips
· 6 years ago
e821d21
Make asFragmentProcessor entry point only take a GrRecordingContext
by Robert Phillips
· 6 years ago
e548161
Add SkBlurDrawLooper::Make(SkColor4f, SkColorSpace)
by Leon Scroggins III
· 6 years ago
d5cdc2c
paint is losing its text-related fields
by Mike Reed
· 6 years ago
fd1fd27
Remove unused exposedInAndroidJavaAPI
by Leon Scroggins III
· 6 years ago
024072a
Reland "Improve degenerate 2pt conical gradient cases"
by Mike Klein
· 6 years ago
95af472
Revert "Improve degenerate 2pt conical gradient cases"
by Stan Iliev
· 6 years ago
879dab8
Improve degenerate 2pt conical gradient cases
by Michael Ludwig
· 6 years ago
b5ae3b5
[canvaskit] Add drawVertices API
by Kevin Lubick
· 6 years ago
fa5f6ce
rename some flattenable routines
by Mike Klein
· 6 years ago
4fee323
override getTypeName() instead of using table
by Mike Klein
· 6 years ago
78aceb2
converted overdraw effect to new FP system
by Ethan Nicholas
· 6 years ago
545aa93
fixed uninitialized memory use in arithmetic effect
by Ethan Nicholas
· 6 years ago
ce00811
converted arithmetic FP to new FP structure
by Ethan Nicholas
· 6 years ago
6d10f8b
move patheffect virtuals to protected and rename
by Mike Reed
· 6 years ago
fa07204
remove unimplemented headers
by Cary Clark
· 6 years ago
310f44d
rename to Merge patheffect
by Mike Reed
· 6 years ago
0ef539a
add new patheffects
by Mike Reed
· 6 years ago
2c312c4
Remove SkDrawFilter.
by Ben Wagner
· 6 years ago
846bb41
iwyu
by Mike Reed
· 6 years ago
27dddae
rebase
by Cary Clark
· 6 years ago
89ad31e
Revert "Reland "remove toString""
by Cary Clark
· 6 years ago
92e37b6
Reland "remove toString"
by Cary Clark
· 6 years ago
4dc5a45
remove defines and add commas
by Cary Clark
· 6 years ago
32a4910
Revert "remove toString"
by Cary Clark
· 6 years ago
5191880
remove toString
by Cary Clark
· 6 years ago
ba5b5f5
harden line2d effect
by Mike Reed
· 6 years ago
1207843
Fix srcBounds computation in SkMatrixConvolutionImageFilter
by Robert Phillips
· 6 years ago
6ee268d
Fix UBSAN warnings in SkPerlinNoiseShaderImpl
by Kevin Lubick
· 6 years ago
41dff6e
[skottie] Add support for round-corners geometry effects
by Florin Malita
· 7 years ago
ab4f5bd
rm SkRRectsGaussianEdgeMaskFilter
by Robert Phillips
· 7 years ago
0cfd547
Remove SK_SUPPORT_LEGACY_BLURMASKFILTER
by Brian Osman
· 7 years ago
9988541
remove SK_IGNORE_TO_STRING
by Cary Clark
· 7 years ago
560d283
Fixing build with SK_IGNORE_TO_STRING defined.
by Kaloyan Donev
· 7 years ago
1be1f8d
hide SkBlurMaskFilter and SkBlurQuality
by Mike Reed
· 7 years ago
18e7556
move blur impl into core
by Mike Reed
· 7 years ago
827af66
Extend SkTrimPathEffect semantics
by Florin Malita
· 7 years ago
8e03f69
remove unused ConvertRadiusToSigma from SkBlurMaskFilter
by Mike Reed
· 7 years ago
4123223
add TrimPathEffect
by Mike Reed
· 7 years ago
28d4773
make compute helper for blurs private
by Mike Reed
· 7 years ago
a83d013
Misc guarding of enums in ImageFilter CreateProcs
by Robert Phillips
· 7 years ago
b0ae566
Check enum values in SkDisplacementMapEffect's CreateProc
by Robert Phillips
· 7 years ago
80747ef
move the guts of SkMaskFilter.h into SkMaskFilterBase.h
by Mike Reed
· 7 years ago
bee2732
Fix some fuzzer bugs from Skia's image filter fuzzer
by Robert Phillips
· 7 years ago
8ad91a9
remove unused SkRasterizer
by Mike Reed
· 7 years ago
6e87eee
add shadermaskfilter
by Mike Reed
· 7 years ago
3e31e99
Revert "Alloc glyph image correctly for SkMask::k3D_Format."
by Brian Osman
· 7 years ago
1662257
Alloc glyph image correctly for SkMask::k3D_Format.
by Ben Wagner
· 7 years ago
3ae1a30
Revert "Alloc glyph image correctly for SkMask::k3D_Format."
by Ben Wagner
· 7 years ago
6b26deb
Alloc glyph image correctly for SkMask::k3D_Format.
by Ben Wagner
· 7 years ago
4872315
remove legacy code for resolution
by Mike Reed
· 7 years ago
77e487d
Revert "Revert "Remove MakeForLocalSpace since picture image is sufficient""
by Mike Reed
· 7 years ago
fc45998
Revert "Remove MakeForLocalSpace since picture image is sufficient"
by Mike Reed
· 7 years ago
0d8766c
Remove MakeForLocalSpace since picture image is sufficient
by Mike Reed
· 7 years ago
4cbb6e6
Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter.
by Brian Salomon
· 7 years ago
63fd760
Remove trailing whitespace.
by Ben Wagner
· 7 years ago
b449666
Reland "Fix SkImageSource::filterBounds()" again
by Xianzhu Wang
· 7 years ago
2fbf1bc
Add SK_API to APIs used by the android framework.
by Derek Sollenberger
· 7 years ago
2ad0908
Revert "Reland "Fix SkImageSource::filterBounds()""
by Florin Malita
· 7 years ago
bf12c07
Reland "Fix SkImageSource::filterBounds()"
by Xianzhu Wang
· 7 years ago
b6d2be1
Revert "Fix SkImageSource::filterBounds()"
by Mike Reed
· 7 years ago
cb4d587
Fix SkImageSource::filterBounds()
by Xianzhu Wang
· 7 years ago
a93a14a
Convert NULL and 0 to nullptr.
by Ben Wagner
· 7 years ago
4189d1b
Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter.
by Sadrul Habib Chowdhury
· 7 years ago
aff329b
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
by Brian Salomon
· 7 years ago
5a9a981
Tiling support for SkSweepGradient
by Florin Malita
· 7 years ago
6b17ff6
Implement clone for GrLightingEffect descendants
by Brian Salomon
· 7 years ago
10b6ad1
sRGB color filter
by Brian Osman
· 7 years ago
40e7e65
remove (unused?) arcto patheffect
by Mike Reed
· 7 years ago
da69944
Serialize the new TileMode in SkBlurImageFilterImpl.
by wutao
· 7 years ago
039a7c7
Added new edge handling mode (clamp and repeat) to Gaussian blur filter.
by wutao
· 7 years ago
9c1d780
remove filterSpan from SkColorFilter
by Mike Reed
· 7 years ago
70e3e9a
Remove SkImageFilter::MakeBlur entry point
by Robert Phillips
· 7 years ago
ffa8484
Revert "Revert "remove unused api on xfermodeimagefilter""
by Mike Reed
· 7 years ago
8051c4f
Revert "Revert "remove unused api""
by Mike Reed
· 7 years ago
Next »