1. 68072a4 Perform the loop-exit test when continuing from inside a do-while. by John Stiles · 3 years, 7 months ago
  2. 6e92709 [canvaskit] Remove isNode and saveAsPicture by Kevin Lubick · 3 years, 7 months ago
  3. a0f7654 SkSL For statement now enforces correct initializer type by Ethan Nicholas · 3 years, 7 months ago
  4. 624a529 Added an API for creating RuntimeEffects using the SkSL DSL. by Ethan Nicholas · 3 years, 7 months ago
  5. 224e5e4 Generalize the squircle runtime effect to draw "super rounded rects" by Chris Dalton · 3 years, 7 months ago
  6. b5ea786 Viewer: apply same transform as slide to dimensions display. by Jim Van Verth · 3 years, 7 months ago
  7. c81ad2d Lower GPU budget to 16MB on some desktop bots by Adlai Holler · 3 years, 7 months ago
  8. 32f1553 Add halfLeading to TextStyle and StrutStyle: https://github.com/flutter/engine/pull/24668 by weiyuhuang · 3 years, 7 months ago
  9. 1456aff Fix android framework build in GrVkOpsRenderPass. by Greg Daniel · 3 years, 7 months ago
  10. 6ac5310 Incorporate top-level DSL blocks into fragment processors. by John Stiles · 3 years, 7 months ago
  11. da34d09 Fix gm dimensions by Mike Reed · 3 years, 7 months ago
  12. 60ec617 Use GrVkFramebuffer throughout GrVkOpsRenderPass instead of GrVkRT. by Greg Daniel · 3 years, 7 months ago
  13. b34270e Fix gpuResourceCacheLimit implementation by Adlai Holler · 3 years, 7 months ago
  14. b4e08be Expose experimental iterator on SkParagraph by Mike Reed · 3 years, 7 months ago
  15. e2b457a Fix CMakeLists to find Emscripten headers by Kevin Lubick · 3 years, 7 months ago
  16. e90a295 fix SkCanvas::drawGlyphs's bounds calculation by Herb Derby · 3 years, 7 months ago
  17. 35c894e More plumbing for new virtual onDrawGlyphRunList by Mike Reed · 3 years, 7 months ago
  18. ce58502 Fix implicit references to _input when GrSkSLFP invokes children by Brian Osman · 3 years, 7 months ago
  19. 829de5b Remove sample variants from runtime shaders by Brian Osman · 3 years, 7 months ago
  20. f112483 Roll SK Tool from a34c89040445 to 28a50e3888cb by skia-autoroll · 3 years, 7 months ago
  21. c42f7727 Roll Chromium from b11e0710253c to c6b364c274f4 (482 revisions) by skia-autoroll · 3 years, 7 months ago
  22. e33da90 Roll ANGLE from 212849e9323a to f2aa9d5da699 (16 revisions) by skia-autoroll · 3 years, 7 months ago
  23. 1efd7fc Roll Dawn from e87ea2bedc8b to 413dcf8a40df (5 revisions) by skia-autoroll · 3 years, 7 months ago
  24. de89bf0 [androidkit] Start sketching out Paint by Florin Malita · 3 years, 7 months ago
  25. 0962268 Fix SampleUsage analysis for calls that use coords and color by Brian Osman · 3 years, 7 months ago
  26. dcde69b Direct3D: Add UAV support to the root signature by Jim Van Verth · 3 years, 7 months ago
  27. 102d6e5 Add test case for sample() with color and various forms of coords by Brian Osman · 3 years, 7 months ago
  28. 70fae35 Preserve winding scale for outer edges in AA triangulation by Michael Ludwig · 3 years, 7 months ago
  29. 387309c Fall back to unordered DAG if we go over budget by Adlai Holler · 3 years, 7 months ago
  30. f35853a Clarify output from rewrite_includes assertion. by John Stiles · 3 years, 7 months ago
  31. 3910bc9 introduce SkCanvas::onDrawGlyphRunList by Herb Derby · 3 years, 7 months ago
  32. 6860db7 Insert newlines in generated FP constructors by Brian Osman · 3 years, 7 months ago
  33. 665920e Roll skcms from 163066c2a041 to a638db877ef8 (1 revision) by skia-autoroll · 3 years, 7 months ago
  34. c204e5f Dawn: update fences to new API. by Stephen White · 3 years, 7 months ago
  35. eefde6f Clean up D3D12 shader compilation by Jim Van Verth · 3 years, 7 months ago
  36. b51dd57 Add GrResourceAllocator::reset by Adlai Holler · 3 years, 7 months ago
  37. e6f1d8c Add a reset method to SkTMultiMap by Adlai Holler · 3 years, 7 months ago
  38. 4d10e45 Add more support for UAVs and SRV miplevel access by Jim Van Verth · 3 years, 7 months ago
  39. 532b799 [sk] Add documentation by Eric Boren · 3 years, 7 months ago
  40. 333de88 Use fillPixelsWithLocalMatrix in SkBlurMaskFilterImpl::filterMaskGPU by Chris Dalton · 3 years, 7 months ago
  41. 0b1228d put an arena on GrRenderTargetProxy by Herb Derby · 3 years, 7 months ago
  42. cbb60bd Add runtime color filter and shader modes to the SkSL compiler by Brian Osman · 3 years, 7 months ago
  43. be834bf Fix up quotes and prototype decl from prev CL by Mike Reed · 3 years, 7 months ago
  44. 804c6ad Roll SK Tool from 182db4e6cd1b to e65260dcb444 by skia-autoroll · 3 years, 7 months ago
  45. 3a3d457 Roll Chromium from 576abd334c74 to b11e0710253c (429 revisions) by skia-autoroll · 3 years, 7 months ago
  46. 0629f7a Roll ANGLE from 9e1ccb240f59 to 212849e9323a (5 revisions) by skia-autoroll · 3 years, 7 months ago
  47. 8233285 Roll Dawn from f7d01e07cd84 to e87ea2bedc8b (4 revisions) by skia-autoroll · 3 years, 7 months ago
  48. 0b7a8b2 Roll SwiftShader from b71a5569b879 to f32791f5d53b (1 revision) by skia-autoroll · 3 years, 7 months ago
  49. de4bbdb Move vulkan external commandbuffer logic from RT to GrVkFramebufer. by Greg Daniel · 3 years, 7 months ago
  50. f1ce6fa Fix for loops with multiple init-variables in GLSL. by John Stiles · 3 years, 7 months ago
  51. 5c5f09b Redirect fillRectWithEdgeAA to fillRectToRect when edgeAA==kAll by Chris Dalton · 3 years, 7 months ago
  52. 3e4ff84 Revert GrOpsRenderPass::fUsesMSAASurface by Chris Dalton · 3 years, 7 months ago
  53. b91382e remove SkNx::rsqrt() by Mike Klein · 3 years, 7 months ago
  54. a36fa66 Fix for loops with multiple init-variables in Metal. by John Stiles · 3 years, 7 months ago
  55. c5d8608 Add unit test for for-loop with multiple variables. by John Stiles · 3 years, 7 months ago
  56. 5a32828 No VS specialization for identity or scale/trans in reduced shader mode by Brian Salomon · 3 years, 7 months ago
  57. 940ec1c remove unused SkNx::invert() by Mike Klein · 3 years, 7 months ago
  58. b3d1487 Demo different sampling options by Mike Reed · 3 years, 7 months ago
  59. 9983b1e Expose drawGlyphs to CK by Mike Reed · 3 years, 7 months ago
  60. 8e2a8b2 Surface resource cache through cmdline flag by Adlai Holler · 3 years, 7 months ago
  61. 7bf4145 Update Skia-Dawn for recent Dawn API changes. by Stephen White · 3 years, 7 months ago
  62. 354147a Replace GrConstColorProcessor with a runtime FP by Brian Salomon · 3 years, 7 months ago
  63. 3c1ed9c add bounds generation code to SkGlyphRun by Herb Derby · 3 years, 7 months ago
  64. ec745c1 Roll ANGLE from 68f1203d29c9 to 9e1ccb240f59 (9 revisions) by skia-autoroll · 3 years, 7 months ago
  65. e264ba3 Roll skcms from 411e27776f5c to 163066c2a041 (1 revision) by skia-autoroll · 3 years, 7 months ago
  66. cdee120 Cache runtime color filter alpha-unchanged flag on the effect by Brian Osman · 3 years, 7 months ago
  67. 343c15a Additional trace events for SVG parse and render operations by Dominik Röttsches · 3 years, 7 months ago
  68. 0a0a50a Use .dsl.cpp suffix for DSL C++ instead of _dsl.cpp. by John Stiles · 3 years, 7 months ago
  69. 4df814c [COLRv1] Special case a sequence of PaintGlyph + solid/gradient fill by Dominik Röttsches · 3 years, 7 months ago
  70. e0f3d61 Change GlyphIDArray to 16bit by Mike Reed · 3 years, 7 months ago
  71. 93cb72e Roll SK Tool from e08f5bc2712e to 182db4e6cd1b by skia-autoroll · 3 years, 7 months ago
  72. f37b23d Extract configuring SkPaint from FreeType COLRv1 Paint info by Dominik Röttsches · 3 years, 7 months ago
  73. 11b6b59 Roll Chromium from f9ddd1cf5caa to 576abd334c74 (487 revisions) by skia-autoroll · 3 years, 7 months ago
  74. ff5b669 Roll ANGLE from 15f4925ac3a6 to 68f1203d29c9 (27 revisions) by skia-autoroll · 3 years, 7 months ago
  75. 891500f Roll SwiftShader from 77edad299907 to b71a5569b879 (2 revisions) by skia-autoroll · 3 years, 7 months ago
  76. 9ef95ba Roll Dawn from e19004566464 to f7d01e07cd84 (8 revisions) by skia-autoroll · 3 years, 7 months ago
  77. 82ab340 Fork CPPCodeGenerator into a DSL-based version. by John Stiles · 3 years, 7 months ago
  78. 577c606 Runtime effects: Support input color as a parameter to main() by Brian Osman · 3 years, 7 months ago
  79. 785a326 Don't elide GrMatrixEffect if matrix is identity. by Brian Salomon · 3 years, 7 months ago
  80. 8ed8081 GrSkSLFP no longer needs a GrContext by Brian Osman · 3 years, 7 months ago
  81. ac04d95 Factor out COLRv1 transforms to separate function by Dominik Röttsches · 3 years, 7 months ago
  82. debcbbf Flip the arguments to sample() when passing both coords and a color by Brian Osman · 3 years, 7 months ago
  83. 4bbb290 Concatenate matrices when GrMatrixEffect wraps another GrMatrixEffect by Brian Salomon · 3 years, 7 months ago
  84. 52b9e81 Rework gaussian blur to take advantage of GPU sampling. by Albert Chaulk · 3 years, 7 months ago
  85. 7128323 Reland "Remove code to push pixmaps to backend textures from GrGpu classes" by Brian Salomon · 3 years, 7 months ago
  86. 2517ce3 Add usesMSAASurface to GrMeshDrawOp::Target by Chris Dalton · 3 years, 7 months ago
  87. 34012d7 Revert "Remove code to push pixmaps to backend textures from GrGpu classes" by Brian Salomon · 3 years, 7 months ago
  88. 3738ef5 Move code generators to codegen/ directory. by John Stiles · 3 years, 7 months ago
  89. da2b0f4 Move the decision for useMSAASurface to GrOpsTask by Chris Dalton · 3 years, 7 months ago
  90. 8bad8f7 [androidkit] Register native methods explicitly by Florin Malita · 3 years, 7 months ago
  91. 7134646 Migrate SkSLExternalFunction to the ir/ directory. by John Stiles · 3 years, 7 months ago
  92. 3473b4e Rename D3D descriptor methods to be clearer by Jim Van Verth · 3 years, 7 months ago
  93. 2a650cc [androidkit] Split Canvas backing store into Surface by Florin Malita · 3 years, 7 months ago
  94. 45889d1 Remove code to push pixmaps to backend textures from GrGpu classes by Brian Salomon · 3 years, 7 months ago
  95. 04d4969 Fix apparent typo for 0-component swizzles. by John Stiles · 3 years, 7 months ago
  96. be8db78 Roll Dawn from edb79bafba1f to e19004566464 (11 revisions) by skia-autoroll · 3 years, 7 months ago
  97. aa6cf3f Roll ANGLE from f92eb43ce917 to 15f4925ac3a6 (10 revisions) by skia-autoroll · 3 years, 7 months ago
  98. 3627aff Roll Chromium from 5368f81b40a5 to f9ddd1cf5caa (949 revisions) by skia-autoroll · 3 years, 7 months ago
  99. e58231a Removed unused SkInterpolator by Mike Reed · 3 years, 7 months ago
  100. 06203df Replace three mix() calls with one swizzled mix(). by John Stiles · 3 years, 7 months ago