index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
BlurTest.cpp
Commit message (
Expand
)
Author
Age
*
Remove SK_SUPPORT_GPU checks in tool-only code
Brian Osman
2018-05-31
*
Reland "Prevent masked solid-color draws from being turned into clears"
Robert Phillips
2018-04-23
*
Revert "Prevent masked solid-color draws from being turned into clears"
Robert Phillips
2018-04-23
*
Prevent masked solid-color draws from being turned into clears
Robert Phillips
2018-04-23
*
remove unused/dumb methods from SkRect
Mike Reed
2018-04-11
*
Remove SK_SUPPORT_LEGACY_BLURMASKFILTER
Brian Osman
2018-04-06
*
hide SkBlurMaskFilter and SkBlurQuality
Mike Reed
2018-03-14
*
move blur impl into core
Mike Reed
2018-03-12
*
IWYU for test files starting with 'B'.
Ben Wagner
2018-03-09
*
make compute helper for blurs private
Mike Reed
2018-03-06
*
abort blur if the sigma is too small
Mike Reed
2018-02-15
*
move the guts of SkMaskFilter.h into SkMaskFilterBase.h
Mike Reed
2018-01-23
*
Avoid double-destruction of Sk3DShaderContext-wrapped objects
Florin Malita
2017-11-29
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
don't rely on canvas->readPixels
Mike Reed
2017-07-21
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
deprecate odd variants of SkCanvas::readPixels
Mike Reed
2017-04-17
*
SkBlurDrawLooper: Start by deleting flags
Matt Sarett
2017-03-23
*
"Fix" some ImageFilter fuzzer issues
Robert Phillips
2016-12-19
*
tests: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-04
*
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
Mike Reed
2016-11-03
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Update ComputeBlurredRRectParams to compute all the parameters needed for occ...
robertphillips
2016-08-16
*
Create blurred RRect mask on GPU (rather than uploading it)
robertphillips
2016-08-10
*
Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...
robertphillips
2016-08-10
*
Create blurred RRect mask on GPU (rather than uploading it)
robertphillips
2016-08-10
*
Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchs...
robertphillips
2016-08-10
*
Create blurred RRect mask on GPU (rather than uploading it)
robertphillips
2016-08-10
*
spin off easy stuff from Herb's windows GN CL
mtklein
2016-08-04
*
Enable many more tests for Vulkan
egdaniel
2016-06-28
*
Turn ContextInfos returned by GrContextFactory into structs.
bsalomon
2016-05-11
*
Make existing unit tests only run on GL contexts
bsalomon
2016-04-06
*
One signature for creating unit tests that run on premade GrContexts
bsalomon
2016-04-05
*
switch maskfilters to sk_sp
reed
2016-04-04
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
switch surface to sk_sp
reed
2016-03-23
*
guard rasterizer and drawlooper setters
reed
2016-03-21
*
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
*
Add unit test for crbug.com/570232
robertphillips
2016-01-04
*
Add default ctor to SkMask
robertphillips
2015-12-17
*
Generate list of GPU contexts outside tests
kkinnunen
2015-12-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
*
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...
reed
2015-08-04
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-04
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
[next]