aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BlurTest.cpp
Commit message (Expand)AuthorAge
...
* Fifth attempt to land faster rect blur. Remove unnecessary conditionals from...Gravatar humper2014-06-17
* Revert of third try at landing improved blur rect; this time with more correc...Gravatar scroggo2014-06-12
* third try at landing improved blur rect; this time with more correctnessGravatar humper2014-06-11
* Revert of second try at landing improved blur rect (https://codereview.chromi...Gravatar reed2014-06-11
* second try at landing improved blur rectGravatar humper2014-06-09
* Rollback of fe689c46 and all subsequent changesGravatar jvanverth2014-06-06
* disable GPU/CPU blur match test (possibly temporary)Gravatar humper2014-06-06
* add asAShadowBlur for android to drawlooperGravatar reed@google.com2014-04-29
* move common blur types into central headerGravatar commit-bot@chromium.org2014-04-28
* replace setConfig+allocPixels with alloc-or-install-pixelsGravatar commit-bot@chromium.org2014-02-13
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Add a DEF_GPUTEST() macro.Gravatar tfarina@chromium.org2014-01-10
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Address some more valgrind issuesGravatar robertphillips@google.com2013-11-14
* Fix leak in BlurTestGravatar robertphillips@google.com2013-10-11
* Push sigma-based blur interface into our GMs/benches/tests/samplecodeGravatar robertphillips@google.com2013-09-06
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-06
* Tweak to r11099 for N4 & Ubuntu13Gravatar robertphillips@google.com2013-09-05
* Warning/error fix for r11099 on Mac 10.6Gravatar robertphillips@google.com2013-09-05
* Add test to exercise extreme blur sigmasGravatar robertphillips@google.com2013-09-05
* Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterGravatar robertphillips@google.com2013-07-03
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* Remove warnings (trailing \, signed vs unsigned, parenthesization).Gravatar tomhudson@google.com2011-10-27
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* Fix BlurTest to work with fixed point.Gravatar bungeman@google.com2011-09-02
* Reduce size of filter mask.Gravatar bungeman@google.com2011-09-02
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add asABlur() to maskfilters, so devices like gpu and pdf can query them.Gravatar reed@google.com2011-07-07