1. d3a357d Remove recursion from setData() in GrGLSLFragmentProcessor by Michael Ludwig · 6 years ago
  2. f88f49d Revert "Have Renderer use combined path code" by Mike Klein · 6 years ago
  3. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  4. 6112f0b Detect macOS font smoothing behavior. by Ben Wagner · 6 years ago
  5. 25ceb1c Remove assert about top left origin in lazy image generator unique key. by Greg Daniel · 6 years ago
  6. 5dee180 Have Renderer use combined path code by Herb Derby · 6 years ago
  7. 1620b87 Reland "Change how GrTextureOp computes outset vertices." by Brian Salomon · 6 years ago
  8. 5dd47e4 Make SkCodec truly default to sRGB by Leon Scroggins III · 6 years ago
  9. 656cefe Add initial support for generating tagged PDFs. by Dominic Mazzoni · 6 years ago
  10. b400d4d SkPDF: Fix skia:8397, reduce RAM use, stop copying ClipStacks. by Hal Canary · 6 years ago
  11. 93ba1e0 Move ARGB fallback helper into Painter by Herb Derby · 6 years ago
  12. 3a5ff10 Remove redundant SkImage virtuals by Brian Osman · 6 years ago
  13. e2a801d Revert "Reland "Implement an explicit binary search-based analytic gradient colorizer"" by Brian Osman · 6 years ago
  14. ab3144c Revert "Change how GrTextureOp computes outset vertices." by Brian Salomon · 6 years ago
  15. f065907 Reland "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  16. 8d6b2b6 invalidate pathref bounds when we attach an editor by Mike Klein · 6 years ago
  17. c021e37 update SkPathRef bounds validation by Mike Klein · 6 years ago
  18. d23c819 fixed SPIR-V interface variable declarations by Ethan Nicholas · 6 years ago
  19. 42e086c Change how GrTextureOp computes outset vertices. by Brian Salomon · 6 years ago
  20. 227d4e1 encodedProfile can be null, so check for that by Leon Scroggins III · 6 years ago
  21. dac1ed5 Redo GrTextBlob path flush by Herb Derby · 6 years ago
  22. cfe1264 GrTessellator: two fixes for boundary simplification artifacts. by Stephen White · 6 years ago
  23. 5ea41fc Remove more SkColorSpaceXform (and friends) by Brian Osman · 6 years ago
  24. 7a3197b Revert "Fix bug in GM's DDL drawing mode" by Robert Phillips · 6 years ago
  25. 06f69eb Fix bug in GM's DDL drawing mode by Robert Phillips · 6 years ago
  26. 8af4e67 Work around MSVC issue on older tool chains by Robert Phillips · 6 years ago
  27. eeb257f Updates for Vulkan AMD GCN by Allan MacKinnon · 6 years ago
  28. 31f7304 Make line distance more robust by Jim Van Verth · 6 years ago
  29. bd03b54 Handle dividing by zero in ComputeComplexity by Yuqian Li · 6 years ago
  30. f18c297 Revert "Add support for RGB config to Vulkan." by Greg Daniel · 6 years ago
  31. 79730ac Add SkImage_Gpu::MakePromiseYUVATexture by Robert Phillips · 6 years ago
  32. ce202d5 Extract code common to Renderer and GPU for Fallback by Herb Derby · 6 years ago
  33. a8b20a1 Add support for RGB config to Vulkan. by Greg Daniel · 6 years ago
  34. a925bb0 Don't draw device-independent ellipses with degenerate matrix by Jim Van Verth · 6 years ago
  35. d892a9d SkPDF: remove unused PDFDevice::fExistingClipStack by Hal Canary · 6 years ago
  36. 40599fe Enable CCPR on Vulkan without geometry shaders by Chris Dalton · 6 years ago
  37. dedf8f2 ccpr: Fix heap use-after-free caused by member destruction order by Chris Dalton · 6 years ago
  38. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  39. e514fa0 Report "correct" color type for lazy images by Brian Osman · 6 years ago
  40. 87a3011 More valid input checking for text by Jim Van Verth · 6 years ago
  41. 41e4047 Filter TextBlob paints in Viewer. by Ben Wagner · 6 years ago
  42. 9461dcf Revert "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  43. a190767 UBSAN: Divide-by-zero in SkRRect::setRectXY by Florin Malita · 6 years ago
  44. abf8e41 SkPDF: simplify SkPDFDevice::drawPaint. by Hal Canary · 6 years ago
  45. ac9f090 Make sure ReflexHash grid count is reasonable by Jim Van Verth · 6 years ago
  46. dcc85fc Implement an explicit binary search-based analytic gradient colorizer by Michael Ludwig · 6 years ago
  47. 4fb073a use __builtin_debugtrap() in sk_abort_no_print() where possible by Mike Klein · 6 years ago
  48. f6a4bd8 Reland "focus exported color apis" by Mike Klein · 6 years ago
  49. a9adb6f SkPDF: cleanup GraphicStackState by Hal Canary · 6 years ago
  50. ae967aa Revert "focus exported color apis" by Mike Klein · 6 years ago
  51. bdb32d1 Remove SkPM4f::toF16 by Brian Osman · 6 years ago
  52. 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  53. 358558a Cleanup SkPatchUtils, stop using SkColorSpaceXform by Brian Osman · 6 years ago
  54. c5de102 focus exported color apis by Mike Klein · 6 years ago
  55. d25b7c1 Introduce SkRGBA4f, templated on SkAlphaType by Brian Osman · 6 years ago
  56. 00529a1 SK_SUPPORT_LEGACY_DOCUMENT_FACTORY: clean up part 1/2 by Hal Canary · 6 years ago
  57. bac6bed Regularize path cache lookup with Mask and Fallback by Herb Derby · 6 years ago
  58. 9b21825 Optimize SkTriangulateSimplePolygon. by Jim Van Verth · 6 years ago
  59. 4524e25 Fix Chrome iOS builder by Robert Phillips · 6 years ago
  60. 5d8949c mark SkCanvas layer device as immutable before compositing it on restore by Lee Salzman · 6 years ago
  61. 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  62. c25f440 Reland "add getAlphaf() to pixmap/bitmap" by Mike Reed · 6 years ago
  63. 60900b5 move skpipe to experimental by Mike Klein · 6 years ago
  64. 6e78ae5 Reland "have SkConvertPixels use SkColorSpaceXformSteps" by Mike Klein · 6 years ago
  65. 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  66. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  67. 7b56229 Use SkUniqueCFRef in SkImage*CG. by Ben Wagner · 6 years ago
  68. 9ea7682 Fix line distance issue by Jim Van Verth · 6 years ago
  69. d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
  70. b4a8eac Add SkImage_Base API to access planar data by Robert Phillips · 6 years ago
  71. f610bae fixed spelling of 'preferred' by Ethan Nicholas · 6 years ago
  72. 217056c [CanvasKit] Implement some basic Canvas/Surface things. by Kevin Lubick · 6 years ago
  73. 82e0e44 Remove a largue quantity of 4444 and/or dithering code by Brian Osman · 6 years ago
  74. 44c6167 Revert "have SkConvertPixels use SkColorSpaceXformSteps" by Mike Klein · 6 years ago
  75. 7780c4c remove pin in SkColor4f::premul() by Mike Klein · 6 years ago
  76. 75d6db7 Properly align inside GrTextBlob. by Ben Wagner · 6 years ago
  77. be852e4 Revert "add getAlphaf() to pixmap/bitmap" by Robert Phillips · 6 years ago
  78. c79b5dd Check for valid input to text draw. by Jim Van Verth · 6 years ago
  79. f3ebd31 add getAlphaf() to pixmap/bitmap by Mike Reed · 6 years ago
  80. a85838c send SkPMColor::toPMColor() through Sk4f_toL32() by Mike Klein · 6 years ago
  81. e0e8393 Disable LCD text when drawing SkPictureImageFilter content by Robert Phillips · 6 years ago
  82. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  83. 8b354dc SkPDF: draw persepctive rectangles by Hal Canary · 6 years ago
  84. 1cf418b Some SkPM4f cleanup by Brian Osman · 6 years ago
  85. 6d0e566 have SkConvertPixels use SkColorSpaceXformSteps by Mike Klein · 6 years ago
  86. c9873a5 Document headers: IWYU by Hal Canary · 6 years ago
  87. 653c6b5 Remove (unused) GrBlend.cpp, and some GrColor helpers by Brian Osman · 6 years ago
  88. d89e811 SkImageGeneratorCG.h to only expose factory method. by Ben Wagner · 6 years ago
  89. bf6bf39 Increase precision for two point gradient coordinates. by Michael Ludwig · 6 years ago
  90. 92c500b SkPDF: draw persepctive text by Hal Canary · 6 years ago
  91. 912cd3d SkImageGeneratorWIC: make the header compile without src/. by Hal Canary · 6 years ago
  92. cf370b1 Clean up GPU strike sk_sp by Herb Derby · 6 years ago
  93. a5c578f Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  94. 4a3f5c8 Remove hacks for UShort2 texture coords by Brian Osman · 6 years ago
  95. 9e7f504 Revert "Reland "implement SkPixmap::getPixel() with this->readPixels()."" by Mike Klein · 6 years ago
  96. 27c8404 IWYU: three files by Hal Canary · 6 years ago
  97. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  98. 774b566 Revert "Reland "implement SkPixmap::erase() with draws"" by Ben Wagner · 6 years ago
  99. d6931bb Work around FreeType issue with bitmap font and autohinter. by Ben Wagner · 6 years ago
  100. 6dcbb90 fix conic fuzz by Cary Clark · 6 years ago