1. 9583534 Avoid forcing rasterpipeline due to device colorspace by Mike Reed · 5 years ago
  2. ff84d8a SkTypeface::openStream to return smart pointer. by Ben Wagner · 5 years ago
  3. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  4. a907dcb remove mention of SkPaintDefaults_Flags by Mike Klein · 5 years ago
  5. cb32415 Add support for VK_IMAGE_LAYOUT_PRESENT_SRC_KHR in skia vulkan. by Greg Daniel · 5 years ago
  6. cb58060 Pass render target VkImage in GrVkDrawableInfo by Stan Iliev · 5 years ago
  7. eafd81b Make ARGB fallback use common strike lookup by Herb Derby · 5 years ago
  8. b8af5ad sksl: Negate dFdy when the Y axis is flipped by Chris Dalton · 5 years ago
  9. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 5 years ago
  10. 4212a7d SkTypeface::onOpenStream to return unique_ptr. by Ben Wagner · 5 years ago
  11. 0b2c054 fixed SPIR-V constant swizzling by Ethan Nicholas · 5 years ago
  12. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 5 years ago
  13. 22a4af0 Calculate SDFT strike in common code by Herbert Derby · 5 years ago
  14. 194580d Reland "Treat kWEBP encode with quality=100 as lossless" by Leon Scroggins III · 5 years ago
  15. 2f103f0 fixed SkSL float literals in Arabic locale by Ethan Nicholas · 5 years ago
  16. 2a330e6 Check for zero offsets for PolyUtils by Jim Van Verth · 5 years ago
  17. 5532c2a fill the layer if there is a backdrop filter by Mike Reed · 5 years ago
  18. e3b205b Update Wuffs version by Nigel Tao · 5 years ago
  19. 90ec9fb Change SDFT to use a bulk api for the callback by Herb Derby · 5 years ago
  20. 86c9c95 Compare to the correct hinting. by Ben Wagner · 5 years ago
  21. 8546335 Allow setting an SkColorSpace on SkAnimatedImage by Leon Scroggins III · 5 years ago
  22. ee1c8a7 Revert "Revert "SkSL now supports null child processors"" by Ethan Nicholas · 5 years ago
  23. 6989370 Move DrawingManager to RecordingContext by Robert Phillips · 5 years ago
  24. 59dc148 Track GrVkResources in command buffer associated with pipeline barriers. by Greg Daniel · 5 years ago
  25. 8cabb32 Make it safe to enter the cache from a GrTexture idle proc. by Brian Salomon · 5 years ago
  26. b1beba5 Make SkFontConfigInterface_direct and sysroot-aware by Tom Anderson · 5 years ago
  27. 2184fb7 Move StrikeCache and TextBlobCache to RecordingContext by Robert Phillips · 5 years ago
  28. bce7d86 Revert "SkSL now supports null child processors" by Robert Phillips · 5 years ago
  29. 298238a vk: Hold refs to sampled textures as opposed to raw ptrs by Chris Dalton · 5 years ago
  30. 0e8dc4c SkSL now supports null child processors by Ethan Nicholas · 5 years ago
  31. 63c4d35 Revert "remove linear sRGB singleton" by Mike Klein · 5 years ago
  32. 3d86ff8 Remove SK_SUPPORT_LEGACY_ANDROID_CODEC_COLORSPACE by Leon Scroggins III · 5 years ago
  33. 89df784 Return correct GrBackendFormat when ycbcr conversion is valid. by Greg Daniel · 5 years ago
  34. b03b800 remove linear sRGB singleton by Mike Klein · 5 years ago
  35. 8cca7a4 remove old code behind SK_SUPPORT_LEGACY_SETLENGTH by Mike Reed · 5 years ago
  36. 20ebd0c remove SK_SUPPORT_LEGACY_TEXTBLOBCACHEDIFFCANVAS_CONSTRUCTOR code by Mike Reed · 5 years ago
  37. ddeed37 Support decal mode in GrTextureProducer by Michael Ludwig · 5 years ago
  38. 6dcc325 fixed SkSL parser unary expression recursion depth limit by Ethan Nicholas · 5 years ago
  39. 216a9d7 Fix setting of GL texture swizzle when using 1 for swizzle. by Greg Daniel · 5 years ago
  40. 881c962 Break up InitDistanceFieldPaint by Herb Derby · 5 years ago
  41. bc42944 Switch image filters over to GrRecordingContext by Robert Phillips · 5 years ago
  42. f922c78 add colorspace param to textblobdiff canvas by Mike Reed · 5 years ago
  43. b059194 Make SkShaper an interface. by Ben Wagner · 5 years ago
  44. 3e2cc06 Only perform matrix concat when actually logging histograms by Michael Ludwig · 5 years ago
  45. 78540b9 Clarify parameter naming for setMinAndMaxScale by Herb Derby · 5 years ago
  46. ce62dec Add general quad methods to GrRTC by Michael Ludwig · 5 years ago
  47. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 5 years ago
  48. 136f45a Formalize edge-aa interaction with GrAA by Michael Ludwig · 5 years ago
  49. c9c5254 simplify even more the new setlength impl by Mike Reed · 5 years ago
  50. 90791e2 SkPaint: make bitfield defaults more explicit by Hal Canary · 5 years ago
  51. 009b92e Add general quad factories to GrFillRectOp and GrTextureOp by Michael Ludwig · 5 years ago
  52. b210150 check math in stroker by Mike Reed · 5 years ago
  53. 4407636 SkWuffsCodec: Initialize when incomplete part 3 by Leon Scroggins III · 5 years ago
  54. d6c69d2 Experiment: always use doubles for setLength by Mike Reed · 5 years ago
  55. 6cd8234 Simplify optional input handling in SkMixerColorFilter by Florin Malita · 5 years ago
  56. 1efecea Make asFragmentProcessor entry point only take a GrRecordingContext (take 2) by Robert Phillips · 5 years ago
  57. b7c7b78 Remove all empty glyph processing by Herb Derby · 5 years ago
  58. a7f0013 Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" by Robert Phillips · 5 years ago
  59. 9407e24 make float more primary API for paint (esp. for alpha) by Mike Reed · 5 years ago
  60. e821d21 Make asFragmentProcessor entry point only take a GrRecordingContext by Robert Phillips · 5 years ago
  61. d44146b Switch GrSurfaceProxy's Copy methods over to GrRecordingContext by Robert Phillips · 5 years ago
  62. 6a6de56 Begin switching GrRecordingContext over to having the GrDrawingManager by Robert Phillips · 5 years ago
  63. c5058a6 Add addOnFlushCallbackObject at GrRecordingContext level by Robert Phillips · 5 years ago
  64. 5a9c120 Revert of CL/192440 which would not reland cleanly. by Herb Derby · 5 years ago
  65. f296506 add mixer colorfilter by Florin Malita · 5 years ago
  66. 4f5cbcd Remove shader caps argument from GrGLSLTypeString by Chris Dalton · 5 years ago
  67. 7e90be9 Stop using resourceProvider in GrRenderTargetContext's ctor by Robert Phillips · 5 years ago
  68. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 5 years ago
  69. b27cc44 Reland "Use bulk interface for paths" by Herbert Derby · 5 years ago
  70. 75d4898 SkPDF: simplify subsetting code by Hal Canary · 5 years ago
  71. 92d1912 Revert "Use bulk interface for paths" by Herb Derby · 5 years ago
  72. 5f5a016 Revert "Calculate strike in path case" by Herb Derby · 5 years ago
  73. 28bafb0 Add option to force GLSL string caching rather than program binaries. by Brian Salomon · 5 years ago
  74. 7af8fe5 Switch GPU blur code over to using GrRecordingContext by Robert Phillips · 5 years ago
  75. c405c27 Remove unused fields related to old multitexturing TextureOp. by Brian Salomon · 5 years ago
  76. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 5 years ago
  77. 83597ce Remove typeface from SkShaper constructor. by Ben Wagner · 5 years ago
  78. b5c1a79 Calculate strike in path case by Herbert Derby · 5 years ago
  79. e9c57d3 Clean up GrQuad ctors by Michael Ludwig · 5 years ago
  80. 490e647 Have Wuffs output to BGRA, not indexed color by Nigel Tao · 5 years ago
  81. 5b83d05 Use bulk interface for paths by Herbert Derby · 5 years ago
  82. 67f0195 Use destructors to free resources owned by lazy proxy callbacks by Brian Salomon · 5 years ago
  83. 10f3c40 Don't respect FontConfig matrix for bitmap fonts. by Ben Wagner · 5 years ago
  84. 562017b [SVGCanvas] Clean up public factories by Florin Malita · 5 years ago
  85. bc4994a Baulk at creating wait semaphores if we can't always delete them by Robert Phillips · 5 years ago
  86. d54ca8f Add blendmode to GrRTC::drawTexture by Michael Ludwig · 5 years ago
  87. 4b06a92 Use kRGB_888x_SkColorType when importing R8G8B8X8 AHB. by Greg Daniel · 5 years ago
  88. f259b8b Add kRGB_888X_GrPixelConfig by Greg Daniel · 5 years ago
  89. a0dcd29 Fix bug of the destructor of SkSVGDevice by KDr2 · 5 years ago
  90. 1f63b51 remove unused variable by Mike Reed · 5 years ago
  91. e77142e Fix bug of SkSVGCanvas::Make by KDr2 · 5 years ago
  92. afbe1c4 Remove empty processing from drawGlyphRunAsBMPWithPathFallback by Herb Derby · 5 years ago
  93. 5105d68 Use half-floats for out-of-gamut color in GrAAFillRRectOp by Brian Osman · 5 years ago
  94. 9859ef8 Keep scaledHeight calculation across oID calls by Nigel Tao · 5 years ago
  95. a4c6487 Use SkStrikeSpec to consolidate SkDescriptor, Effects and Typeface. by Herb Derby · 5 years ago
  96. 65e8417 rewrite SkMasks::CreateMasks to work in bytesPerPixel by Mike Klein · 5 years ago
  97. 62ad46b fix contour-measure for move-line-move by Mike Reed · 5 years ago
  98. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 5 years ago
  99. ff1c492 fix rawiter::peek by Mike Reed · 5 years ago
  100. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 5 years ago