1. 380fba6 remove support for serialized pictures before aug 2019 by Mike Reed · 5 years ago
  2. f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 5 years ago
  3. 73e76a3 Update Go Deps by skia-recreate-skps · 5 years ago
  4. 47ab248 Roll Chromium from b39fabb9a3ae to 2a68959faa37 (427 revisions) by skia-autoroll · 5 years ago
  5. b4302f9 Roll ANGLE from 7d82d29398cc to d98afb787a24 (9 revisions) by skia-autoroll · 5 years ago
  6. ecff793 Roll SwiftShader from ad65826a2ab1 to cd0af6456eb1 (5 revisions) by skia-autoroll · 5 years ago
  7. b0a9577 Update SKP version by skia-recreate-skps · 5 years ago
  8. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 5 years ago
  9. 70474c1 Remove custom SkSort algorithms. by John Stiles · 5 years ago
  10. affae53 Add various missing header files to BUILD.gn. by John Stiles · 5 years ago
  11. 5bdbdf4 Update glMultiDraw... to use GLuint* for baseInstances by Chris Dalton · 5 years ago
  12. 81e4bf2 Use public api to serialize typefaces. by Ben Wagner · 5 years ago
  13. 342273c remove firstSubRun by Herb Derby · 5 years ago
  14. 2c18030 Add GrContext api to update compressed backend textures. by Greg Daniel · 5 years ago
  15. 1a0cf30 Make many things private in SubRun by Herb Derby · 5 years ago
  16. 1a57857 Retract GrContext.h from headers by Robert Phillips · 5 years ago
  17. d68ad7d move regenerate() from VertexRegenerator to SubRun by Herb Derby · 5 years ago
  18. 2955973 remove helper now that g3 is updated by Mike Reed · 5 years ago
  19. 2604a89 make single draw() for SubRun by Herb Derby · 5 years ago
  20. 52ceaea prepare regenerate to move to SubRun by Herb Derby · 5 years ago
  21. 25a1d4f Fix Mac GPU references by Andy Weiss · 5 years ago
  22. 439709a Expose multi-frame methods for SkCodecImageGenerator by Dan Field · 5 years ago
  23. 3b5a4fa Use stable sort for Viewer's help screen by Brian Osman · 5 years ago
  24. a5b9860 improve the speed of empty GrTextBlobs by Herb Derby · 5 years ago
  25. c1583cb move drawTextPaths from RTC to SubRun by Herb Derby · 5 years ago
  26. 8589430 Replace ModulateRGBA effect with Xfermode using modulate blend. by John Stiles · 5 years ago
  27. 7bf2600 Replace ModulateAlpha effect with Xfermode using src-in blend. by John Stiles · 5 years ago
  28. 06b78cf SkRuntimeEffect: Guard against programs with no "main" by Brian Osman · 5 years ago
  29. 74470ae Make GrAsDirectContext public by Adlai Holler · 5 years ago
  30. 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 5 years ago
  31. d9800f8 Redesign const-color unit test to leverage sk_gpu_test::test_ops. by John Stiles · 5 years ago
  32. 5cb47d6 refactor skvx::if_then_else() by Mike Klein · 5 years ago
  33. 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 5 years ago
  34. 31bc350 remove unused decl from SubRun by Herb Derby · 5 years ago
  35. b27b38b Miscellaneous removal of GrContext usages by Robert Phillips · 5 years ago
  36. d1ce4cb Update some of the dox code to GrDirectContext by Robert Phillips · 5 years ago
  37. 31890e2 Viewer: Don't steal focus when the shader error window appears by Brian Osman · 5 years ago
  38. 041796e Roll Chromium from 79b4d6eb39c8 to b39fabb9a3ae (542 revisions) by skia-autoroll · 5 years ago
  39. 0a4f8de Roll dawn from 479689912ee2 to b9285f69ba2c (11 revisions) by skia-autoroll · 5 years ago
  40. 6349c0b Roll SwiftShader from 6cd27bab06f4 to ad65826a2ab1 (7 revisions) by skia-autoroll · 5 years ago
  41. f64be13 Roll ANGLE from fe36a64765c5 to 7d82d29398cc (8 revisions) by skia-autoroll · 5 years ago
  42. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 5 years ago
  43. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 5 years ago
  44. ed15b1c Add Flutter as a Skia customer by Yuqian Li · 5 years ago
  45. e4f36d7 Update SKP version by skia-recreate-skps · 5 years ago
  46. 4a1f5fc move makeAtlasTextOp to SubRun by Herb Derby · 5 years ago
  47. 4284f75 remove intermediate lambdas in skvm interpreter by Mike Klein · 5 years ago
  48. 8c7c709 Convert GLHighContrastFilterEffect to an .fp file. by John Stiles · 5 years ago
  49. 411e7aa move GrAtlasTextOp creation to GrRenderTargetContext by Herb Derby · 5 years ago
  50. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 5 years ago
  51. 2b54e83 add vtune support back by Mike Klein · 5 years ago
  52. 41ef2ae Simplify some Vulkan compressed texture setup. by Jim Van Verth · 5 years ago
  53. 67db194 Revert "Enable effects deserialization except for npm build" by Mike Klein · 5 years ago
  54. a9c9b53 Convert the arithmetic runtime effect to a regular .fp effect. by John Stiles · 5 years ago
  55. 35c42b9 pullout text path drawing from drawGlyphRunList by Herb Derby · 5 years ago
  56. ed65339 Update the sk_app WindowContext to hold a GrDirectContext by Robert Phillips · 5 years ago
  57. 71dc916 [skottie] Pucker & Bloat shape layer vector effect by Florin Malita · 5 years ago
  58. 4a3ebc2 Switch SkImage's & SkImageGenerator's isValid call over to GrRecordingContext by Robert Phillips · 5 years ago
  59. 9ae4020 Exclude gl files for Fuchsia platform. by Guruji Panda · 5 years ago
  60. 7392352 Enable effects deserialization except for npm build by Sunil Murthy · 5 years ago
  61. 77482cb add Sk- prefix to SkOSLibrary functions by Mike Klein · 5 years ago
  62. f79a7a5 Remove invalid assert when setting D3D buffers. by Jim Van Verth · 5 years ago
  63. b490eb2 Add ANGLE's glMultiDraw*BaseInstance functions to the GL interface by Chris Dalton · 5 years ago
  64. d436b78 Switch a few GMs over to GrDirectContext by Robert Phillips · 5 years ago
  65. c91db04 Use Wuffs v0.3 by default, not v0.2 by Nigel Tao · 5 years ago
  66. a5783f3 Add SkRuntimeEffect Fuzzer by Zepeng Hu · 5 years ago
  67. 5160e8c Revert "Exclude gl files for Fuchsia platform." by Mike Klein · 5 years ago
  68. 082323b [skottie] Fill-over-stroke support for text by Florin Malita · 5 years ago
  69. c1f3f8c Exclude gl files for Fuchsia platform. by Guruji Panda · 5 years ago
  70. aaf738c Add internal calls for updateCompressedBackendTexture. by Greg Daniel · 5 years ago
  71. 525e876 Fix Op tests when default typeface is empty. by Ben Wagner · 5 years ago
  72. 7a96c2a Revert "Revert "Put top level FPs into their own functions"" by Brian Salomon · 5 years ago
  73. 1c66ad9 Apply paint color to alpha-only textures in drawEdgeAAImageSet by Michael Ludwig · 5 years ago
  74. d9eb219 Add SkCodecImageGenerator::getScaledDimensions by Brian Osman · 5 years ago
  75. 377923e pack windows ABI stack tightly by Mike Klein · 5 years ago
  76. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 5 years ago
  77. 9f82148 Update Go Deps by skia-recreate-skps · 5 years ago
  78. bd780c3 Roll ANGLE from 58afe4cb7a7b to fe36a64765c5 (5 revisions) by skia-autoroll · 5 years ago
  79. 14e93a8 Roll Chromium from e6974b0e45b1 to 79b4d6eb39c8 (1501 revisions) by skia-autoroll · 5 years ago
  80. 66e938e Roll dawn from d761d5a5758c to 479689912ee2 (6 revisions) by skia-autoroll · 5 years ago
  81. 4d48bb3 Roll SwiftShader from 76cae97fc14c to 6cd27bab06f4 (2 revisions) by skia-autoroll · 5 years ago
  82. 89d33d0 Remove GrCCFillGeometryBench by Brian Osman · 5 years ago
  83. d342cc9 Add indirect draws to D3D. by Jim Van Verth · 5 years ago
  84. e29f9e2 Reland "Make glPatchParameteri required when tessellation is supported" by Chris Dalton · 5 years ago
  85. 1413d11 Check sk_VertexID support for GrTessellationPathRenderer by Chris Dalton · 5 years ago
  86. d4eb2ec Update SkPaintToGrPaint to perform clamping via child FPs. by John Stiles · 5 years ago
  87. 3d0359a Migrate GrGpu to GrDirectContext by Adlai Holler · 5 years ago
  88. 53ee0fc Convert the dither runtime effect into a regular .fp effect. by John Stiles · 5 years ago
  89. ae34bc4 Fix half-precision mod signature to be half(half, half). by John Stiles · 5 years ago
  90. 15edc18 Remove unncessary code from filtered clamp-to-border. by Brian Salomon · 5 years ago
  91. bc486b8 Fix vulkan extensions in test setup. by Greg Daniel · 5 years ago
  92. 60a4986 Remove GrTextTarget and GrRenderTargetContext::TextTarget by Herb Derby · 5 years ago
  93. fcfd0af Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 5 years ago
  94. 6c1c538 Handle kRSXform_Positioning in TightRunBounds. by Ben Wagner · 5 years ago
  95. cb41a4b turn skottie view into a view group so we can swap out TextureView and SurfaceView by Jorge Betancourt · 5 years ago
  96. 87f4d29 Remove GrFragmentProcessor::Iter. by Brian Salomon · 5 years ago
  97. 30ebcf7 Remove SkCanvas::getGrContext calls from samplecode by Robert Phillips · 5 years ago
  98. 5ca99b4 Update Go Deps by skia-recreate-skps · 5 years ago
  99. b94d249 feed forward registers used by jit() by Mike Klein · 5 years ago
  100. d90b3d3 Remove generic GrFragmentProcessor texture sampling. by Brian Salomon · 5 years ago