- 92b3335 more rect api simplifications by Mike Reed · 5 years ago
- 9707a7e IWYU for tests A-D. by Ben Wagner · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 0498857 fold sk_pixel_iter.h into ToolUtils by Mike Klein · 6 years ago
- ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
- 840debe don't try to extract or blur a zero-sized bitmap by Mike Reed · 6 years ago
- 2d40490 Move some functions to MathPriv.h by Hal Canary · 6 years ago
- c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
- c90b4db Reland "Prevent masked solid-color draws from being turned into clears" by Robert Phillips · 7 years ago
- f92bb37 Revert "Prevent masked solid-color draws from being turned into clears" by Robert Phillips · 7 years ago
- e9f2bbe Prevent masked solid-color draws from being turned into clears by Robert Phillips · 7 years ago
- 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 7 years ago
- 0cfd547 Remove SK_SUPPORT_LEGACY_BLURMASKFILTER by Brian Osman · 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
- e6b04a1 IWYU for test files starting with 'B'. by Ben Wagner · 7 years ago
- 28d4773 make compute helper for blurs private by Mike Reed · 7 years ago
- f221b49 abort blur if the sigma is too small by Mike Reed · 7 years ago
- 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
- 1ba5bfe Avoid double-destruction of Sk3DShaderContext-wrapped objects by Florin Malita · 7 years ago
- 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
- f194219 don't rely on canvas->readPixels by Mike Reed · 7 years ago
- 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
- 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 8 years ago
- f160ad4 SkBlurDrawLooper: Start by deleting flags by Matt Sarett · 8 years ago
- 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
- 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
- faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
- 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
- c4d2f90 Update ComputeBlurredRRectParams to compute all the parameters needed for occluded blurred rrect ninepatch draws by robertphillips · 8 years ago
- f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
- 3f0e694 Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
- 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
- 69cfa9c Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
- 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
- 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
- ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
- 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
- 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
- f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
- efdfd51 switch maskfilters to sk_sp by reed · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- e8f3062 switch surface to sk_sp by reed · 9 years ago
- 7b380d0 guard rasterizer and drawlooper setters by reed · 9 years ago
- 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
- 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- 4abb0c1 Add unit test for crbug.com/570232 by robertphillips · 9 years ago
- e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
- 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
- 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
- f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
- 4a24cd8 Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader. by humper · 10 years ago
- e07c1ab Revert of third try at landing improved blur rect; this time with more correctness (https://codereview.chromium.org/331443003/) by scroggo · 10 years ago
- 72abfc2 third try at landing improved blur rect; this time with more correctness by humper · 10 years ago
- b0b1aa0 Revert of second try at landing improved blur rect (https://codereview.chromium.org/325703002/) by reed · 10 years ago
- e9ea0d6 second try at landing improved blur rect by humper · 10 years ago
- d78a2fa Rollback of fe689c46 and all subsequent changes by jvanverth · 10 years ago
- da1c009 disable GPU/CPU blur match test (possibly temporary) by humper · 10 years ago
- daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 11 years ago
- e396455 move common blur types into central header by commit-bot@chromium.org · 11 years ago
- fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 11 years ago
- e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
- 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
- 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
- cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
- 6d837aa Fix leak in BlurTest by robertphillips@google.com · 11 years ago
- b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
- 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f4f3faa Tweak to r11099 for N4 & Ubuntu13 by robertphillips@google.com · 11 years ago
- b85564a Warning/error fix for r11099 on Mac 10.6 by robertphillips@google.com · 11 years ago
- 3dfa4cc Add test to exercise extreme blur sigmas by robertphillips@google.com · 11 years ago
- 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 11 years ago
- c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 12 years ago
- 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
- 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
- d16872c Fix BlurTest to work with fixed point. by bungeman@google.com · 13 years ago
- 5af16f8 Reduce size of filter mask. http://codereview.appspot.com/4965057/ by bungeman@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago