1. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  2. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  3. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  4. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  5. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  6. 46596ae use tool_utils to encapsulate checking for recording canvas and makeSurface by Mike Reed · 6 years ago
  7. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  8. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  9. 48b2461 Make bleed GM produce consistent bitmaps on all platforms by bsalomon · 8 years ago
  10. 26318c9 Update bleed-downscale GM to use power of 2 texture by egdaniel · 8 years ago
  11. 2adecda add gm to test bleed with downscale by reed · 8 years ago
  12. a2e0837 Stop testing texture-backed bitmaps in bleed GMs by bsalomon · 8 years ago
  13. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  14. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  15. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  16. 2ad1aa6 partial switch over to sp usage of shaders by reed · 8 years ago
  17. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  18. 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
  19. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  20. 5c1262d Rewrite bleed GM bmp/img generators and change oversized texture case by bsalomon · 9 years ago
  21. f57ef1c Add outer blur to bleed GM family by bsalomon · 9 years ago
  22. df85a72 change alpha bmp generator in bleed to make more discernable results by bsalomon · 9 years ago
  23. 9c58654 Add bleed GM variants for bmp backed by an oversized texture by bsalomon · 9 years ago
  24. 8c07b7a Allow max tile size to be overridden separately from max texture size. by bsalomon · 9 years ago
  25. 9003d1e Add more cases to bleed GM and more variants by bsalomon · 9 years ago
  26. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  27. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  28. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  29. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  30. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  31. 1c40292 remove unused GM flags by mtklein · 9 years ago
  32. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 9 years ago
  33. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  34. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  35. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  36. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 10 years ago
  37. d6ca4ac [GPU] Use view matrix + rect to implement subrect for drawBitmap when there is a mask filter and bleed. by commit-bot@chromium.org · 11 years ago
  38. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  39. ed00084 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. ec39b50 Update bleed GM to use HQ filtering. by commit-bot@chromium.org · 11 years ago
  41. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  42. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  43. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  44. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  45. 62b50b7 Have GMs read the GrContext via a setter/getter rather than a global. by mtklein@google.com · 11 years ago
  46. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  47. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
  48. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. 2cc0b47 Third (and hopefully final) change to support bleed flag in Ganesh by robertphillips@google.com · 11 years ago
  50. 4146413 Fix merge problem between r10805 and 10803 by robertphillips@google.com · 11 years ago
  51. d7ca661 Update tiled bitmap path to respect bleed flag by robertphillips@google.com · 11 years ago
  52. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  53. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. aaa9b29 Added GM to test forthcoming bleed flag by robertphillips@google.com · 11 years ago