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