1. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  2. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  3. 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 5 years ago
  4. 5155e09 Revert "added more SPIR-V RelaxedPrecision decorations" by Greg Daniel · 5 years ago
  5. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 5 years ago
  6. 652b007a Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Mike Reed · 5 years ago
  7. 70ed05e Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 5 years ago
  8. fa971d6 Reland "Add GrDisableColorXPFactory::makeXferProcessor()" by Chris Dalton · 5 years ago
  9. fde841d Simplify SkTypeface::charsToGlyphs API to require UTF32 input by Mike Reed · 5 years ago
  10. db13d38 Move SkTLazy.h to src/ by Ben Wagner · 5 years ago
  11. 9a885b2 pass SkVx::Vec arguments as const& by Mike Klein · 5 years ago
  12. e9c375c Revert "Add GrDisableColorXPFactory::makeXferProcessor()" by Greg Daniel · 5 years ago
  13. 0a8da21 Remove generateCharFromGlyph and charToGlyphID. by Ben Wagner · 5 years ago
  14. 151a883 added more SPIR-V RelaxedPrecision decorations by Ethan Nicholas · 5 years ago
  15. 5dd7f84 Reduce use of path generation by Herb Derby · 5 years ago
  16. 11157ef Add GrDisableColorXPFactory::makeXferProcessor() by Chris Dalton · 5 years ago
  17. 30182b4 Ensure that insetting for blur texture domain doesn't invert domain rect. by Brian Salomon · 5 years ago
  18. 393981d Remove deprecated SkPaintFilterCanvas::onFilter. by Ben Wagner · 5 years ago
  19. 8bd22ae Remove non-canonical font color by Herb Derby · 5 years ago
  20. 68aeec0 Clarify that buffers of type GrGpuBufferType::kXferGpuToCpu are mapped for reading. by Brian Salomon · 5 years ago
  21. c809832 Convert 565 and 4444 bitmaps to 8888 for Mac Metal. by Jim Van Verth · 5 years ago
  22. 8c4cafd Don't flush pipeline state when querying sample locations in GL by Chris Dalton · 5 years ago
  23. 4aa13e7 Remove deprecated SkSurface::prepareForExternalIO and related uses of the name. by Greg Daniel · 5 years ago
  24. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  25. c0d79e5 Avoid multiplication by alpha in fragment shader when known to be 1. by Brian Salomon · 5 years ago
  26. 6c431d5 Towards a simpler SkSL -> GLSL pipeline (and better shader reflection) by Brian Osman · 5 years ago
  27. 19cc00f Support multisample in GrProxyProvider::MakeFullyLazyProxy by Chris Dalton · 5 years ago
  28. 6f8bfba Fix fontcache GMs on Metal. by Jim Van Verth · 5 years ago
  29. 194cab0 use slope-guess for faster charToGlyph by Mike Reed · 5 years ago
  30. e741921 Reland "Convert the CPU mask case to use prepareForDrawing" by Herb Derby · 5 years ago
  31. bcc7532 Implement SkHeifCodec::onRewind by Leon Scroggins III · 5 years ago
  32. 3d50730 restore vmull_u8() in color32() by Mike Klein · 5 years ago
  33. a71b4ce Guard GrRadialGradientLayout::TestCreate against Empty shaders by Brian Osman · 5 years ago
  34. bc537fa step carefully in decal_nofilter_scale by Mike Klein · 5 years ago
  35. 930c295 always zero SkMallocPixelRefs by Mike Klein · 5 years ago
  36. e716414 removed localmatrix getter by Mike Reed · 5 years ago
  37. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  38. 831a293 Plumb sk_sp through the GrOpList class hierarchy by Robert Phillips · 5 years ago
  39. 1fe0b86 Remove some unused GrSurfaceProxy methods by Robert Phillips · 5 years ago
  40. c9f55de Inline computeHinting by Herb Derby · 5 years ago
  41. 12cf258 Revert "Convert the CPU mask case to use prepareForDrawing" by Herb Derby · 5 years ago
  42. 33233a0 Reland "Convert the CPU path case to use prepareForDrawing" by Herb Derby · 5 years ago
  43. 990bfc7 Convert SkGlyph::toMask() to SkGlyph::mask() by Herb Derby · 5 years ago
  44. 0c60708 add utility for caching char2glyph by Mike Reed · 5 years ago
  45. c48879e Convert the CPU mask case to use prepareForDrawing by Herb Derby · 5 years ago
  46. 81fd86c Revert "Convert the CPU path case to use prepareForDrawing" by Herb Derby · 5 years ago
  47. 9bf37f6 Remove debug quadType() checks by Michael Ludwig · 5 years ago
  48. a6a8400 Support domain clamping and transform matrices in YUVToRGB effects by Michael Ludwig · 5 years ago
  49. 8be917a Convert the CPU path case to use prepareForDrawing by Herb Derby · 5 years ago
  50. bb85b8b remove dead code from old factories, enum by Mike Reed · 5 years ago
  51. 3d6f8d0 replace Sk4px with SkVx in SkBlitter_ARGB32 by Mike Klein · 5 years ago
  52. 0b8bb88 GLSL editing in Viewer by Brian Osman · 5 years ago
  53. 904657d Make sure local rects are sorted post-clipping by Michael Ludwig · 5 years ago
  54. 25071cc Always initialize geometry domain if it's written to the GPU by Michael Ludwig · 5 years ago
  55. 01e1f4d Reland "limit mask drawing to clip bounds" by Greg Daniel · 5 years ago
  56. 820b8b7 Convert the fallback source case to use prepareForDrawing by Herb Derby · 5 years ago
  57. e6ef03d Make the persistent cache utility functions operate on SkData by Brian Osman · 5 years ago
  58. ed7f2aa Revert "clean up SK_SUPPORT_LEGACY_A8_MASKBLITTER" by Mike Klein · 5 years ago
  59. 7e3370a Null-initialize pointer by Christopher Cameron · 5 years ago
  60. 35f1c15 Revert "limit mask drawing to clip bounds" by Greg Daniel · 5 years ago
  61. 3b60397 Convert GPU SDF handling to use prepareForDrawing by Herb Derby · 5 years ago
  62. f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
  63. c562de0 Convert GPU path handling to using prepareForDrawing by Herb Derby · 5 years ago
  64. 36477b4 Fix GrFillRRectOp rendering in Metal. by Jim Van Verth · 5 years ago
  65. ae6c5c0 clean up SK_SUPPORT_LEGACY_A8_MASKBLITTER by Mike Klein · 5 years ago
  66. 41d087c limit mask drawing to clip bounds by Lee Salzman · 5 years ago
  67. 812499d Change getMetrics to the final API prepareForDrawing by Herb Derby · 5 years ago
  68. c33e6dc restore SkOpts::blit_row_color32 by Mike Klein · 5 years ago
  69. 25e371f Make SkFontMgr_fontconfig respect the sysroot. by Ben Wagner · 5 years ago
  70. b1cc013 removed redundant GrCircleEffect.h by Ethan Nicholas · 5 years ago
  71. eded39a Return a span from getMetrics by Herb Derby · 5 years ago
  72. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  73. 6dd9d3d removed duplicate GrCircleEffect.cpp by Ethan Nicholas · 5 years ago
  74. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  75. e20f6ca Reland "Remove unnecessary flush in RenderYUVAToRGBA (take 2)" by Greg Daniel · 5 years ago
  76. 9896a0d Add mipmap generation for Metal by Jim Van Verth · 5 years ago
  77. 6028fa7 SkPDF: narrow layer bbox by Hal Canary · 5 years ago
  78. 1208002 Revert "Remove unnecessary flush in RenderYUVAToRGBA (take 2)" by Greg Daniel · 5 years ago
  79. 13df106 Add an index to SkGlyphPos by Herb Derby · 5 years ago
  80. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  81. 7921c01 Reland "Do not use sub-pixel positioning for source space" by Herb Derby · 5 years ago
  82. 223845f Remove unnecessary flush in RenderYUVAToRGBA (take 2) by Robert Phillips · 5 years ago
  83. 1400382 Delete SkSL::Compiler copy constructor and assignment operator by Brian Osman · 5 years ago
  84. 20054dc Make path in Sk1DPathEffect thread safe. by Ben Wagner · 5 years ago
  85. f5edf36 SkPDF: split GraphicStateStack out by Hal Canary · 5 years ago
  86. b4719cc SkPDF: simplify device drawRect by Hal Canary · 5 years ago
  87. 442615b regenerated FP files to make bot happy by Ethan Nicholas · 5 years ago
  88. a585fe9 Add Vulkan implementation of transfering from GrSurface to a GrGpuBuffer by Brian Salomon · 5 years ago
  89. e8a9863 Define all ImageSetEntry members out of line by Brian Osman · 5 years ago
  90. 9313aa7 Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2) by Robert Phillips · 5 years ago
  91. 2655ede Revert "Add non-AA support to OvalFactoryOps." by Greg Daniel · 5 years ago
  92. 10bf702 Add non-AA support to OvalFactoryOps. by Jim Van Verth · 5 years ago
  93. ff4fb33 ComposeShader GPU implementations by Ethan Nicholas · 5 years ago
  94. 46431bf Add RG format to Metal by Jim Van Verth · 5 years ago
  95. 42cbedd Temporarily make TransferPixelsFromTest read BGRA as RGBA on ES. by Brian Salomon · 5 years ago
  96. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  97. 66083e9 Reland "Handle translating blob to origin in bulk" by Herb Derby · 5 years ago
  98. 7742278 SkPDF: move annotations away from device. by Hal Canary · 5 years ago
  99. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 5 years ago
  100. f22466e SkPDF: remove unused field by Hal Canary · 5 years ago