1. 02738a8 Revert "hide hinting and flag enums with PAINT_FLAGS" by Hal Canary · 5 years ago
  2. 9c6ee01 SkColorSpace API cleanup by Brian Osman · 6 years ago
  3. 5d052da hide hinting and flag enums with PAINT_FLAGS by Mike Reed · 5 years ago
  4. 463c073 oops, forgot to set hinting on font by Mike Reed · 5 years ago
  5. 6f6ae6a Convert GrRenderTargetOpList::tryConcat to an OOP-style method by Chris Dalton · 5 years ago
  6. ee06b33 Reland "Add compressed data support for SkImage." by Jim Van Verth · 5 years ago
  7. 14235d1 Revert "Add compressed data support for SkImage." by Hal Canary · 5 years ago
  8. 57263c2 Add compressed data support for SkImage. by Jim Van Verth · 5 years ago
  9. 3026d4b SkDocument: use `auto` for MakeDocument(). by Hal Canary · 6 years ago
  10. f738d42 hide SkPaint::getFlags/setFlags, use bool acessors instead by Mike Reed · 6 years ago
  11. d7861d3 Remove findOrCreateGlyphCache by Herb Derby · 6 years ago
  12. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 6 years ago
  13. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  14. 61a1651 Implement optimization to convert filled rects to scissored clears by Michael Ludwig · 6 years ago
  15. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 6 years ago
  16. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  17. c39d0c8 Implement generic draw-as-clear fallback for color and stencil by Michael Ludwig · 6 years ago
  18. 47b7cd9 remove paint::glyphsToUnichars by Mike Reed · 6 years ago
  19. 9cfbf95 Switch to bulk api for GPU mask (BMP) drawing. by Herb Derby · 6 years ago
  20. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  21. 553610d Change how PromiseLazyInstantiationCallback calls Done proc. by Brian Salomon · 6 years ago
  22. 330b085 Remove "canCombineOverlappedStencilAndCover" by Chris Dalton · 6 years ago
  23. 31ba6fe unflatten directly to font for legacy skps by Mike Reed · 6 years ago
  24. f69f370 Add buffers for Mask drawing in preparation for bulk API by Herb Derby · 6 years ago
  25. 2111d5f SkPDF: elimate old IMAGE_STATS, de-dupe image code. by Hal Canary · 6 years ago
  26. 1c0cacf Remove empty statement. by Ben Wagner · 6 years ago
  27. f48c996 Revert "Revert "Add SkImage::makeColorTypeAndColorSpace"" by Brian Osman · 6 years ago
  28. 4ca9fa3 SkPDF: unify Canon and Document by Hal Canary · 6 years ago
  29. 3f4cd77 Make SkPromiseImageTexture ref counted. by Brian Salomon · 6 years ago
  30. a21d196 Move clear-as-draw caps into GrCaps by Michael Ludwig · 6 years ago
  31. a6854de SkCanvas: hide drawText behind SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT by Hal Canary · 6 years ago
  32. 9f810c2 Have SkWuffsCodec get workbuf_len from decoder by Nigel Tao · 6 years ago
  33. 9a97c96 Revert "Add SkImage::makeColorTypeAndColorSpace" by Brian Osman · 6 years ago
  34. 2ee498c fixed uninitialized value in Perlin noise shader by Ethan Nicholas · 6 years ago
  35. f855c3c Add SkImage::makeColorTypeAndColorSpace by Brian Osman · 6 years ago
  36. e548161 Add SkBlurDrawLooper::Make(SkColor4f, SkColorSpace) by Leon Scroggins III · 6 years ago
  37. 3e4c2f3 Reland "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  38. a7ceb50 added PLS support to SkSL by Ethan Nicholas · 6 years ago
  39. 950243d Hack up SkShaper to pass additional callback info by Florin Malita · 6 years ago
  40. d866168 fixed SPIR-V decoration by Ethan Nicholas · 6 years ago
  41. 4938323 Revert "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  42. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  43. 2232b9e Add target SkColorSpace to SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  44. 8294015 Fixed GPU perlin noise shaders under rotation. by Ethan Nicholas · 6 years ago
  45. 811a672 Make single ctor for SkGlyph and remove reset by Herb Derby · 6 years ago
  46. 14e9177 Remove unneeded SkGlyph::reset by Herb Derby · 6 years ago
  47. e5f9cfa expand flag to include all text-related paint fields by Mike Reed · 6 years ago
  48. 4627523 Stable pointers for SkRemoteGlyphCache by Herb Derby · 6 years ago
  49. e6fb76b Add additional information (e.g. colorspace) to the GpuDrawHandler by Derek Sollenberger · 6 years ago
  50. f6fca26 Make a ctor for SkGlyph by Herb Derby · 6 years ago
  51. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  52. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  53. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  54. c6444d2 Enable wide color support in CCPR by Brian Osman · 6 years ago
  55. 919e209 [sksg] 4x4 matrix support by Florin Malita · 6 years ago
  56. e46ccf8 Make pointers to glyphs in the SkGlyphCache stable by Herb Derby · 6 years ago
  57. 9548c3b42 No longer round the non-AA clip bounds by Robert Phillips · 6 years ago
  58. 292ece8 SkCanvas::drawText: remove calls by Hal Canary · 6 years ago
  59. ac907bd SkPDF: Fix Hal's bad spelling by Hal Canary · 6 years ago
  60. 33535cb remove legacy drawstring by Mike Reed · 6 years ago
  61. 0995fd5 Remove SK_LEGACY_TESSELLATOR_CPU_COVERAGE by Brian Osman · 6 years ago
  62. 8cb7376 SkPDF: rasterize for color-filter+layer by Hal Canary · 6 years ago
  63. dcd4821 Don't store local coordinates for solid color quad ops by Michael Ludwig · 6 years ago
  64. c96fc37 Reland "Use specialized quad lists in rectangle ops" by Michael Ludwig · 6 years ago
  65. a870b46 Add ability to write out VkPipelineCache to gpu PersistentCache. by Greg Daniel · 6 years ago
  66. 5d6be8f Remove templates from GrTextBlobVertexRegenerator by Brian Osman · 6 years ago
  67. aaa77c1 Reland "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  68. 56b4e3d disallow varying matrices in shaders by Ethan Nicholas · 6 years ago
  69. a9a0690 fixed SPIR-V indexing a swizzle by Ethan Nicholas · 6 years ago
  70. 07e4adf Remove SkCanvas::kPreserveLCDText_SaveLayerFlag by Florin Malita · 6 years ago
  71. 2d2c09f Don't store the length and checksom on the GrProgramDesc key itself. by Greg Daniel · 6 years ago
  72. 55ff5d3 Fix truncation of sigma parameter in blur-mask-filtered mask key by Robert Phillips · 6 years ago
  73. 832c931 Revert "Make SkBitmap/SkPixmap::erase* do so in sRGB" by Robert Phillips · 6 years ago
  74. 80879d4 Revert "Revert "Support combining per-vertex coverage with color in default GP vertex shader"" by Brian Osman · 6 years ago
  75. 7337dbe Revert "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  76. 6f44647 Make SkBitmap/SkPixmap::erase* do so in sRGB by Leon Scroggins III · 6 years ago
  77. 6a3dc8b ccpr: Support caching of paths that span multiple tiles by Chris Dalton · 6 years ago
  78. a3efc72 Fix extra semicolon. by Joe Gregorio · 6 years ago
  79. ded032c Revert "Support combining per-vertex coverage with color in default GP vertex shader" by Brian Osman · 6 years ago
  80. 85ff957 Isolate cache lookups in preparation to hoist into painter by Herbert Derby · 6 years ago
  81. 3d92a49 Add wait function to GrVkSecondaryCBDrawContext for semaphores. by Greg Daniel · 6 years ago
  82. 023403b hide setTextEncoding by Mike Reed · 6 years ago
  83. a13078c ccpr: Convert GrCCDrawPathsOp::SingleDraw to a class by Chris Dalton · 6 years ago
  84. 8d05883 Revert "Revert "we now cache GLSL shaders when we can't cache the binaries"" by Ethan Nicholas · 6 years ago
  85. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  86. 8e13f69 Support combining per-vertex coverage with color in default GP vertex shader by Brian Osman · 6 years ago
  87. a676648 Update third_party/wuffs version by Nigel Tao · 6 years ago
  88. 46ee3f7 return proper false for jpeg by Mike Reed · 6 years ago
  89. c4745d6 use drawString with font by Mike Reed · 6 years ago
  90. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  91. 86dbae9 Separate cache lookup from run font setup by Herbert Derby · 6 years ago
  92. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  93. d5cdc2c paint is losing its text-related fields by Mike Reed · 6 years ago
  94. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 6 years ago
  95. 5809a4e [skjson] NaN while parsing long decimals by Florin Malita · 6 years ago
  96. 5a0338c Fixed GL shader link status checks by Ethan Nicholas · 6 years ago
  97. 74b7677 change paint serialization to exclude font-related fields by Mike Reed · 6 years ago
  98. dde2a37 Update SkDescriptor by Herbert Derby · 6 years ago
  99. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  100. 60a0e87 remove blob iterator::applyFontToPaint by Mike Reed · 6 years ago