1. 3b97aa2 Add NGA compilation stubs by Robert Phillips · 3 years, 4 months ago
  2. 5e1f135 Re-enable tessellation for cacheable strokes by Chris Dalton · 3 years, 4 months ago
  3. 8c9ccc8 Optimize compound constructors containing constant vars. by John Stiles · 3 years, 4 months ago
  4. 080001c [svg] Fix nullptr deref for none input paints by Tyler Denniston · 3 years, 4 months ago
  5. 7bd87fc [androidkit] refactor Surface.getCanvas to be implemented at a subclass level by Jorge Betancourt · 3 years, 4 months ago
  6. 141b38b Reland "Do reordering & memory budgeting after onFlushCB" by Adlai Holler · 3 years, 4 months ago
  7. 0b82279 Remove the ModifiersPool argument to FunctionDeclaration::Convert. by John Stiles · 3 years, 4 months ago
  8. 34db2dd Revert "Transform verts using nonsquare matrices when available." by Greg Daniel · 3 years, 4 months ago
  9. bcc03b3 Roll Chromium from 2dddec205bbd to 565426207196 (492 revisions) by skia-autoroll · 3 years, 4 months ago
  10. 836bfa5 Roll Dawn from 6e62e2f8e529 to a7f1c50f498e (2 revisions) by skia-autoroll · 3 years, 4 months ago
  11. a233509 Revert "Do reordering & memory budgeting after onFlushCB" by Greg Daniel · 3 years, 4 months ago
  12. 6924597 Revert "Re-enable CCPR atlasing + reordering" by Greg Daniel · 3 years, 4 months ago
  13. baa74dc Disallow caching of non-ninepatchable blur mask filtered round rects by Robert Phillips · 3 years, 4 months ago
  14. 5ead7e1 Update version of libjpeg-turbo used by Skia's test infra by Leon Scroggins · 3 years, 4 months ago
  15. a47b351 Remove vector of ModifierPools for core modules. by John Stiles · 3 years, 4 months ago
  16. 10d39d9 Migrate ModifiersPool into the context. by John Stiles · 3 years, 4 months ago
  17. 48faf7b Improve typeface test assert information. by Ben Wagner · 3 years, 4 months ago
  18. 46d0c04 Revert "Re-enable tessellation for cacheable paths" by Chris Dalton · 3 years, 4 months ago
  19. 4fc3a01 Move all GrTFlagsMask operators into bitfield macro definitions. by Greg Daniel · 3 years, 4 months ago
  20. 2992fb0 [svg] Refactor SkSVGImage to expose image loading by Tyler Denniston · 3 years, 4 months ago
  21. 86f31f2 [svg] Fix filter effect subregion calculation by Tyler Denniston · 3 years, 4 months ago
  22. c1a5a48 Move editor into utils by Mike Reed · 3 years, 4 months ago
  23. 371f6e1 Refactored SkSL function creation and error handling by Ethan Nicholas · 3 years, 4 months ago
  24. 4fd6d0c Don't pass GrRecordingContext and GrSurfaceDraw to SkGpuDevice by Brian Salomon · 3 years, 4 months ago
  25. 51ba1a9 Enable reordering on Pixel5 Vulkan by Adlai Holler · 3 years, 4 months ago
  26. a1a0b92 Added DSLWrapper so DSL classes can be used in containers by Ethan Nicholas · 3 years, 4 months ago
  27. e2a2dfd Enable reordering on Pixel4, 4XL Vulkan by Adlai Holler · 3 years, 4 months ago
  28. 722c83e Removed byte/ubyte types from SkSL by Ethan Nicholas · 3 years, 4 months ago
  29. 4b6b1dd Re-enable CCPR atlasing + reordering by Adlai Holler · 3 years, 4 months ago
  30. 2776dd1 Direct3D: More interface changes to support mipmap generation. by Jim Van Verth · 3 years, 4 months ago
  31. f2872e6 Use accessors to refer to the ModifiersPool. by John Stiles · 3 years, 4 months ago
  32. 566cf46 Do reordering & memory budgeting after onFlushCB by Adlai Holler · 3 years, 4 months ago
  33. f5b03fc maintain RenderTask dependencies through merge by Herb Derby · 3 years, 4 months ago
  34. 048b5a2 Transform verts using nonsquare matrices when available. by John Stiles · 3 years, 4 months ago
  35. 2a5eacb Split some helpers into separate js file by Mike Reed · 3 years, 4 months ago
  36. 516c1ce Have CCPR atlas generator run for all paths, ignore opsTaskIDs by Adlai Holler · 3 years, 4 months ago
  37. dbed577 Re-enable tessellation for cacheable paths by Chris Dalton · 3 years, 4 months ago
  38. faf7bf5 Edit text by Mike Reed · 3 years, 4 months ago
  39. 64e74e6 Remove unused common repository by Ravi Mistry · 3 years, 4 months ago
  40. c2cca5a Revert "Better first-class shader & color filter support in runtime effects" by Greg Daniel · 3 years, 4 months ago
  41. b83199e Added unsigned types and type query functions to DSL by Ethan Nicholas · 3 years, 4 months ago
  42. 0cb3b82 Improved DSLType constructor signatures by Ethan Nicholas · 3 years, 4 months ago
  43. c17099c Add ARM to the denied club for KHR_blend_equation_advanced by Chris Dalton · 3 years, 4 months ago
  44. f60081c Roll Chromium from 1095e9117645 to 2dddec205bbd (420 revisions) by skia-autoroll · 3 years, 4 months ago
  45. 9c4f705 Roll ANGLE from 4ab224f7b05a to c6fb0e5afbdb (10 revisions) by skia-autoroll · 3 years, 4 months ago
  46. 3f53b17 Roll Dawn from c74af7037817 to 6e62e2f8e529 (1 revision) by skia-autoroll · 3 years, 4 months ago
  47. adadb95 Better first-class shader & color filter support in runtime effects by Brian Osman · 3 years, 5 months ago
  48. 537293bf Don't attempt to use stencil on wrapped, stencil-less targets by Chris Dalton · 3 years, 4 months ago
  49. bf68864 Support arrow-keys by Mike Reed · 3 years, 4 months ago
  50. b6cce2d don't draw strings that have no glyphs by Herb Derby · 3 years, 4 months ago
  51. 4ecc0f4 Revert "Fix semaphore support check on GrDirectContext::wait" by Greg Daniel · 3 years, 4 months ago
  52. 80ba617 [svg] Implement 'display:none' by Tyler Denniston · 3 years, 4 months ago
  53. 561aa83 Roll SK Tool from 55a19cee35b8 to 23a0b822befe by skia-autoroll · 3 years, 4 months ago
  54. ca2ad53 Remove getShapedRuns, add some dox by Mike Reed · 3 years, 4 months ago
  55. 75b43ce Add a driver workaround for Adreno 620, 640 GL reordering by Adlai Holler · 3 years, 4 months ago
  56. 6711779 Fix semaphore support check on GrDirectContext::wait by Greg Daniel · 3 years, 4 months ago
  57. a46fe7d Return shapedlines for text api by Mike Reed · 3 years, 4 months ago
  58. f1ff004 Remove unused inlining flag. by John Stiles · 3 years, 4 months ago
  59. 8f39137 Simplify optimization flags in a bunch of FPs by Brian Osman · 3 years, 4 months ago
  60. ec79349 Add caps bit for nonsquare matrix availability. by John Stiles · 3 years, 4 months ago
  61. ff8b52d Roll ANGLE from 257b29efa976 to 4ab224f7b05a (7 revisions) by skia-autoroll · 3 years, 4 months ago
  62. 856693b Roll Chromium from 720eb67ae375 to 1095e9117645 (533 revisions) by skia-autoroll · 3 years, 4 months ago
  63. c779d43 Roll Dawn from 2a979e6b70f6 to c74af7037817 (9 revisions) by skia-autoroll · 3 years, 4 months ago
  64. 5c95bcb Roll SK Tool from 6613f376bd82 to 5aa7ac620be2 by skia-autoroll · 3 years, 4 months ago
  65. 5dfb3f4 Collect DMSAA stats by Chris Dalton · 3 years, 4 months ago
  66. 097263b Track mouse for cursor and hilites by Mike Reed · 3 years, 4 months ago
  67. 31fddc3 MSKP support in nanobench by Brian Salomon · 3 years, 4 months ago
  68. d87a98f Add LOCAL_LICENSE_KINDS to external/skia by Leon Scroggins · 3 years, 4 months ago
  69. 5567862 [canvaskit] Remove unnecessary imports by Kevin Lubick · 3 years, 4 months ago
  70. 2579c28 nanobench: Don't tile skps outside their cull rect by Chris Dalton · 3 years, 4 months ago
  71. 8e880af Choose background color and whether to draw mskp bounds in viewer by Brian Salomon · 3 years, 4 months ago
  72. 48fb05b [svg] Fix text object bounding box resolution by Florin Malita · 3 years, 4 months ago
  73. a76e81c Roll SK Tool from 657a2591e9dc to 6613f376bd82 by skia-autoroll · 3 years, 4 months ago
  74. cdcd9a7 [svg] Implement spot light sources by Tyler Denniston · 3 years, 4 months ago
  75. 7c59ab8 Honor static statements in DSL C++ codegen. by John Stiles · 3 years, 4 months ago
  76. 391a9f6 Fetch random numbers for TestCreate in a predictable order. by John Stiles · 3 years, 4 months ago
  77. 768d971 Remove last usage of GrTextureAdjuster and delete it and parent class. by Brian Salomon · 3 years, 4 months ago
  78. e9c2c5a Added support for DSL global variables by Ethan Nicholas · 3 years, 4 months ago
  79. 8a6537d Added DSL support for static if & switch statements by Ethan Nicholas · 3 years, 4 months ago
  80. 159fd84 The first draft of improved & simplified Text API by Julia Lavrova · 3 years, 7 months ago
  81. 5276ba2 Add --reducedshaders to fm by Brian Salomon · 3 years, 4 months ago
  82. 3010f3d [svg] Refactor object bounding box access by Florin Malita · 3 years, 4 months ago
  83. 995f2e6 [canvaskit] Scope IsWhiteSpace to GlyphRunFlags by Kevin Lubick · 3 years, 4 months ago
  84. e2c14b5 [canvaskit] Make local-example explicitly use Python2 by Kevin Lubick · 3 years, 4 months ago
  85. 1293577 Don't use small path renderer with high distortion transforms. by Jim Van Verth · 3 years, 4 months ago
  86. 14efdd3 [androidkit] add transformation operations to Matrix by Jorge Betancourt · 3 years, 4 months ago
  87. a60cc3e Fix DSL handling of doubles by Ethan Nicholas · 3 years, 5 months ago
  88. 0bc4822 Reland "FPS and frame control for MSKP slide." by Brian Salomon · 3 years, 5 months ago
  89. 18607b4 Reland "Optimize away swizzles of constant variables." by John Stiles · 3 years, 4 months ago
  90. e26dcf5 Respect the result type during constant folding. by John Stiles · 3 years, 4 months ago
  91. e4c4322 Disable StructsInFunctions test on Adreno. by John Stiles · 3 years, 4 months ago
  92. 00a1992 Roll Chromium from c7b9f6bbbec6 to 720eb67ae375 (424 revisions) by skia-autoroll · 3 years, 4 months ago
  93. 5394bbd Roll ANGLE from a766ab14edda to 257b29efa976 (11 revisions) by skia-autoroll · 3 years, 4 months ago
  94. 013a9b7 Roll Dawn from 4d5e02366a58 to 2a979e6b70f6 (2 revisions) by skia-autoroll · 3 years, 4 months ago
  95. e74638b Add View->FP helper to SkImage_Base, use instead of GrTextureAdjuster. by Brian Salomon · 3 years, 4 months ago
  96. 3934647 Reland "Implement operator== and != for Metal structs and arrays." by John Stiles · 3 years, 4 months ago
  97. a9d3cfb Revert "FPS and frame control for MSKP slide." by Joe Gregorio · 3 years, 4 months ago
  98. 3b75878 FPS and frame control for MSKP slide. by Brian Salomon · 3 years, 5 months ago
  99. 6c41bf5 Create mini-skia for RenderEngine by Leon Scroggins III · 3 years, 7 months ago
  100. 8c281fb Fix optimization flags of GrConvexPolyEffect by Brian Osman · 3 years, 4 months ago