1. 59dc148 Track GrVkResources in command buffer associated with pipeline barriers. by Greg Daniel · 5 years ago
  2. 8cabb32 Make it safe to enter the cache from a GrTexture idle proc. by Brian Salomon · 5 years ago
  3. b1beba5 Make SkFontConfigInterface_direct and sysroot-aware by Tom Anderson · 5 years ago
  4. 2184fb7 Move StrikeCache and TextBlobCache to RecordingContext by Robert Phillips · 5 years ago
  5. bce7d86 Revert "SkSL now supports null child processors" by Robert Phillips · 5 years ago
  6. 298238a vk: Hold refs to sampled textures as opposed to raw ptrs by Chris Dalton · 5 years ago
  7. 0e8dc4c SkSL now supports null child processors by Ethan Nicholas · 5 years ago
  8. 63c4d35 Revert "remove linear sRGB singleton" by Mike Klein · 5 years ago
  9. 3d86ff8 Remove SK_SUPPORT_LEGACY_ANDROID_CODEC_COLORSPACE by Leon Scroggins III · 5 years ago
  10. 89df784 Return correct GrBackendFormat when ycbcr conversion is valid. by Greg Daniel · 5 years ago
  11. b03b800 remove linear sRGB singleton by Mike Klein · 5 years ago
  12. 8cca7a4 remove old code behind SK_SUPPORT_LEGACY_SETLENGTH by Mike Reed · 5 years ago
  13. 20ebd0c remove SK_SUPPORT_LEGACY_TEXTBLOBCACHEDIFFCANVAS_CONSTRUCTOR code by Mike Reed · 5 years ago
  14. ddeed37 Support decal mode in GrTextureProducer by Michael Ludwig · 5 years ago
  15. 6dcc325 fixed SkSL parser unary expression recursion depth limit by Ethan Nicholas · 5 years ago
  16. 216a9d7 Fix setting of GL texture swizzle when using 1 for swizzle. by Greg Daniel · 5 years ago
  17. 881c962 Break up InitDistanceFieldPaint by Herb Derby · 5 years ago
  18. bc42944 Switch image filters over to GrRecordingContext by Robert Phillips · 5 years ago
  19. f922c78 add colorspace param to textblobdiff canvas by Mike Reed · 5 years ago
  20. b059194 Make SkShaper an interface. by Ben Wagner · 5 years ago
  21. 3e2cc06 Only perform matrix concat when actually logging histograms by Michael Ludwig · 5 years ago
  22. 78540b9 Clarify parameter naming for setMinAndMaxScale by Herb Derby · 5 years ago
  23. ce62dec Add general quad methods to GrRTC by Michael Ludwig · 5 years ago
  24. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 5 years ago
  25. 136f45a Formalize edge-aa interaction with GrAA by Michael Ludwig · 5 years ago
  26. c9c5254 simplify even more the new setlength impl by Mike Reed · 5 years ago
  27. 90791e2 SkPaint: make bitfield defaults more explicit by Hal Canary · 5 years ago
  28. 009b92e Add general quad factories to GrFillRectOp and GrTextureOp by Michael Ludwig · 5 years ago
  29. b210150 check math in stroker by Mike Reed · 5 years ago
  30. 4407636 SkWuffsCodec: Initialize when incomplete part 3 by Leon Scroggins III · 5 years ago
  31. d6c69d2 Experiment: always use doubles for setLength by Mike Reed · 5 years ago
  32. 6cd8234 Simplify optional input handling in SkMixerColorFilter by Florin Malita · 5 years ago
  33. 1efecea Make asFragmentProcessor entry point only take a GrRecordingContext (take 2) by Robert Phillips · 5 years ago
  34. b7c7b78 Remove all empty glyph processing by Herb Derby · 5 years ago
  35. a7f0013 Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" by Robert Phillips · 5 years ago
  36. 9407e24 make float more primary API for paint (esp. for alpha) by Mike Reed · 5 years ago
  37. e821d21 Make asFragmentProcessor entry point only take a GrRecordingContext by Robert Phillips · 5 years ago
  38. d44146b Switch GrSurfaceProxy's Copy methods over to GrRecordingContext by Robert Phillips · 5 years ago
  39. 6a6de56 Begin switching GrRecordingContext over to having the GrDrawingManager by Robert Phillips · 5 years ago
  40. c5058a6 Add addOnFlushCallbackObject at GrRecordingContext level by Robert Phillips · 5 years ago
  41. 5a9c120 Revert of CL/192440 which would not reland cleanly. by Herb Derby · 5 years ago
  42. f296506 add mixer colorfilter by Florin Malita · 5 years ago
  43. 4f5cbcd Remove shader caps argument from GrGLSLTypeString by Chris Dalton · 5 years ago
  44. 7e90be9 Stop using resourceProvider in GrRenderTargetContext's ctor by Robert Phillips · 5 years ago
  45. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 5 years ago
  46. b27cc44 Reland "Use bulk interface for paths" by Herbert Derby · 5 years ago
  47. 75d4898 SkPDF: simplify subsetting code by Hal Canary · 5 years ago
  48. 92d1912 Revert "Use bulk interface for paths" by Herb Derby · 5 years ago
  49. 5f5a016 Revert "Calculate strike in path case" by Herb Derby · 5 years ago
  50. 28bafb0 Add option to force GLSL string caching rather than program binaries. by Brian Salomon · 5 years ago
  51. 7af8fe5 Switch GPU blur code over to using GrRecordingContext by Robert Phillips · 5 years ago
  52. c405c27 Remove unused fields related to old multitexturing TextureOp. by Brian Salomon · 5 years ago
  53. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 5 years ago
  54. 83597ce Remove typeface from SkShaper constructor. by Ben Wagner · 5 years ago
  55. b5c1a79 Calculate strike in path case by Herbert Derby · 5 years ago
  56. e9c57d3 Clean up GrQuad ctors by Michael Ludwig · 5 years ago
  57. 490e647 Have Wuffs output to BGRA, not indexed color by Nigel Tao · 5 years ago
  58. 5b83d05 Use bulk interface for paths by Herbert Derby · 5 years ago
  59. 67f0195 Use destructors to free resources owned by lazy proxy callbacks by Brian Salomon · 5 years ago
  60. 10f3c40 Don't respect FontConfig matrix for bitmap fonts. by Ben Wagner · 5 years ago
  61. 562017b [SVGCanvas] Clean up public factories by Florin Malita · 5 years ago
  62. bc4994a Baulk at creating wait semaphores if we can't always delete them by Robert Phillips · 5 years ago
  63. d54ca8f Add blendmode to GrRTC::drawTexture by Michael Ludwig · 5 years ago
  64. 4b06a92 Use kRGB_888x_SkColorType when importing R8G8B8X8 AHB. by Greg Daniel · 5 years ago
  65. f259b8b Add kRGB_888X_GrPixelConfig by Greg Daniel · 5 years ago
  66. a0dcd29 Fix bug of the destructor of SkSVGDevice by KDr2 · 5 years ago
  67. 1f63b51 remove unused variable by Mike Reed · 5 years ago
  68. e77142e Fix bug of SkSVGCanvas::Make by KDr2 · 5 years ago
  69. afbe1c4 Remove empty processing from drawGlyphRunAsBMPWithPathFallback by Herb Derby · 5 years ago
  70. 5105d68 Use half-floats for out-of-gamut color in GrAAFillRRectOp by Brian Osman · 5 years ago
  71. 9859ef8 Keep scaledHeight calculation across oID calls by Nigel Tao · 5 years ago
  72. a4c6487 Use SkStrikeSpec to consolidate SkDescriptor, Effects and Typeface. by Herb Derby · 5 years ago
  73. 65e8417 rewrite SkMasks::CreateMasks to work in bytesPerPixel by Mike Klein · 5 years ago
  74. 62ad46b fix contour-measure for move-line-move by Mike Reed · 5 years ago
  75. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 5 years ago
  76. ff1c492 fix rawiter::peek by Mike Reed · 5 years ago
  77. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 5 years ago
  78. ac285b1 added constant 0 and 1 swizzle components to SkSL by Ethan Nicholas · 5 years ago
  79. 883a991 Inline allocateNewGlyph by Herb Derby · 5 years ago
  80. 14d64dd Remove unneeded SkPackedUnicharID by Herb Derby · 5 years ago
  81. 59cf562 SkPaint: clean up ctor, dtor, etc by Hal Canary · 5 years ago
  82. da5df74 Make SkSpan C++11 compatible. by Ben Wagner · 5 years ago
  83. 249b40e Remove redundant fGlyphMap.set by Herbert Derby · 5 years ago
  84. 0dc8087 SkSL Metal backend can now handle CCPR by Ethan Nicholas · 6 years ago
  85. be03a851 SkUTF: Avoid potential nullptr dereference by Greg Kaiser · 5 years ago
  86. 233fc0b remove unused cruft by Mike Reed · 5 years ago
  87. b7a1b51 SkWuffsCodec: zero dst buffer before decodeFrame by Nigel Tao · 5 years ago
  88. 454e5fb Fix cluster reporting from shaper. by Ben Wagner · 6 years ago
  89. 0404afd Common code calculates strike for mask case. by Herb Derby · 5 years ago
  90. 4925364 Introduce SkScopedStrike by Herb Derby · 5 years ago
  91. b6e9d3c Outline GrDrawAtlasOp and GrDrawVerticesOp by Robert Phillips · 5 years ago
  92. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 5 years ago
  93. 9685057 Plumb strike through the common code. by Herb Derby · 5 years ago
  94. 740e5db remove pointer tagging hack in SkRecord by Mike Klein · 5 years ago
  95. 73bfb89 GrGLGpu: Avoid potential nullptr dereference by Greg Kaiser · 5 years ago
  96. 91f96f8 Update Wuffs version by Nigel Tao · 6 years ago
  97. 27f8302 sksl: Use va_end() after va_copy() by Greg Kaiser · 5 years ago
  98. 8371782 skc: Avoid undefined variable modification by Greg Kaiser · 5 years ago
  99. 30595ea Use descriptor instead of cache for GrStrikeCache lookup by Herb Derby · 5 years ago
  100. b7d64b9 Implement drawImage in terms of drawImageRect by Michael Ludwig · 5 years ago