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