1. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  2. fb126fa rework plus blend mode by Mike Klein · 7 years ago
  3. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  4. 01a6a61 Remove SK_SUPPORT_LEGACY_RP_BLENDS-guarded code by Florin Malita · 7 years ago
  5. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  6. f3c99ee add SkTaskGroup::done() by Mike Klein · 7 years ago
  7. 76323bc Threaded generation of software paths by Brian Osman · 7 years ago
  8. 81da18c merge object files before parsing into assembly by Mike Klein · 7 years ago
  9. ba9741d Validate rrect type in SkRRect::isValid by Adrienne Walker · 7 years ago
  10. 75109ac Document missing 8bit blend stages by Florin Malita · 7 years ago
  11. c3a863f Revert "Consolidate SkRasterPipelineBlitter blendmode construction" by Florin Malita · 7 years ago
  12. e46c8d0 Add a message when an op list fails to instantiate by Brian Osman · 7 years ago
  13. 722b3a7 Initialize the swizzler if there is a subset by Chong Zhang · 7 years ago
  14. 19bf2b3 Consolidate SkRasterPipelineBlitter blendmode construction by Florin Malita · 7 years ago
  15. 73e7f80 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  16. cd71f11 make SkOpts functions inline, not static by Mike Klein · 7 years ago
  17. 59a62ed ColorBurn/ColorDodge stage tweaks by Florin Malita · 7 years ago
  18. 3cf781d Switch GrSmallPath renderer over to always using integer texture coordinates by Robert Phillips · 7 years ago
  19. bb29f43 add compile-time not-supported checks to runtime CPU checks by Mike Klein · 7 years ago
  20. 5127998 Add an (optional) SkTaskGroup to GrContext by Brian Osman · 7 years ago
  21. 2cee283 Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  22. 9d90224 Revert "GrTessellator: when sanitizing contours, remove non-finite points." by Robert Phillips · 7 years ago
  23. dc03dde remove code associated with legacy affine imageshaders by Mike Reed · 7 years ago
  24. 5141d21 Revert "Fix artifacts on tiny stroked paths scaled up a lot." by Robert Phillips · 7 years ago
  25. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  26. 82e3145 Fix poor handling of nullptr for new blur code by Herb Derby · 7 years ago
  27. d6b28f7 Don't validate() in ~SkPathRef by Adrienne Walker · 7 years ago
  28. 407b342 Add GrPrepareCallback, always run at the start of flush by Brian Osman · 7 years ago
  29. 223ec29 Make haveDecodedRow return void by Leon Scroggins III · 7 years ago
  30. 267641a Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  31. 620cc24 GrTessellator: when sanitizing contours, remove non-finite points. by Stephen White · 7 years ago
  32. 5c72796 Deinline methods of SkClipStack::Element by Brian Salomon · 7 years ago
  33. 72859cb remove disabled mask load and store code by Mike Klein · 7 years ago
  34. a4c96cb Remove SK_SUPPORT_LEGACY_BILERP2 dead code by Florin Malita · 7 years ago
  35. eefe9f9 use rasterpipeline if localmatrix is rotated or skewed for images by Mike Reed · 7 years ago
  36. 766656d remove unused flag for rotated imageshaders by Mike Reed · 7 years ago
  37. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  38. dd5ef78 Make texture created by SkColorSpaceXformImageGenerator be the right size by Brian Salomon · 7 years ago
  39. 4189d1b Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter. by Sadrul Habib Chowdhury · 7 years ago
  40. 04be2b5 Reland "skia: add heif decoding support" by Leon Scroggins III · 7 years ago
  41. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  42. 51fd6d8 Add GrMtlRenderTarget class by Greg Daniel · 7 years ago
  43. de3b710 Cache the results of get_pixel_formats_to_try by Brian Osman · 7 years ago
  44. 1591c38 Use GrBackendObjectOwnership instead of GrVkImage::Wrapped by Greg Daniel · 7 years ago
  45. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  46. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  47. 6274c42 Add back raster pipeline image tiling guard by Florin Malita · 7 years ago
  48. c7da146 Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer by Brian Osman · 7 years ago
  49. 7ca9a74 Remove uses of sk_throw. by Ben Wagner · 7 years ago
  50. e0e2075 If a conic contains any infinite points, abort chopping to quads. by Stephen White · 7 years ago
  51. 559f534 Add atrace events for bitmap uploads to Android framework builds. by Derek Sollenberger · 7 years ago
  52. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  53. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  54. 23f9227 Revert "fixed constant vector swizzling" by Brian Salomon · 7 years ago
  55. db68a42 Revert "skia: add heif decoding support" by Mike Klein · 7 years ago
  56. b6f8212 Optimize the size of our JSON by Brian Osman · 7 years ago
  57. 7314093 Support color space and other color types in SkImage_Raster::onMakeSubset by Brian Osman · 7 years ago
  58. 8ac36a5 fixed constant vector swizzling by Ethan Nicholas · 7 years ago
  59. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  60. c2a9542 skia: add heif decoding support by Chong Zhang · 7 years ago
  61. 6269f71 Cache WGL extension function pointers by Brian Osman · 7 years ago
  62. 2af578d Add additional logging in GrRenderTargetOpList by Stan Iliev · 7 years ago
  63. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  64. edf3dc0 Cleanup tracing macros for use by the Android framework by Derek Sollenberger · 7 years ago
  65. 683d84b Use SkSafeMath to calculate memory sizes. by Herb Derby · 7 years ago
  66. 7f23543 Minor geometry processor clarification. by Brian Salomon · 7 years ago
  67. 3f5301b GrTessellator: fix for collinear out-of-range intersections. by Stephen White · 7 years ago
  68. 67cd673 Cache more aggressively in GrSoftwarePathRenderer for Android by Stan Iliev · 7 years ago
  69. 25954b6 explicitly vectorize sk_memset{16,32,64} by Mike Klein · 7 years ago
  70. 8618338 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  71. 3249156 Revert "Fix bogus math in object allocation." by Florin Malita · 7 years ago
  72. 0bc4d60 Fix bogus math in object allocation. by Herb Derby · 7 years ago
  73. 3ad19e5 Skip bilerp for integral-translate-only matrices (!clamp-clamp case) by Florin Malita · 7 years ago
  74. 15bb26e Add an average mode for sigma < 2 by Herb Derby · 7 years ago
  75. 8d4b56b Don't emit CRLF when generating code on Windows (from SkSL) by Brian Osman · 7 years ago
  76. 634624a Micro optimizations to SkSL parser by Brian Osman · 7 years ago
  77. 4009668 Revert "Revert "Revert "Add an average mode for sigma < 2""" by Herb Derby · 7 years ago
  78. f6975ea Revert "Revert "Add an average mode for sigma < 2"" by Herb Derby · 7 years ago
  79. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  80. 5b117ea rename confusing lowp guard by Mike Klein · 7 years ago
  81. 8e75031 Revert "Add an average mode for sigma < 2" by Mike Klein · 7 years ago
  82. 5bfc85a Lowp overlay, hardlight stages by Florin Malita · 7 years ago
  83. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  84. ba82751 Add an average mode for sigma < 2 by Herb Derby · 7 years ago
  85. aee878d Move lang to list in Android font manager. by Ben Wagner · 7 years ago
  86. ddfd2a6 Use kLow_SkFilterQuality in generateGlyphImage by Robert Phillips · 7 years ago
  87. 17e33cc we never define BLEND_MODE by Mike Klein · 7 years ago
  88. 08b79b7 reduced number of string copies in SkSL parser by Ethan Nicholas · 7 years ago
  89. 7cc49d6 Record SkCanvas::flush(). by Mike Klein · 7 years ago
  90. 0db0779 Fix tracing macros for framework builds by Brian Osman · 7 years ago
  91. 228f761 Simplify difference and exclusion. by Mike Klein · 7 years ago
  92. 8ae1275 lowp: lighten, difference, exclusion by Florin Malita · 7 years ago
  93. 1c293c0 Guard lowp changes by Florin Malita · 7 years ago
  94. 0bf0bc6 Lowp darken stage by Florin Malita · 7 years ago
  95. 6ad3ffe Guard AA change to wait for rebaselines by Yuqian Li · 7 years ago
  96. dbb9e36 Avoid converting drawImage/drawImageRect into drawBitmap calls by Derek Sollenberger · 7 years ago
  97. 5287518 Remove CHECK_SHOULD_DRAW from SkGpuDevice by Brian Salomon · 7 years ago
  98. 35ae65d SkSafeMath for tracking size_t overflow by Herb Derby · 7 years ago
  99. 4a31c46 Don't store clipped x which could break edge order by Yuqian Li · 7 years ago
  100. c10850f remove mask load() and store() by Mike Klein · 7 years ago