1. b8b6253 Add threaded backend sink to DM. Fix a scheduler bug. by Yuqian Li · 7 years ago
  2. 3fd84fa Set empty drawFn when init-once returns early by Yuqian Li · 7 years ago
  3. 8a3f654 Copy the bitmap in SkThreadedBMPDevice::drawDevice by Yuqian Li · 7 years ago
  4. 0a78e1e handle conic underflow calc by Mike Reed · 7 years ago
  5. 108e94a SkScalerContext - make some fields private. by Herb Derby · 7 years ago
  6. 09f818d SkString: use c++11 vsnprintf in windows by Hal Canary · 7 years ago
  7. 242135a move some RRect methods into priv by Mike Reed · 7 years ago
  8. f504162 Small cleanup of SkPaint by Herb Derby · 7 years ago
  9. 61e30b2 add checks for enough data in path deserialization by Mike Reed · 7 years ago
  10. 267eccc change path serialization version to 4 by Mike Reed · 7 years ago
  11. 5d32b83 Add isFinite() bounds check for drawPoints by Jim Van Verth · 7 years ago
  12. bd8b25a writePixels should notify GPU that pixels have changed by Cary Clark · 7 years ago
  13. aefcccb Enable DAA in the init-once phase of threaded backends by Yuqian Li · 7 years ago
  14. 5423f1f Correct font metrics, bitmap glyph metrics and underline. by Ben Wagner · 7 years ago
  15. 0c3137c hide complex versions of isOval and isRRect by Mike Reed · 7 years ago
  16. a3d9e21 don't trust stored segment mask by Mike Reed · 7 years ago
  17. 7f583c9 null check by Mike Reed · 7 years ago
  18. 19d7bd6 hide virtual and rename to onMakeComposed by Mike Reed · 7 years ago
  19. dfc0e91 add decal tilemode to shaders by Mike Reed · 7 years ago
  20. 6d64c54 Add a generalized array of bytes with a given alignment by Herb Derby · 7 years ago
  21. 3708f02 use conservative bounds to disable clipping by Mike Reed · 7 years ago
  22. 36c0b57 use safe increment for edge walker by Mike Reed · 7 years ago
  23. 33f38b0 simplify size check in string by Mike Reed · 7 years ago
  24. 83373a8 Fix compilation of opList-based DDL implementation by Robert Phillips · 7 years ago
  25. 36fa0ac Add SkDAARecord to prepare for init-once by Yuqian Li · 7 years ago
  26. fc711a2 Add SkCharacterization creation helper to GrContextThreadSafeProxy (take 2) by Robert Phillips · 7 years ago
  27. 559823d Revert "Add SkCharacterization creation helper to GrContextThreadSafeProxy" by Cary Clark · 7 years ago
  28. d76e56d Add SkCharacterization creation helper to GrContextThreadSafeProxy by Robert Phillips · 7 years ago
  29. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  30. faffa86 begin to wrap all float divides by Mike Reed · 7 years ago
  31. 56a4a09 Add init-once to threaded backend by Yuqian Li · 7 years ago
  32. 3a2b803 Remove SK_SUPPORT_LEGACY_AAA_SMOOTH by Yuqian Li · 7 years ago
  33. 1617899 add helper to know when a colortype is always opaque by Mike Reed · 7 years ago
  34. 1f31309 yet another approach to unpremul scale pixels by Mike Klein · 7 years ago
  35. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 7 years ago
  36. 47cf048 Revert "alternate approach to unpremul scalePixels()" by Mike Klein · 7 years ago
  37. c461680 alternate approach to unpremul scalePixels() by Mike Klein · 7 years ago
  38. ae7bbb9 Fix typo in comment (inherited from ICC spec) by Brian Osman · 7 years ago
  39. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  40. 4a657ad Fix the left/right edge swapping in isSmoothEnough by Yuqian Li · 7 years ago
  41. 2179b78 extend savelayer_maskfilter to also have an imagefilter by Mike Reed · 7 years ago
  42. e083f7c Reland "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 7 years ago
  43. 2a22335 init matrix if buffer is already bad by Mike Reed · 7 years ago
  44. 14962b7 Remove legacy small rect code by Yuqian Li · 7 years ago
  45. 9ff8c8c Revert "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 7 years ago
  46. 9a7a2ee remove SkCanvas::kIsOpaque_SaveLayerFlag by Mike Klein · 7 years ago
  47. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 7 years ago
  48. be33bab add maskfilter+localmatrix to fix savelayer by Mike Reed · 7 years ago
  49. 953c194 Can't correctly call computeFastBounds on maskfilter w/ device geo by Mike Reed · 7 years ago
  50. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 7 years ago
  51. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  52. b915b97 move SkMask.h to src by Mike Reed · 7 years ago
  53. 547c859 gpu impl for compose and combine maskfilters by Mike Reed · 7 years ago
  54. ca9c879 Collapse metrics and image into a single call. by Herb Derby · 7 years ago
  55. 9d02182 Generate cache traffic each iteration by Herb Derby · 7 years ago
  56. efb25fd check for failure to make local-matrix by Mike Reed · 7 years ago
  57. d587ebe Remove assert from SkStroke.cpp by Robert Phillips · 7 years ago
  58. e8fabb2 Update LazyProxy creation to allow for a non-textureable result by Robert Phillips · 7 years ago
  59. 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 7 years ago
  60. a0e30b1 switch to double in conic split on infinities by Cary Clark · 7 years ago
  61. b2922f6 Consolidate all the id handling and caching code. by Herb Derby · 7 years ago
  62. 18ff51c signal on bad picture op, simplify other ops by Mike Reed · 7 years ago
  63. 40d8297 detect truncated pict streams by Mike Reed · 7 years ago
  64. d2bc620 validate indices for vertices by Mike Reed · 7 years ago
  65. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  66. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  67. ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
  68. 825d4d7 Revert "Reduce the amount of padding needed for SDFs, take 2" by Jim Van Verth · 7 years ago
  69. 1010530 Reduce the amount of padding needed for SDFs, take 2 by Jim Van Verth · 7 years ago
  70. 598f9ed Revert "Reduce the amount of padding needed for SDFs." by Jim Van Verth · 7 years ago
  71. 1c6e783 handle paths with degenerate verbs by Mike Reed · 7 years ago
  72. c4e3109 don't draw images with nonfinite dst bounds by Mike Reed · 7 years ago
  73. 63227ca handle clipping large triangles by Mike Reed · 7 years ago
  74. b42610a Reduce the amount of padding needed for SDFs. by Jim Van Verth · 7 years ago
  75. 2f5b8d8 don't draw non-finite contexts in imagefilters by Mike Reed · 7 years ago
  76. e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 7 years ago
  77. 926e193 check that rect is finite before jamming our bounds by Mike Reed · 7 years ago
  78. caaf211 handle conics in text warper by Mike Reed · 7 years ago
  79. 58acd74 validate that contours begin with moveTo by Mike Reed · 7 years ago
  80. fbe6620 add SkPicture::MakePlaceholder() by Mike Klein · 7 years ago
  81. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  82. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  83. 05d7416 make SkGammas less bad by Mike Klein · 7 years ago
  84. de5c502 move checkLE functionality directly onto readbuffer by Mike Reed · 7 years ago
  85. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  86. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  87. 53d57ac Remove legacy mask blur code. by Herbert Derby · 7 years ago
  88. dcb086b Remove unused SkPictureContentInfo by Brian Salomon · 7 years ago
  89. 33bf56d Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitableForGpuRasterization by Brian Salomon · 7 years ago
  90. 1bd556a use coverage modes instead of blend modes by Mike Reed · 7 years ago
  91. 1d74620 bug fixes from PVS Studio (static analysis) by Mike Klein · 7 years ago
  92. 4f505f9 Add cache for handling of contexts. by Herb Derby · 7 years ago
  93. 20dc672 compose and combine maskfilters by Mike Reed · 7 years ago
  94. 531b3c0 Revert "Increase depth threshold for SkClipStack::isRRect." by Stan Iliev · 7 years ago
  95. a8a51ce Start of cross process SkScalerContext. by Mike Klein · 7 years ago
  96. a83d013 Misc guarding of enums in ImageFilter CreateProcs by Robert Phillips · 7 years ago
  97. 548d387 Keep SkRasterPipelineSpriteBlitter's src/dst offset math in size_t by Mike Klein · 7 years ago
  98. 04f8b79 fix serializing shadowrec by Mike Reed · 7 years ago
  99. 5340b3f allow 4444 sw surfaces by Mike Klein · 7 years ago
  100. 757c154 Remove superfluous SkReadBuffer validity checks by Robert Phillips · 7 years ago