1. 8a37583 Ensure that GrGpu state tracking is initialized before making a backend RT/Tex in tests by Brian Salomon · 6 years ago
  2. 2532584 add explicit API to know if the writebuffer is using its external storage by Mike Reed · 6 years ago
  3. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  4. b78dd5d Add back missing unique key checks when creating CachedBitmap/Image Proxies by Greg Daniel · 6 years ago
  5. d8853ec exact divide by 255 with NEON by Mike Klein · 6 years ago
  6. ba321b6 Cleanup size calculations in SkGlyph by Herb Derby · 6 years ago
  7. f8a131d Compile with GCC 7.2.0. by Ben Wagner · 6 years ago
  8. 40481bb Harden initial LinearGradient4f tiling by Florin Malita · 6 years ago
  9. 7eddfb8 consolidate SaveLayerFlag internal references by Cary Clark · 6 years ago
  10. c582827 Include correct trace.h. by Ben Wagner · 6 years ago
  11. 296de50 Fix possible overflows in hair line path renderer vertex counts by Brian Salomon · 6 years ago
  12. 98ad5b7 Fixed some shader cache issues by Ethan Nicholas · 6 years ago
  13. 0118e97 Remove calls to computeOutputColor- Type and Space by Leon Scroggins III · 6 years ago
  14. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  15. 65247e5 avoid divide by zero by Cary Clark · 6 years ago
  16. 1c44358 protect SkPathMeasure against NaN by Cary Clark · 6 years ago
  17. 98242a8 Revert "Reland "Add SkColorSpaceXform_skcms"" by Brian Osman · 6 years ago
  18. 57337d9 Reland "Add SkColorSpaceXform_skcms" by Brian Osman · 6 years ago
  19. 2f06a53 fix a couple pathops fuzzers by Cary Clark · 6 years ago
  20. 8103eca Revert "Add SkColorSpaceXform_skcms" by Brian Osman · 6 years ago
  21. 67f62b1 Add SkColorSpaceXform_skcms by Brian Osman · 6 years ago
  22. 24f25dc Move ComputeAxisAlignmentForHText to Rec. by Herb Derby · 6 years ago
  23. 18e7556 move blur impl into core by Mike Reed · 6 years ago
  24. 7611ed5 Temporary patch for Mus/Viz by Robert Phillips · 6 years ago
  25. 9525260 Expose SkGlyphCache's alloc by Herb Derby · 6 years ago
  26. 061c278 fix writeImage when encode step fails, since data is null by Mike Reed · 6 years ago
  27. d34c633 Make SubpixelAlignment public by Herb Derby · 6 years ago
  28. b1cdc78 Remove unused SkAutoGlyphCache constructor by Herb Derby · 6 years ago
  29. 93adfd6 SkReadBuffer.h shouldn't include itself. by Ben Wagner · 6 years ago
  30. d824406 Remove SK_SUPPORT_LEGACY_ADOBE_XYZ by Brian Osman · 6 years ago
  31. 554aa6a update include path for SkBlurMask.h by Mike Reed · 6 years ago
  32. 60ca867 make paint flatten unflatten private by Cary Clark · 6 years ago
  33. c6b347e Fix overflow in blur for VERY wide bitmaps. by Herb Derby · 6 years ago
  34. 82a36ac Remove DetachCache and AttachCache. by Herb Derby · 6 years ago
  35. b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 6 years ago
  36. 689d02d harden pathmeasure and fix empty case by Cary Clark · 6 years ago
  37. 827af66 Extend SkTrimPathEffect semantics by Florin Malita · 6 years ago
  38. 8e03f69 remove unused ConvertRadiusToSigma from SkBlurMaskFilter by Mike Reed · 6 years ago
  39. e8de024 with no more offline codegen, seed_shader can be normal by Mike Klein · 6 years ago
  40. a46623b follow JUMPER_NARROW_STAGES in lowp stages too by Mike Klein · 6 years ago
  41. 46fe9c7 Remove SkDumpCanvas by Brian Osman · 6 years ago
  42. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 6 years ago
  43. 8c4cbf4 Remove last use of DetachCache. by Herb Derby · 6 years ago
  44. 2ac541e Revert "Check the boundary while cumulating deltas in a mask" by Yuqian Li · 6 years ago
  45. b4e528d SkPDF: filter out empty clip draws more often by Hal Canary · 6 years ago
  46. 4e83ff1 SkPDF: simplify PathOp code, emit empty clips. by Hal Canary · 6 years ago
  47. 0fc41da Revert "start hardening pathmeasure" by Cary Clark · 6 years ago
  48. d9779bc Check the boundary while cumulating deltas in a mask by Yuqian Li · 6 years ago
  49. 429a540 start hardening pathmeasure by Cary Clark · 6 years ago
  50. d2c6637 harden line clipper against slight numerical drift. by Mike Reed · 6 years ago
  51. 5a0cba9 Remove use of attach/detatch cache from distance field text by Herb Derby · 6 years ago
  52. a64a585 Fix issue with negative translations of small paths by Jim Van Verth · 6 years ago
  53. 629503d Do not set record to empty if it's already computed by Yuqian Li · 6 years ago
  54. 749efb6 Ensure Y->X ordering when building a region from a path by Mike Reed · 6 years ago
  55. 37886ce Shim to enforce that canvas virtuals are overridden by Brian Osman · 6 years ago
  56. e5daecd SkResourceCache.h shouldn't include itself. by Ben Wagner · 6 years ago
  57. d496655 Remove TLS glyph cache calls. by Herb Derby · 6 years ago
  58. 526819d Remove another set of AttachCache by Herb Derby · 6 years ago
  59. 8738cf4 ccpr: Simplify triangle corners by Chris Dalton · 6 years ago
  60. 7946c0c Fix no gpu build by Greg Daniel · 6 years ago
  61. f4e99e6 Remove getCache from SkAutoGlyphCache* by Herb Derby · 6 years ago
  62. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  63. 2fa912a Fix a logical test in GrColorSpaceXform::Equals by Brian Osman · 6 years ago
  64. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 6 years ago
  65. 33cb22c Remove one use of AttachCache, and a paint variant of FindOrCreate... by Herb Derby · 6 years ago
  66. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 6 years ago
  67. afdc6b1 Vulkan backend render targets don't allow client to specify stencil bits by Brian Salomon · 6 years ago
  68. a883aca ccpr: Fix stale array access after dynamic resize by Chris Dalton · 6 years ago
  69. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  70. ad06544 ccpr: Fix crash on zero-length fan tessellations by Chris Dalton · 6 years ago
  71. c2ef4ab Remove all uses of getCache with get. by Herb Derby · 6 years ago
  72. 03cd6e6 Avoid serializing to 'typ1' on Mac. by Ben Wagner · 6 years ago
  73. 74b4290 some fuzzer fixes by Cary Clark · 6 years ago
  74. dc0b12e Harden size check during textblob deserialization by Wei Li · 6 years ago
  75. d07e4a2 Change behavior of custom image serial/deserial by Mike Reed · 6 years ago
  76. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 6 years ago
  77. 3adc122 Fill in some missing virtuals from canvas subclasses by Brian Osman · 6 years ago
  78. a3457b8 Split GrDDL- & GrDirect- Contexts into their own files by Robert Phillips · 6 years ago
  79. 1eb5ca4 tighten check when we might overflow legacy shader math by Mike Reed · 6 years ago
  80. 8b0ef63 Use clippedIR instead of clipBounds to filter coverage deltas by Yuqian Li · 6 years ago
  81. bebfd41 Fix preAbandonContext bot by Robert Phillips · 6 years ago
  82. baf3e78 Revert "ccpr: Draw curves in a single pass" by Chris Dalton · 6 years ago
  83. fe462ef Revert "ccpr: Simplify triangle corners" by Chris Dalton · 6 years ago
  84. 4997e14 Use kLow_SkFilterQuality when generating shader masks by Florin Malita · 6 years ago
  85. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 6 years ago
  86. f777897 Delazify wrapped backend textures/render target proxies by Brian Salomon · 6 years ago
  87. c7c2baf Additional DDL playback cleanup by Robert Phillips · 6 years ago
  88. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 6 years ago
  89. 622650a ccpr: Simplify triangle corners by Chris Dalton · 6 years ago
  90. df04ce2 ccpr: Draw curves in a single pass by Chris Dalton · 6 years ago
  91. 4123223 add TrimPathEffect by Mike Reed · 6 years ago
  92. 02bd295 Make ProxyUtils::MakeTextureProxyFromData use wrapped textures when origin is kBottomLeft by Brian Salomon · 6 years ago
  93. 5183e64 ccpr: Combine GS triangle hulls and edges into a single draw by Chris Dalton · 6 years ago
  94. de9f546 Make Vulkan testing-only backend textures have optimal layout by Brian Salomon · 6 years ago
  95. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 6 years ago
  96. af4adef Have GrGlyphCache and GrAtlasManager compute the atlas limits independently by Robert Phillips · 6 years ago
  97. 0a79381 ccpr: Fix very small edges by Chris Dalton · 6 years ago
  98. b5e1f75 Revert "Revert "add tiler for SkDraw"" by Mike Reed · 6 years ago
  99. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 6 years ago
  100. c7fbda9 chop down huge rects before hairlining by Mike Reed · 6 years ago