1. 07c5f52 Pass sampling to drawImage calls by Mike Reed · 3 years, 7 months ago
  2. 04aef10 Add SkRuntimeEffect::makeImage() by Brian Salomon · 3 years, 7 months ago
  3. 9702fc6 SpecialImage draw takes sampling, not filter-quality by Mike Reed · 3 years, 8 months ago
  4. 8a42b09 Update GrInnerFanTriangulator to use an existing SkArenaAlloc by Chris Dalton · 3 years, 8 months ago
  5. b67a336 Disable inner fan triangulation for the tessellation atlas by Chris Dalton · 3 years, 8 months ago
  6. 95c2994 Revert "Run unit tests to verify SkSL folding behavior." by Greg Daniel · 3 years, 8 months ago
  7. e50b322 Revert "Consolidate SkSL CPU and GPU test code." by Mike Klein · 3 years, 8 months ago
  8. 6177b9b use ld2.4s/ld4.4s in load64/load128 by Mike Klein · 3 years, 8 months ago
  9. 97d1817 Allow Metal shaders to return half4 colors. by John Stiles · 3 years, 8 months ago
  10. 1089c0c Make sure we are using cached cpu memory for vulkan readback buffers. by Greg Daniel · 3 years, 8 months ago
  11. 34c56a5 Migrate to drawImage w/ sampling by Mike Reed · 3 years, 8 months ago
  12. d6b6f3e Added basic SkSL DSL statements by Ethan Nicholas · 3 years, 8 months ago
  13. 2a4c0fb Improve memory layout handling in SPIRV generator by Brian Osman · 3 years, 8 months ago
  14. 3b5b7d1 Merge adjacent GrOpsTasks with same target together by Adlai Holler · 3 years, 8 months ago
  15. eeeaae9 Consolidate SkSL CPU and GPU test code. by John Stiles · 3 years, 8 months ago
  16. 3193ff2 Remove SK_SHAPER_HARFBUZZ_USE_BAD_SCALE by Ben Wagner · 3 years, 8 months ago
  17. 4ecab92 Run unit tests to verify SkSL folding behavior. by John Stiles · 3 years, 8 months ago
  18. f577427 Fix lighting image filters by Michael Ludwig · 3 years, 8 months ago
  19. 2c73fc4 Roll freetype by Ben Wagner · 3 years, 8 months ago
  20. d272110 update alloc_tmp() to allocate blocks of N regs by Mike Klein · 3 years, 8 months ago
  21. bfc9be0 Migrate SkSL test inputs to the resources/ directory. by John Stiles · 3 years, 8 months ago
  22. da57fc0 Update skslc compiler script to allow for output path flexibility. by John Stiles · 3 years, 8 months ago
  23. 6a27243 [docker] Fix build by pointing to correct path by Kevin Lubick · 3 years, 8 months ago
  24. 7938717 Update folding tests to return pass/fail status. by John Stiles · 3 years, 8 months ago
  25. 8d3642e Add checkpointing functionality to the Parser. by John Stiles · 3 years, 8 months ago
  26. cc6961b Add checkpointing functionality to SkSL Lexer. by John Stiles · 3 years, 8 months ago
  27. 2cfdd7f Remove preferring cached memory for vulkan cpu write, gpu read memory. by Greg Daniel · 3 years, 8 months ago
  28. 5b9b0db SkSL vars now track their declaration instead of their initial value by Ethan Nicholas · 3 years, 8 months ago
  29. ce75036 SkSL: Remove ByteCode interpreter, generator, etc. by Brian Osman · 3 years, 8 months ago
  30. bacbb92 Revert "Revert "Reland "asyncRescaleAndRead supports unpremul results on GPU""" by Brian Salomon · 3 years, 8 months ago
  31. 7d5b90a Factor out modifier-token parsing into helper function. by John Stiles · 3 years, 8 months ago
  32. e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 3 years, 8 months ago
  33. 3727917 Squelch Metal warnings about unused _globals/_out. by John Stiles · 3 years, 8 months ago
  34. 450f856 Roll Chromium from dac687f4cbf2 to 465f56090c50 (418 revisions) by skia-autoroll · 3 years, 8 months ago
  35. a27bf72 Roll ANGLE from f0286e636456 to ff5f715e5c4a (11 revisions) by skia-autoroll · 3 years, 8 months ago
  36. 540b049 Roll Dawn from 762814bd9229 to db383498c5c6 (15 revisions) by skia-autoroll · 3 years, 8 months ago
  37. da1892a Roll SwiftShader from b3e5c440d239 to 22f14a877953 (5 revisions) by skia-autoroll · 3 years, 8 months ago
  38. e465205 Remove the offthread triangulation from GrPathTessellateOp by Chris Dalton · 3 years, 8 months ago
  39. c09761f [SkottieView] handle calls to setSource after first animation initialization by Jorge Betancourt · 3 years, 8 months ago
  40. e89d8ea Update particle system to use skvm, rather than ByteCode by Brian Osman · 3 years, 8 months ago
  41. f7410bd Remove unnecessary _out pointer in Metal. by John Stiles · 3 years, 8 months ago
  42. 37d16f1 Remove GrTriangulator::fIsLinear by Chris Dalton · 3 years, 8 months ago
  43. d538479 GrTriangulator cleanups by Chris Dalton · 3 years, 8 months ago
  44. 94e6791 Add new lazytiling GM and update GrTextureEffect by Robert Phillips · 3 years, 8 months ago
  45. 110367d Fix most remaining wasm gm unit tests by correctly providing gl context by Nathaniel Nifong · 3 years, 8 months ago
  46. 8a37fb2 [svg] Implement SourceAlpha input for filter effects by Tyler Denniston · 3 years, 8 months ago
  47. cff8542 [canvaskit] Include types in docker build by Kevin Lubick · 3 years, 8 months ago
  48. c7e4824 [svg] Several filter helper tweaks by Tyler Denniston · 3 years, 8 months ago
  49. b5db482 Improve consistency of SPIR-V code generation. by John Stiles · 3 years, 8 months ago
  50. bc4d88a Update legacy shader context to take sampling by Mike Reed · 3 years, 8 months ago
  51. 6de1e52 [canvaskit] Properly downsample 4x4 matrices. by Kevin Lubick · 3 years, 8 months ago
  52. 982127b Make render task targets be just a proxy. by Brian Salomon · 3 years, 8 months ago
  53. 25788c3 three small fixes for w-parameter by Mike Klein · 3 years, 8 months ago
  54. 1ed1734 baby's first use of st2/4 by Mike Klein · 3 years, 8 months ago
  55. 230cd50 close out simple assembler TODO by Mike Klein · 3 years, 8 months ago
  56. e0d0235 Remove obsolete reference to Flex lexer. by John Stiles · 3 years, 8 months ago
  57. 87a055b Roll ANGLE from 382f016dd3b6 to f0286e636456 (15 revisions) by skia-autoroll · 3 years, 8 months ago
  58. 0775ed1 Roll Chromium from 78d95924cc6a to dac687f4cbf2 (517 revisions) by skia-autoroll · 3 years, 8 months ago
  59. 3c14294 Roll Dawn from 311a17a8feae to 762814bd9229 (7 revisions) by skia-autoroll · 3 years, 8 months ago
  60. bf18fa2 Roll SwiftShader from 89fd1480b47e to b3e5c440d239 (5 revisions) by skia-autoroll · 3 years, 8 months ago
  61. 821a845 remove dead code from old drawimage virtuals by Mike Reed · 3 years, 8 months ago
  62. 08f5311 Detemplatize render task clustering by Adlai Holler · 3 years, 8 months ago
  63. 14d336e Remove "death" functions from particle system by Brian Osman · 3 years, 8 months ago
  64. 5501b59 Reland "Disable the MSAA atlas mode for CCPR" by Chris Dalton · 3 years, 8 months ago
  65. 6d717d4 GrQuadUtils: Handle degenerate persp quads where edges intersect outside quad by Brian Salomon · 3 years, 8 months ago
  66. c8f44ca Enable new virtuals in flutter by Mike Reed · 3 years, 8 months ago
  67. dd069a9 add interleaved load and store instructions by Mike Klein · 3 years, 8 months ago
  68. 8a9da73 Fix overzealous optimization of short-circuits. by John Stiles · 3 years, 8 months ago
  69. cdeabca [svg] Fix handling of root element position attributes by Florin Malita · 3 years, 8 months ago
  70. 81bfabe Optimize (boolExpr == true) and (boolExpr != false) into boolExpr. by John Stiles · 3 years, 8 months ago
  71. dd50b0c Add ExternalFunction support to SkSL-to-SkVM by Brian Osman · 3 years, 8 months ago
  72. 1b1c73a Remove deprecated SkBase64 interface. by Ben Wagner · 3 years, 8 months ago
  73. 489e552 Refactored SkSL convertVarDeclaration to make it more accessible from by Ethan Nicholas · 3 years, 8 months ago
  74. 4c89481be [svg] Implement feMorphology filter by Tyler Denniston · 3 years, 8 months ago
  75. 24c4d20 Generate simpler code for ClampFragmentProcessor. by John Stiles · 3 years, 8 months ago
  76. 2ed0d94 Refactored SkSL convertDo & convertFor by Ethan Nicholas · 3 years, 8 months ago
  77. abef5ef Update glsltype_string and type_to_grsltype to a complete set. by John Stiles · 3 years, 8 months ago
  78. 26fdcbb Implement constant folding for (bool == bool) and (bool != bool). by John Stiles · 3 years, 8 months ago
  79. 6eb610f Roll SwiftShader from 8da0f82baf35 to 89fd1480b47e (1 revision) by skia-autoroll · 3 years, 8 months ago
  80. 8490066 Roll Chromium from 00da91bbde3d to 78d95924cc6a (329 revisions) by skia-autoroll · 3 years, 8 months ago
  81. 8dddb04 Roll ANGLE from 81430e11c81e to 382f016dd3b6 (18 revisions) by skia-autoroll · 3 years, 8 months ago
  82. 7aa7f03 Roll Dawn from e45593cb0876 to 311a17a8feae (6 revisions) by skia-autoroll · 3 years, 8 months ago
  83. 18aeb57 Hide legacy drawImage methods by Mike Reed · 3 years, 8 months ago
  84. e0fe62a use fourth arg in store128 by Mike Klein · 3 years, 8 months ago
  85. 148224e Add GrSL enums for uint3 and uint4. by John Stiles · 3 years, 8 months ago
  86. b34d62b pull out clip code that will be shared by Herb Derby · 3 years, 8 months ago
  87. 420a75d Include placeholder widths in minIntrinsicWidth by Julia Lavrova · 3 years, 8 months ago
  88. b8ebe23 Reland "Support indexing by loop variables in SkVMGenerator" by Brian Osman · 3 years, 8 months ago
  89. b7e836c Revert "Support indexing by loop variables in SkVMGenerator" by Mike Klein · 3 years, 8 months ago
  90. 9679612 Reland "Test all YUVA image factories with different encoded origins." by Brian Salomon · 3 years, 8 months ago
  91. ebf5690 Support indexing by loop variables in SkVMGenerator by Brian Osman · 3 years, 8 months ago
  92. d717743 Extract some GrPathTessellatoOp logic into virtual helper classes by Chris Dalton · 3 years, 8 months ago
  93. f3087d8 allow a fourth Val/Reg arg per op by Mike Klein · 3 years, 8 months ago
  94. ea27de5 [svg] Cleanup: use FP alpha for opacity by Florin Malita · 3 years, 8 months ago
  95. aad9719 remove reg/imm unions by Mike Klein · 3 years, 8 months ago
  96. 94c7476 Fix decoding gifs with too-big-bounds by Leon Scroggins III · 3 years, 8 months ago
  97. 7656c4b Fix DrawEdgeAAQuad degenerate issue where 3D points don't correctly project to 2D points. by Brian Salomon · 3 years, 8 months ago
  98. f8dfc3b Generate valid Metal code when globals reference one another. by John Stiles · 3 years, 8 months ago
  99. 0c5c349 Optimize task clustering, part 1 by Adlai Holler · 3 years, 8 months ago
  100. bde06cc [svg] Cleanup: drop the presentation attribute SkPaint cache by Florin Malita · 3 years, 8 months ago