Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a782dcb3c407a7e30d7c1263bf9965792088e786
/
src
/
effects
538e1a1
move blurimagefilter.cpp back into effects
by Mike Reed
· 6 years ago
721e637
Validate transformed SkPaintImageFilter rects
by Adrienne Walker
· 6 years ago
472ab81
abort really big path fuzzing
by Cary Clark
· 6 years ago
23c55b6
Move GrGLSL.h from include/private to src/gpu/glsl.
by Brian Salomon
· 6 years ago
0917fad
move imagefilters into separate dir and flag for build.gn
by Mike Reed
· 6 years ago
f08d1d0
Stop using SkTSwap.
by Ben Wagner
· 6 years ago
47c2751
Remove GrNonlinearColorSpaceXformEffect
by Brian Osman
· 6 years ago
29f2eaf
Remove string.h from SkTypes.h
by Ben Wagner
· 6 years ago
653f34d
Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make
by Brian Osman
· 6 years ago
c640d0d
Revert "Revert "SkTypes: extract SkTo""
by Hal Canary
· 6 years ago
fdcfb8b
Revert "SkTypes: extract SkTo"
by Hal Canary
· 6 years ago
2a2f675
SkTypes: extract SkTo
by Hal Canary
· 6 years ago
efd99cc
clean up SkPicture include
by Cary Clark
· 6 years ago
27dddae
rebase
by Cary Clark
· 6 years ago
ad445ce
Remove GrPaint::setGammaCorrect
by Brian Osman
· 6 years ago
2b23c4b
Dest color space no longer impacts mipmaps or texture sampling
by Brian Osman
· 6 years ago
89ad31e
Revert "Reland "remove toString""
by Cary Clark
· 6 years ago
92e37b6
Reland "remove toString"
by Cary Clark
· 7 years ago
588f879
warmup, remove clamping in append_gamut_transform()
by Mike Klein
· 6 years ago
4dc5a45
remove defines and add commas
by Cary Clark
· 7 years ago
32a4910
Revert "remove toString"
by Cary Clark
· 7 years ago
5191880
remove toString
by Cary Clark
· 7 years ago
ab0795c
Fix fuzzer bug i.e., compute the correct repeated dst domain
by Robert Phillips
· 7 years ago
160e93d
Prevent SkMatrixConvolutionImageFilter from allocating large buffers it can't fill
by Kevin Lubick
· 7 years ago
8f8d481
Add SkIRect::adjust method
by Robert Phillips
· 7 years ago
4f3ad4e
Fix bugs related to SkMatrixConvolutionImageFilter in repeat mode
by Robert Phillips
· 7 years ago
1207843
Fix srcBounds computation in SkMatrixConvolutionImageFilter
by Robert Phillips
· 7 years ago
daebae9
Return nullptr when ReadBuffer becomes invalid
by Kevin Lubick
· 7 years ago
5140f9a
Minor refactoring to image filters
by Robert Phillips
· 7 years ago
b06a1eb
detect overflow for morphology
by Mike Reed
· 7 years ago
c7fe0f7
Make GrCaps and GrShaderCaps private.
by Brian Salomon
· 7 years ago
c2ea327
Validate readByteArrayAsData size
by Florin Malita
· 7 years ago
275df2e
Just pass color glyph masks to filters.
by Ben Wagner
· 7 years ago
77e95f7
Fix SkDashImpl::CreateProc OOM on garbage input
by Adrienne Walker
· 7 years ago
6cdb7d3
prepare to remove obsolete macros
by Cary Clark
· 7 years ago
ab4f5bd
rm SkRRectsGaussianEdgeMaskFilter
by Robert Phillips
· 7 years ago
dcf1fb4
Fix alpha threshold image filter GPU implementation
by Robert Phillips
· 7 years ago
6209bfa
detect if makeOffset failed
by Mike Reed
· 7 years ago
3e8c345
Make generated effects from sksl fp files not need SK_SUPPORT_GPU
by Greg Daniel
· 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
19d311b
Remove copy of TableColorFilter data when GPU rendering
by Robert Phillips
· 7 years ago
cec40a9
limit discrete path effect iterations
by Cary Clark
· 7 years ago
96b6d53
Fix GrTextureStripAtlasManager cleanup order bug
by Robert Phillips
· 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
41a3b87
Make GrTextureStripAtlas DDL friendly
by Robert Phillips
· 7 years ago
4997e14
Use kLow_SkFilterQuality when generating shader masks
by Florin Malita
· 7 years ago
c7c2baf
Additional DDL playback cleanup
by Robert Phillips
· 7 years ago
4123223
add TrimPathEffect
by Mike Reed
· 7 years ago
58389b9
Initial texture data is never flipped when uploaded.
by Brian Salomon
· 7 years ago
28d4773
make compute helper for blurs private
by Mike Reed
· 7 years ago
0c4b7b1
Move internal calls from GrContext to GrContextPriv
by Robert Phillips
· 7 years ago
2a4f983
Remove GrSurfaceOrigin from GrSurfaceDesc.
by Brian Salomon
· 7 years ago
2223465
limit crash small steps in 1dpatheffect
by Mike Reed
· 7 years ago
339650c
use SkIRect makeOffset to avoid overflows
by Mike Reed
· 7 years ago
fc015d2
make 1dpatheffect more robust on deserial
by Mike Reed
· 7 years ago
242135a
move some RRect methods into priv
by Mike Reed
· 7 years ago
85fdbe2
detect bad radius in cornerpatheffect
by Mike Reed
· 7 years ago
0a7aa14
Add checks for failed SkImageInfo2GrPixelConfig calls
by Greg Daniel
· 7 years ago
19d7bd6
hide virtual and rename to onMakeComposed
by Mike Reed
· 7 years ago
f221b49
abort blur if the sigma is too small
by Mike Reed
· 7 years ago
cb25659
DDL-ify GrRectBlurEffect
by Robert Phillips
· 7 years ago
655bf8f
saturate IPoint math, handle NaN in isEmpty
by Mike Reed
· 7 years ago
0c6ea6c
doh -- reverse check for finite
by Mike Reed
· 7 years ago
faffa86
begin to wrap all float divides
by Mike Reed
· 7 years ago
10b9878
check for failed snapshot
by Mike Reed
· 7 years ago
5dd202d
Revert "Revert "move GrColor.h to private, IWYU""
by Mike Reed
· 7 years ago
63cc293
Revert "move GrColor.h to private, IWYU"
by Brian Salomon
· 7 years ago
e602f39
move GrColor.h to private, IWYU
by Mike Reed
· 7 years ago
7a92639
Disable texture strip atlasing for DDL
by Robert Phillips
· 7 years ago
130fb3f
updated .fp file headers
by Ethan Nicholas
· 7 years ago
28eaed2
add gpu impl for shadermaskfilter
by Mike Reed
· 7 years ago
1c5906f
saturate some irect ops for fuzzers
by Mike Reed
· 7 years ago
b50e385
handle conics in 1D patheffect
by Mike Reed
· 7 years ago
88d9071
Revert "hide picture virtuals (no public callers)"
by Mike Klein
· 7 years ago
8005bff
hide picture virtuals (no public callers)
by Mike Reed
· 7 years ago
de5c502
move checkLE functionality directly onto readbuffer
by Mike Reed
· 7 years ago
3338482
remove SkColorSpace_Base
by Mike Klein
· 7 years ago
53d57ac
Remove legacy mask blur code.
by Herbert Derby
· 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
dc3d7fc
Add check for bad enum in SkMatrixConvolutionImageFilter's CreateProc
by Robert Phillips
· 7 years ago
757c154
Remove superfluous SkReadBuffer validity checks
by Robert Phillips
· 7 years ago
80747ef
move the guts of SkMaskFilter.h into SkMaskFilterBase.h
by Mike Reed
· 7 years ago
959ccc2
Fix skia image filter fuzz SkLightingImageFilter complaint
by Robert Phillips
· 7 years ago
baafcdc
move zero-init to sk_malloc for masks
by Mike Reed
· 7 years ago
8ad91a9
remove unused SkRasterizer
by Mike Reed
· 7 years ago
bfadcf0
Revert "Revert "use GrFPArgs for maskfilters""
by Mike Reed
· 7 years ago
4f7f197
Revert "use GrFPArgs for maskfilters"
by Mike Reed
· 7 years ago
a99b393
use GrFPArgs for maskfilters
by Mike Reed
· 7 years ago
5a0f345
remove code from old picture serial guard
by Mike Reed
· 7 years ago
6e87eee
add shadermaskfilter
by Mike Reed
· 7 years ago
20df20c
Fix FPs
by Robert Phillips
· 7 years ago
0bd24dc
Funnel most proxy creation through GrProxyProvider
by Robert Phillips
· 7 years ago
fca3d0a
check for bad buffers in Unpack8
by Mike Reed
· 7 years ago
1afd4cd
Add GrProxyProvider
by Robert Phillips
· 7 years ago
Next »