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
*
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
*
Push sigma-based blur interface into our GMs/benches/tests/samplecode
robertphillips@google.com
2013-09-06
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-06
*
Tweak to r11099 for N4 & Ubuntu13
robertphillips@google.com
2013-09-05
*
Warning/error fix for r11099 on Mac 10.6
robertphillips@google.com
2013-09-05
*
Add test to exercise extreme blur sigmas
robertphillips@google.com
2013-09-05
*
Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter
robertphillips@google.com
2013-07-03
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
Remove warnings (trailing \, signed vs unsigned, parenthesization).
tomhudson@google.com
2011-10-27
*
Make SkMath.h less visible in public header files.
tomhudson@google.com
2011-09-27
*
Fix BlurTest to work with fixed point.
bungeman@google.com
2011-09-02
*
Reduce size of filter mask.
bungeman@google.com
2011-09-02
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add asABlur() to maskfilters, so devices like gpu and pdf can query them.
reed@google.com
2011-07-07