1. c1ed11d Move GrBlockAllocator and GrTBlockList to src/core/ by Michael Ludwig · 3 years ago
  2. 0305e86 Roll ANGLE from 8c05fd4fe56a to 3408ea3ea402 (20 revisions) by skia-autoroll · 3 years ago
  3. 02c7dac Roll Dawn from dd1a5b3ad3e0 to 6fa34f80bd4a (9 revisions) by skia-autoroll · 3 years ago
  4. 9155b33 Revert "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by Brian Osman · 3 years ago
  5. 80fc31b Set --internalSamples for nanobench by Chris Dalton · 3 years ago
  6. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years ago
  7. 7b3edfa Fix Flutter bot by using vpython3 from cipd and setting env vars for it by Ravi Mistry · 3 years ago
  8. e43714f Add ES3 intrinsics isinf/isnan to public SkSL ES3. by John Stiles · 3 years ago
  9. c332739 Remove 0/x arithmetic simplification. by John Stiles · 3 years ago
  10. 9746f20 Tweak Overflow.sksl to generate the same output on Windows & other OS by Brian Osman · 3 years ago
  11. 8c75b2d Simplify conservative clip tracking for SkNoPixelsDevice by Michael Ludwig · 3 years ago
  12. f8a5504 SkSL: Use type-specific sampling intrinsics, rather than fn-call syntax by Brian Osman · 3 years ago
  13. 878d8fb Improve constant folding for boolean vectors. by John Stiles · 3 years ago
  14. 877858a Removed unnecessary GL extensions by Ethan Nicholas · 3 years ago
  15. 0c4dd7a Add ES3 versions of min/max/mix/clamp to public SkSL. by John Stiles · 3 years ago
  16. 6f90c70 Improve runtime-intrinsic plotting. by John Stiles · 3 years ago
  17. 53009db Reland "Downgrade giant clip ops' AA in SkRasterClipStack" by Michael Ludwig · 3 years ago
  18. e1fb47d [JetSki] plumb experimental SkText to JetSki by Jorge Betancourt · 3 years ago
  19. b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 3 years ago
  20. 0f36d11 Report pending errors from MetalCodeGenerator by Ethan Nicholas · 3 years ago
  21. d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  22. f248b35 Revert "Downgrade giant clip ops' AA in SkRasterClipStack" by Michael Ludwig · 3 years ago
  23. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  24. 3a15110 Downgrade giant clip ops' AA in SkRasterClipStack by Michael Ludwig · 3 years ago
  25. 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 3 years ago
  26. bb447be clean up code: explicits, finals, and namespace by Herb Derby · 3 years ago
  27. 2089b3c Remove redundant check from constant-value detection code. by John Stiles · 3 years ago
  28. 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 3 years ago
  29. 7cba20f use a tent filter for sigma larger than 132 by Herb Derby · 3 years ago
  30. 39f6da4 Switched Context::errors() over to a field access by Ethan Nicholas · 3 years ago
  31. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  32. d361690 Fix diagonal-matrix assertion discovered by fuzzer. by John Stiles · 3 years ago
  33. e127304 Fix stringop-overflow in SkString by Ben Wagner · 3 years ago
  34. 313c948 Remove ErrorReporter pointer from DSL by Ethan Nicholas · 3 years ago
  35. 466b280 Reland "Metal: Use StoreAndResolve store action when possible." by Jim Van Verth · 3 years ago
  36. c7e0f19 Move FP function writing to GrGLSLProgramBuilder. by Brian Salomon · 3 years ago
  37. 3681662 Add trunc/round/roundEven SKSL ES3 public APIs. by John Stiles · 3 years ago
  38. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years ago
  39. 1432816 Roll SPIRV-Cross by Brian Osman · 3 years ago
  40. 7253a20 Improve error-checking during array-size conversion. by John Stiles · 3 years ago
  41. 8f633ef Fix assertion discovered by fuzzer. by John Stiles · 3 years ago
  42. e312532 [fuzzer] Add docs about oss-fuzz dashboard and coverage report by Kevin Lubick · 3 years ago
  43. 9ad7874 [fuzzer] Add docs about testing oss-fuzz locally. by Kevin Lubick · 3 years ago
  44. 2f0debc Roll ANGLE from 54e311162ff3 to 8c05fd4fe56a (14 revisions) by skia-autoroll · 3 years ago
  45. f3812a3 Roll Dawn from bd45466c6d4c to dd1a5b3ad3e0 (2 revisions) by skia-autoroll · 3 years ago
  46. 6b335c5 Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 3 years ago
  47. ab6c872 Roll SK Tool from 32db94dfd0b8 to 36d308a1e51f by skia-autoroll · 3 years ago
  48. 51e33b5 Revert "Metal: Use StoreAndResolve store action when possible." by Jim Van Verth · 3 years ago
  49. 461c0eb Update deprecated wgpu:: structures. by Corentin Wallez · 3 years ago
  50. 931d226 Require generation to be GLSL 3.30 in GrShaderCaps::supportsSkSLES3(). by John Stiles · 3 years ago
  51. a7f9d8c Metal: Use StoreAndResolve store action when possible. by Jim Van Verth · 3 years ago
  52. 95c9734 Reland "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Mike Reed · 3 years, 1 month ago
  53. edad81e The Debian10 bots in the skolo are now 10.10 instead of 10.3. by Joe Gregorio · 3 years ago
  54. 890f3b3 [fuzz] Update documentation by Kevin Lubick · 3 years ago
  55. b39236b Add `floatBitsToInt` family of ES3 intrinsics to SkSL public ES3. by John Stiles · 3 years ago
  56. 55dc5c8 Fix assertion in constant-folder when using float4(mat2) casts. by John Stiles · 3 years ago
  57. 2fadbed Roll ANGLE from 8ffb4602b3f4 to 54e311162ff3 (7 revisions) by skia-autoroll · 3 years ago
  58. bffa137 Roll SwiftShader from 15941846e006 to 9eb5acaba94c (2 revisions) by skia-autoroll · 3 years ago
  59. 5b37de8 Roll Dawn from 41e3931b04b6 to bd45466c6d4c (6 revisions) by skia-autoroll · 3 years ago
  60. fbb736b Pass the return type through to evaluate/coalesce functions. by John Stiles · 3 years ago
  61. 9c682ec abstract blur pass creation by Herb Derby · 3 years ago
  62. e453fa0 Move some v1-only gpu/tessellate files to gpu/ops by Robert Phillips · 3 years ago
  63. a4625e2 [pdf] Fully position after emitting Type3 glyph by Ben Wagner · 3 years ago
  64. cd2c1be Reland "Metal: update to using MTLGPUFamily for caps checks." by Jim Van Verth · 3 years ago
  65. db0ec08 Move GrPathRenderer and GrPathRendererChain to skgpu::v1 namespace by Robert Phillips · 3 years ago
  66. eb0195e Delete all code related to disabling multisample by Chris Dalton · 3 years ago
  67. f8e69ca SkText: refactoring, also a bug fix by Julia Lavrova · 3 years ago
  68. 6ec4701 Use extract_matrix to shrink code size. by John Stiles · 3 years ago
  69. 43e70f1 Move 2 path renderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  70. ffc0189 Use string_view for intrinsic-list map. by John Stiles · 3 years ago
  71. c61d1bf Implement determinant() in SkSL ES3 public API. by John Stiles · 3 years ago
  72. 9af527b Move RandomColor and RandomCoverage into GrTest. by John Stiles · 3 years ago
  73. 57bd619 Return the input-matrix determinant from SkInvertNxNMatrix. by John Stiles · 3 years ago
  74. 832f3fb Move GrTessellationPathFlags to their own header (GrTessTypes.h) by Robert Phillips · 3 years ago
  75. dfadba8 switch to byte size by Herb Derby · 3 years ago
  76. abae275 Fix shadowed-variable warning in PathIter bench code. by John Stiles · 3 years ago
  77. 8510818 Roll ANGLE from 7e040640ef1c to 8ffb4602b3f4 (13 revisions) by skia-autoroll · 3 years ago
  78. f47f81b Roll SwiftShader from 803ceb58c92c to 15941846e006 (2 revisions) by skia-autoroll · 3 years ago
  79. b7ec147 Roll Dawn from 71d7c2e6707e to 41e3931b04b6 (1 revision) by skia-autoroll · 3 years ago
  80. cbbe23d Revert "Metal: update to using MTLGPUFamily for caps checks." by Brian Osman · 3 years ago
  81. 63618ac Revert "Remove maccatalyst available check." by Brian Osman · 3 years ago
  82. 0c12e32 Reland "Add GM slide for ES3 trig intrinsics." by John Stiles · 3 years ago
  83. 69ae22d Remove maccatalyst available check. by Jim Van Verth · 3 years ago
  84. 9078a89 Avoid mix-up between MAIN_COORDS and FRAGCOORD. by John Stiles · 3 years ago
  85. 384c9dd encapsulate the gaussian blur as a class by Herb Derby · 3 years ago
  86. 282af12 Revert "Add GM slide for ES3 trig intrinsics." by John Stiles · 3 years ago
  87. a209ba1 Metal: update to using MTLGPUFamily for caps checks. by Jim Van Verth · 3 years ago
  88. 0733d48 Check for SkSL ES3 capabilities in GrShaderCaps. by John Stiles · 3 years ago
  89. 3cb09c0 Add GM slide for ES3 trig intrinsics. by John Stiles · 3 years ago
  90. b54ae1f Explain integerSupport() in a comment. by John Stiles · 3 years ago
  91. 9030a3b Move GrStencilMaskHelper and GrStencilClip to skgpu::v1 namespace by Robert Phillips · 3 years ago
  92. 13851a4 [infra] Remove Nexus5x jobs, move Wuffs to Pixel4 by Eric Boren · 3 years ago
  93. fcb5023 Remove old color space configs from tools by Brian Osman · 3 years ago
  94. 74b9432 Move GrClipStack to skgpu::v1 namespace by Robert Phillips · 3 years ago
  95. 1e45dcd Add compile-time optimization for transpose(). by John Stiles · 3 years ago
  96. 2ed4a36 Reland "Correctly downgrade per-entry filter/mm local variables" by Michael Ludwig · 3 years ago
  97. a7ea663 Revert "Use generation() to detect ES3 support." by John Stiles · 3 years ago
  98. f61ec43 Roll ANGLE from 0be285c6ee72 to 7e040640ef1c (12 revisions) by skia-autoroll · 3 years ago
  99. df62189 Roll Dawn from e7e8d5c48611 to 71d7c2e6707e (3 revisions) by skia-autoroll · 3 years ago
  100. db857ce Make GrSmallPathAtlasMgr and GrSmallPathShapeData v1-only files by Robert Phillips · 3 years ago