1. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  2. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  3. f160ad4 SkBlurDrawLooper: Start by deleting flags by Matt Sarett · 7 years ago
  4. 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
  5. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  6. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  7. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  8. c4d2f90 Update ComputeBlurredRRectParams to compute all the parameters needed for occluded blurred rrect ninepatch draws by robertphillips · 8 years ago
  9. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  10. 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
  11. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  12. 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
  13. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  14. 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
  15. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  16. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  17. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  18. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  19. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  20. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  21. e8f3062 switch surface to sk_sp by reed · 8 years ago
  22. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  23. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  24. 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
  25. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  26. 4abb0c1 Add unit test for crbug.com/570232 by robertphillips · 9 years ago
  27. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  28. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  29. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  30. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  31. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  32. 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
  33. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  34. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 9 years ago
  35. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  36. 4a24cd8 Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader. by humper · 10 years ago
  37. 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
  38. 72abfc2 third try at landing improved blur rect; this time with more correctness by humper · 10 years ago
  39. b0b1aa0 Revert of second try at landing improved blur rect (https://codereview.chromium.org/325703002/) by reed · 10 years ago
  40. e9ea0d6 second try at landing improved blur rect by humper · 10 years ago
  41. d78a2fa Rollback of fe689c46 and all subsequent changes by jvanverth · 10 years ago
  42. da1c009 disable GPU/CPU blur match test (possibly temporary) by humper · 10 years ago
  43. daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 10 years ago
  44. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  45. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 10 years ago
  46. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  47. 4ee16bf Add a DEF_GPUTEST() macro. by tfarina@chromium.org · 11 years ago
  48. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  49. cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
  50. 6d837aa Fix leak in BlurTest by robertphillips@google.com · 11 years ago
  51. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  52. 6fc1b49 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. f4f3faa Tweak to r11099 for N4 & Ubuntu13 by robertphillips@google.com · 11 years ago
  54. b85564a Warning/error fix for r11099 on Mac 10.6 by robertphillips@google.com · 11 years ago
  55. 3dfa4cc Add test to exercise extreme blur sigmas by robertphillips@google.com · 11 years ago
  56. 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 11 years ago
  57. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  58. 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
  59. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
  60. d16872c Fix BlurTest to work with fixed point. by bungeman@google.com · 13 years ago
  61. 5af16f8 Reduce size of filter mask. http://codereview.appspot.com/4965057/ by bungeman@google.com · 13 years ago
  62. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  63. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago