1. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years, 1 month ago
  2. e1d523d Remove SkTLList by Michael Ludwig · 3 years, 1 month ago
  3. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years, 1 month ago
  4. 51d83ab Ease HarfBuzz API change with feature detection by Ben Wagner · 3 years, 1 month ago
  5. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 1 month ago
  6. e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  7. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 1 month ago
  8. 66684b1 Roll HarfBuzz from 2.6.4 to 2.8.2-147 by Garret Rieger · 3 years, 1 month ago
  9. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 1 month ago
  10. 5ac7f33 Add V2 SFC and SDC stubs by Robert Phillips · 3 years, 1 month ago
  11. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 1 month ago
  12. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 1 month ago
  13. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 1 month ago
  14. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 1 month ago
  15. 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years, 1 month ago
  16. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years, 1 month ago
  17. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years, 1 month ago
  18. 86b2c95 Update gn_to_bp_utils to support python3 by Leon Scroggins III · 3 years, 1 month ago
  19. 46eb3ab Make v1/SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  20. e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years, 1 month ago
  21. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  22. d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years, 1 month ago
  23. 68c9325 Create test case to repro skia:12212. by John Stiles · 3 years, 2 months ago
  24. 1a2e7de Update tests for a V1-only skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  25. 131410a Add regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  26. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  27. 5992f9e draw vertices: fast triangles using a shader by Herb Derby · 3 years, 2 months ago
  28. 310178c Microbench for canvas save/restore calls by Brian Osman · 3 years, 1 month ago
  29. 6966981 Add a 'pathMatrix' to GrPathTessellator::prepare by Chris Dalton · 3 years, 1 month ago
  30. 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years, 1 month ago
  31. 6a54042 Add GrMtlRenderPipeline. by Jim Van Verth · 3 years, 2 months ago
  32. 04f22ea Feed all top-level GPU accessors through skgpu::BaseDevice (take 2) by Robert Phillips · 3 years, 2 months ago
  33. bb2ef92 Add private blender type to SkSL built-in types. by John Stiles · 3 years, 1 month ago
  34. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 2 months ago
  35. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years, 1 month ago
  36. d91d234 Revert "Feed all top-level GPU accessors through skgpu::BaseDevice" by Robert Phillips · 3 years, 2 months ago
  37. 5de8b19 Feed all top-level GPU accessors through skgpu::BaseDevice by Robert Phillips · 3 years, 2 months ago
  38. fb21225 Improve tests/comments, to prepare for calling functions before definition by Brian Osman · 3 years, 2 months ago
  39. aebe248 SkFilterQuality is gone. by Mike Reed · 3 years, 2 months ago
  40. 7a0d3c3 Revise GM infrastructure to not rely on GrSurfaceDrawContext by Robert Phillips · 3 years, 2 months ago
  41. b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years, 2 months ago
  42. a7a9443 rename the VM blitter to SkVMBlitter by Herb Derby · 3 years, 2 months ago
  43. 259b468 Reduce GrOnFlushResourceProvider's functionality by Robert Phillips · 3 years, 2 months ago
  44. dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years, 2 months ago
  45. 960a4f8 Add GrMtlFrameBuffer. by Jim Van Verth · 3 years, 2 months ago
  46. e40495d Untangle GrSurfaceDrawContext.h, GrTextureOp.h and GrFillRectOp.h by Robert Phillips · 3 years, 2 months ago
  47. 946a4cb First pass at a no-SkSL CPU build by Brian Osman · 3 years, 2 months ago
  48. 01e6273 rm flutter support for filterquality by Mike Reed · 3 years, 2 months ago
  49. 11a20bb rm getblendmode flag for flutter by Mike Reed · 3 years, 2 months ago
  50. f2de1b8 Fix crash when drawing a GPU-backed surface onto raster. by John Stiles · 3 years, 2 months ago
  51. 0397ae4 Reland "Add unit test confirming Runtime Blends match native blends." by John Stiles · 3 years, 2 months ago
  52. 0547b91 Revert "Add unit test confirming Runtime Blends match native blends." by Mike Reed · 3 years, 2 months ago
  53. 0b62a05 Add unit test confirming Runtime Blends match native blends. by John Stiles · 3 years, 2 months ago
  54. a92913e Make GrAuditTrail V1-only by Robert Phillips · 3 years, 2 months ago
  55. ce7cdcd Add test for SkSL vector-slice constructors. by John Stiles · 3 years, 2 months ago
  56. 5643e55 Add flag for filterquality in flutter by Mike Reed · 3 years, 2 months ago
  57. 7f56b41 Add scalar-swizzling tests for int and bool types. by John Stiles · 3 years, 2 months ago
  58. 49c4176 Shore up matrix/vector conversion tests. by John Stiles · 3 years, 2 months ago
  59. f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 2 months ago
  60. c98dbc6 Hide deprecated SkPaint::getBlendMode by Mike Reed · 3 years, 2 months ago
  61. bc35495 Fix python3 issue in compile_sksl_tests.py by Brian Osman · 3 years, 2 months ago
  62. 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 2 months ago
  63. 6de2e1d Add support for matrix-to-vector conversions in SkSL. by John Stiles · 3 years, 2 months ago
  64. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 2 months ago
  65. 5a825da Reland "Add tests for matrix-vector conversions." by John Stiles · 3 years, 2 months ago
  66. b1fd64e Extract a GrAtlasInstancedHelper subclass by Chris Dalton · 3 years, 2 months ago
  67. f009db5 Revert "Add tests for matrix-vector conversions." by John Stiles · 3 years, 2 months ago
  68. a897812 Add tests for matrix-vector conversions. by John Stiles · 3 years, 2 months ago
  69. 72354b0 Move more gms and tests into the V1-only pile by Robert Phillips · 3 years, 2 months ago
  70. 26ea975 Arithmetic blender by Mike Reed · 3 years, 2 months ago
  71. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 2 months ago
  72. ed5181e Remove .fp tests and build steps by Brian Osman · 3 years, 2 months ago
  73. 07bf388 Convert binary unrolled gradient colorizer to GrSkSLFP by Brian Osman · 3 years, 2 months ago
  74. 4c886ee Revert "Revert "Convert GrConfigConversionEffect to a runtime FP"" by Brian Osman · 3 years, 2 months ago
  75. 2dc2859 flutter: add build flag to stage stroking change by Tyler Denniston · 3 years, 2 months ago
  76. 758d81f Reland "Metal: Add labels to help with GPU Debugging" by Jim Van Verth · 3 years, 2 months ago
  77. d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 2 months ago
  78. 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 2 months ago
  79. cc44feb Start using skgpu::v1 and skgpu::v2 namespaces by Robert Phillips · 3 years, 2 months ago
  80. 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 2 months ago
  81. e9ab391 Reland "Convert GrDitherEffect to a runtime FP" by Brian Osman · 3 years, 2 months ago
  82. 1c46777 Revert "Convert GrConfigConversionEffect to a runtime FP" by Brian Osman · 3 years, 2 months ago
  83. 3dd52c7 Revert "Convert GrDitherEffect to a runtime FP" by Brian Osman · 3 years, 2 months ago
  84. 2fa843a Convert GrDitherEffect to a runtime FP by Brian Osman · 3 years, 2 months ago
  85. d584ddd Add skottie-vs-png decode bench by Florin Malita · 3 years, 2 months ago
  86. 024668c Rename gn options to skgpu_v1 and skgpu_v2 by Robert Phillips · 3 years, 2 months ago
  87. 1a82a4e Remove GrResourceProvider.h from all other header files by Robert Phillips · 3 years, 2 months ago
  88. 4a77813 Convert GrConfigConversionEffect to a runtime FP by Brian Osman · 3 years, 2 months ago
  89. 34b52bf Revert "Metal: Add labels and debug groups to help with GPU Debugging." by Greg Daniel · 3 years, 2 months ago
  90. eaa76b9 Replace mask blur FPs with GrSkSLFP by Brian Osman · 3 years, 2 months ago
  91. 9e583bf Metal: Add labels and debug groups to help with GPU Debugging. by Jim Van Verth · 3 years, 2 months ago
  92. c6804ed Convert Clamped and Tiled gradient effects to GrSkSLFP by Brian Osman · 3 years, 2 months ago
  93. 549c6b8 Added Poison values to SkSL to improve DSL error handling by Ethan Nicholas · 3 years, 2 months ago
  94. 9f745d9 Remove SkMatrix44 by Mike Reed · 3 years, 3 months ago
  95. 9204ca6 Replace GrAlphaThresholdFP with GrSkSLFP by Brian Osman · 3 years, 2 months ago
  96. b384eb2 Convert shape-clipping FPs to GrSkSLFP by Brian Osman · 3 years, 2 months ago
  97. 65b4597 Reland "Replace some gradient .fps with runtime FPs" by Brian Osman · 3 years, 2 months ago
  98. 16c0791 Revert "Replace some gradient .fps with runtime FPs" by Brian Osman · 3 years, 2 months ago
  99. bef379b Add SkBlendModeBlender class. by John Stiles · 3 years, 2 months ago
  100. 68d6983 Replace some gradient .fps with runtime FPs by Brian Osman · 3 years, 3 months ago