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
*
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
*
Fifth attempt to land faster rect blur. Remove unnecessary conditionals from...
humper
2014-06-17
*
Revert of third try at landing improved blur rect; this time with more correc...
scroggo
2014-06-12
*
third try at landing improved blur rect; this time with more correctness
humper
2014-06-11
*
Revert of second try at landing improved blur rect (https://codereview.chromi...
reed
2014-06-11
*
second try at landing improved blur rect
humper
2014-06-09
*
Rollback of fe689c46 and all subsequent changes
jvanverth
2014-06-06
*
disable GPU/CPU blur match test (possibly temporary)
humper
2014-06-06
*
add asAShadowBlur for android to drawlooper
reed@google.com
2014-04-29
*
move common blur types into central header
commit-bot@chromium.org
2014-04-28
*
replace setConfig+allocPixels with alloc-or-install-pixels
commit-bot@chromium.org
2014-02-13
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Add a DEF_GPUTEST() macro.
tfarina@chromium.org
2014-01-10
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Address some more valgrind issues
robertphillips@google.com
2013-11-14
*
Fix leak in BlurTest
robertphillips@google.com
2013-10-11
[next]