1. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 2 months ago
  2. 68d6983 Replace some gradient .fps with runtime FPs by Brian Osman · 3 years, 2 months ago
  3. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 2 months ago
  4. 3a35f0b Roll ANGLE from 4375d6c732ef to c24494415a1a (17 revisions) by skia-autoroll · 3 years, 2 months ago
  5. cb31620 Roll Dawn from 75c5067ed12e to a9faf7f74aef (5 revisions) by skia-autoroll · 3 years, 2 months ago
  6. 0b04b6b Reland "Fix texture barriers on DMSAA" by Greg Daniel · 3 years, 2 months ago
  7. 9c81a4b Reland "Round up DMSAA attachments to pow2 if supported." by Greg Daniel · 3 years, 2 months ago
  8. 2c7c36a SkTypeface_FreeType to own FT_Face by Ben Wagner · 3 years, 2 months ago
  9. b9108fe Remove declaration of unused, unimplemented FP by Brian Osman · 3 years, 2 months ago
  10. 559185a [canvaskit] Ensure clean build on CI by Kevin Lubick · 3 years, 2 months ago
  11. bd7ed74 [canvaskit] Fix font.getGlyphID test by Kevin Lubick · 3 years, 2 months ago
  12. cd9890a Remove disabled_examples.txt by Joe Gregorio · 3 years, 2 months ago
  13. b445cbe [androidkit] Add remaining gradients by Florin Malita · 3 years, 2 months ago
  14. a1e7f44 Revert "Remove all instances of incorrect coverage with DMSAA" by Chris Dalton · 3 years, 2 months ago
  15. 3722d31 Remove all instances of incorrect coverage with DMSAA by Chris Dalton · 3 years, 2 months ago
  16. c5a65cb Don't enable --hwtess on DMSAA bots by Chris Dalton · 3 years, 2 months ago
  17. ecee7cc Roll SK Tool from 3407a9e6d9ae to 7949048ae367 by skia-autoroll · 3 years, 2 months ago
  18. 2bf8891 Roll Dawn from a7173fcab4af to 75c5067ed12e (5 revisions) by skia-autoroll · 3 years, 2 months ago
  19. 35b76a4 Roll SwiftShader from f0a9f88dd5cb to 8f075627d16b (1 revision) by skia-autoroll · 3 years, 2 months ago
  20. f13ac84 Roll ANGLE from 09bd55786427 to 4375d6c732ef (13 revisions) by skia-autoroll · 3 years, 2 months ago
  21. 95bc974 Roll Chromium from 493d9cce5082 to a685aa37c9fa (449 revisions) by skia-autoroll · 3 years, 2 months ago
  22. 8c3036c Small improvement to tessellation atlas packing by Chris Dalton · 3 years, 2 months ago
  23. 83420eb Rewrite tessellation atlases as normal render tasks by Chris Dalton · 3 years, 2 months ago
  24. aa938ce Upgrade GrRenderTask::makeClosed to take a GrRecordingContext by Chris Dalton · 3 years, 2 months ago
  25. 9a2d3d1 Revert "Fix texture barriers on DMSAA" by Greg Daniel · 3 years, 2 months ago
  26. b1e8f85 Add an 'opBeingClipped' param to GrClip::apply by Chris Dalton · 3 years, 2 months ago
  27. d1d0a9f Small cleanups to drawVertices by Herb Derby · 3 years, 2 months ago
  28. 1a3f4ab Fix texture barriers on DMSAA by Greg Daniel · 3 years, 2 months ago
  29. d0f4d0d Switched more DSL APIs over to skstd::string_view by Ethan Nicholas · 3 years, 2 months ago
  30. b149700 Avoid non-indexed quad draws on PowerVR Rogue and 54x by Brian Salomon · 3 years, 2 months ago
  31. b18a947 Don't use strokerect op with reduced shader mode. by Brian Salomon · 3 years, 2 months ago
  32. 095185d Ignore another vk extension implemented by nvidia but not in validation layers yet. by Greg Daniel · 3 years, 2 months ago
  33. 48f83fd Reland "Replace GrColorMatrixFragmentProcessor with a runtime FP" by Brian Osman · 3 years, 2 months ago
  34. d02d4eb In GrSkSLFP, advance the iterator pointer while building the key by Brian Osman · 3 years, 2 months ago
  35. b75ee08 [androidkit] add bounds and paint to canvas.saveLayer() by Jorge Betancourt · 3 years, 2 months ago
  36. b4f8b7a Cleaned up DSL error handling by Ethan Nicholas · 3 years, 2 months ago
  37. c5fb326 Roll SK Tool from 7aa627c29dba to 1e6dc2e432bd by skia-autoroll · 3 years, 2 months ago
  38. c29810e [ngatoy] add ovals by Robert Phillips · 3 years, 2 months ago
  39. 3366efd Revert "Replace GrColorMatrixFragmentProcessor with a runtime FP" by Brian Osman · 3 years, 2 months ago
  40. 7b9b738 Gate breaking FreeType change in COLRv1 struct names by Dominik Röttsches · 3 years, 2 months ago
  41. f9edf35 Use skstd::optional in SkBitSet. by John Stiles · 3 years, 2 months ago
  42. f87f5b0 Add state checks in GrMtlRenderCommandEncoder. by Jim Van Verth · 3 years, 2 months ago
  43. 90401eb Roll Chromium from 9aeecd90eabf to 493d9cce5082 (9105 revisions) by skia-autoroll · 3 years, 2 months ago
  44. e981e90 Roll Dawn from 987fbed32c85 to a7173fcab4af (12 revisions) by skia-autoroll · 3 years, 2 months ago
  45. 4bd9386 Roll ANGLE from 9412ac9c7c84 to 09bd55786427 (14 revisions) by skia-autoroll · 3 years, 2 months ago
  46. 80c83a1 Take 'gCoeffs' array out of global scope. by John Stiles · 3 years, 2 months ago
  47. e2c4e7e Add comparison operators to skstd::optional. by John Stiles · 3 years, 2 months ago
  48. 343588d [ngatoy] Remove duplicate rects array from ClipCmd by Robert Phillips · 3 years, 2 months ago
  49. 050a14e [ngatoy] Record painter's order when clips are popped off the stack by Robert Phillips · 3 years, 2 months ago
  50. e76e96a Reland "[infra] Roll Infra dep to update CIPD packages" with fix by Eric Boren · 3 years, 2 months ago
  51. e53cf99 Add nullopt to skstd::optional. by John Stiles · 3 years, 2 months ago
  52. fbd9fae Migrate matrix-inversion code to a dedicated SkMatrixInvert file. by John Stiles · 3 years, 2 months ago
  53. 2874f08 [infra] Update recipe dependencies by Eric Boren · 3 years, 2 months ago
  54. 7280b36 [androidkit] add gaussian blur filter to java ImageFilters by Jorge Betancourt · 3 years, 2 months ago
  55. 60cc3e1 Roll SK Tool from 434610020352 to 33ee1b0906af by skia-autoroll · 3 years, 2 months ago
  56. 11bc305 Make current GPU blurring implementation be OGA-only by Robert Phillips · 3 years, 2 months ago
  57. 5946589 Replace GrOverrideInputFragmentProcessor with a runtime FP by Brian Osman · 3 years, 2 months ago
  58. 0ba3bbf [canvaskit] Add perf tests for different font formats by Kevin Lubick · 3 years, 2 months ago
  59. 79e706a Roll ANGLE from f0d8cd4094ef to 9412ac9c7c84 (5 revisions) by skia-autoroll · 3 years, 2 months ago
  60. dc46fd9 Roll SwiftShader from 4a304244dd86 to f0a9f88dd5cb (1 revision) by skia-autoroll · 3 years, 2 months ago
  61. ccf208d Roll Dawn from cea106a1c2ad to 987fbed32c85 (7 revisions) by skia-autoroll · 3 years, 2 months ago
  62. 9f73b04 Fix use of fLastMoveToIndex in computeConvexity by Michael Ludwig · 3 years, 2 months ago
  63. 6b95a36 In SkFilterColorProgram, support filtering a uniform color by Brian Osman · 3 years, 2 months ago
  64. be545c9 Verify that most runtime color filters support filtering a single color by Brian Osman · 3 years, 2 months ago
  65. 6290555 Replace GrDeviceSpaceEffect with a runtime FP by Brian Osman · 3 years, 2 months ago
  66. 4ff6072 Enable reduceOpsTaskSplitting by default by Adlai Holler · 3 years, 2 months ago
  67. 7b8d214 Swap uniform pointers in SkFilterColorProgram, improve comment by Brian Osman · 3 years, 2 months ago
  68. c026ade Skip save layers where CTM isn't finite by Michael Ludwig · 3 years, 2 months ago
  69. a377a92 Add SkBlender support to SkPaint flatten/unflatten. by John Stiles · 3 years, 2 months ago
  70. d187716 Roll SwiftShader from cf2ffd05cbc9 to 4a304244dd86 (2 revisions) by skia-autoroll · 3 years, 2 months ago
  71. 16f4aa1 Roll ANGLE from 24155b13671f to f0d8cd4094ef (9 revisions) by skia-autoroll · 3 years, 2 months ago
  72. 6475175 Roll Dawn from b86e45f8ca87 to cea106a1c2ad (8 revisions) by skia-autoroll · 3 years, 2 months ago
  73. 9a4824b Roll SK Tool from 039570ae3d6b to 1a1089ae1a92 by skia-autoroll · 3 years, 2 months ago
  74. efe9df3 Revert "Don't keep "outResultsFile" open in nanobench" by Herb Derby · 3 years, 2 months ago
  75. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 2 months ago
  76. 2421b99 Remove spurious semicolons (should fix Chrome roll) by Brian Osman · 3 years, 2 months ago
  77. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 2 months ago
  78. bf28518 Reland "Switch back to non-SkSL matrix color filter for all clients" by Brian Osman · 3 years, 2 months ago
  79. 5a479e1 Check hb_font_create return value by Ben Wagner · 3 years, 2 months ago
  80. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 2 months ago
  81. 6f66302 Fix iOS build for skpinfo. by Greg Daniel · 3 years, 2 months ago
  82. 12923c4 Move more virtuals into ...Base to hide them from public api by Mike Reed · 3 years, 2 months ago
  83. 71bf786 Replace RGB <-> HSL FPs with runtime FPs by Brian Osman · 3 years, 2 months ago
  84. 3110104 Replace GrColorMatrixFragmentProcessor with a runtime FP by Brian Osman · 3 years, 2 months ago
  85. 3f0e25c Remove mtklein from housekeeper message by Adlai Holler · 3 years, 2 months ago
  86. c766dd5 Fix p3_ovals GM on high-DPI displays. by John Stiles · 3 years, 2 months ago
  87. 4ce5bc2 Revert "Switch back to non-SkSL matrix color filter for all clients" by Brian Osman · 3 years, 2 months ago
  88. f62632c Remove SkShaders::Lerp by Brian Osman · 3 years, 2 months ago
  89. 0eb35a9 Fix gn for skpinfo so it can find vulkan headers. by Greg Daniel · 3 years, 2 months ago
  90. 9a2aa97 Implement SkBlender support in SkVM. by John Stiles · 3 years, 2 months ago
  91. 3177f85 [infra] Fix fetch-sk and fetch-skps by Eric Boren · 3 years, 2 months ago
  92. 9b170c6 Implement SkBlender support in Ganesh. by John Stiles · 3 years, 2 months ago
  93. 33d4ac4 Reorder dithering setup in GrPaint creation. by John Stiles · 3 years, 2 months ago
  94. 39e9887 Fix iPhone6 Programs test. by Jim Van Verth · 3 years, 2 months ago
  95. c3889e8 [ngatoy] Fix memory leaks by Robert Phillips · 3 years, 2 months ago
  96. c77684a Roll ANGLE from f89f244d5259 to 24155b13671f (6 revisions) by skia-autoroll · 3 years, 2 months ago
  97. d4f36e6 Roll SwiftShader from 84bc198202e5 to cf2ffd05cbc9 (2 revisions) by skia-autoroll · 3 years, 2 months ago
  98. 4e70111 Roll Dawn from 5b6c1ebce7c6 to b86e45f8ca87 (6 revisions) by skia-autoroll · 3 years, 2 months ago
  99. abed267 Reland "Use a custom FP for tessellation atlas clips" by Chris Dalton · 3 years, 2 months ago
  100. ca8191b [androidkit] Add linear gradient by Florin Malita · 3 years, 2 months ago