1. d6bf374 Graphite: Improve DM/Graphite connection by Robert Phillips · 2 years, 11 months ago
  2. 01754ec Graphite: Rough out DrawCommandList and BoundsManager by Michael Ludwig · 2 years, 11 months ago
  3. 5a6f160 Add more stub classes by Robert Phillips · 3 years ago
  4. f15c3ff Add SkSurface_Graphite stub by Robert Phillips · 3 years ago
  5. 9f6e463 Fixing all clang errors... by Julia Lavrova · 3 years ago
  6. 755e00e Update sprint to graphite name by Robert Phillips · 3 years ago
  7. 1a4080a More beachhead by Robert Phillips · 3 years ago
  8. fab0095 Establish beachhead by Robert Phillips · 3 years ago
  9. 40e5f54 Yet one more warning as an error coming from Android build by Julia Lavrova · 3 years ago
  10. d99e4f5 Fixing Android build bug by Julia Lavrova · 3 years ago
  11. 2844d3d Fix redefined-macro warning on non-UNIX platforms. by John Stiles · 3 years ago
  12. 9d0d426 Reland "The very first version of a new SkText API." by Julia Lavrova · 3 years ago
  13. efb7ae1 Revert "The very first version of a new SkText API." by Julia Lavrova · 3 years ago
  14. 8a20cea The very first version of a new SkText API. by Julia Lavrova · 3 years ago
  15. 398ef44 Reland "Reland "Small changes for SkText that are not in experimental directory"" by Julia Lavrova · 3 years ago
  16. b519949 Revert "Reland "Small changes for SkText that are not in experimental directory"" by Julia Lavrova · 3 years ago
  17. ce32c8a Reland "Small changes for SkText that are not in experimental directory" by Julia Lavrova · 3 years ago
  18. 481a58d Revert "Small changes for SkText that are not in experimental directory" by Brian Osman · 3 years ago
  19. 85dde4e add benchmarks for bilerp study by Herb Derby · 3 years ago
  20. 92f1bc0 Small changes for SkText that are not in experimental directory by Julia Lavrova · 3 years ago
  21. ec7b63a add baseline integer lerp by Herb Derby · 3 years ago
  22. 2505b2c use higher res to check [-1, 1) by Herb Derby · 3 years ago
  23. fe678d9 change of parameter from [0, 1) to [-1, 1) for better lerp by Herb Derby · 3 years ago
  24. 2b868d6 math and error rates for lerp by Herb Derby · 3 years ago
  25. 10d153e improve quality of life by Herb Derby · 3 years ago
  26. 0f2d2f0 implement ARM saturating multiply using ssse3 by Herb Derby · 3 years ago
  27. 535f43d add simulation for arm rounding saturating multiply by Herb Derby · 3 years ago
  28. 887230a basic experiments for understanding lowp by Herb Derby · 3 years ago
  29. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 3 years ago
  30. 2910452 [infra] Port serve.py from Python2 to 3 by Kevin Lubick · 3 years ago
  31. 9a0302c Revert "Simplify SkRasterClip now that it's only intersect/diff" by Robert Phillips · 3 years ago
  32. 75bab92 Simplify SkRasterClip now that it's only intersect/diff by Michael Ludwig · 3 years ago
  33. c1727fc [JetSki] pass SkPaint into experimental SkText drawText calls by Jorge Betancourt · 3 years ago
  34. f8e69ca SkText: refactoring, also a bug fix by Julia Lavrova · 3 years ago
  35. c87e951 SkText: refactoring in process by Julia Lavrova · 3 years ago
  36. 8343e00 SkText: implement select via styles by Julia Lavrova · 3 years ago
  37. ad5944c Refactoring Text Editor (in progress) by Julia Lavrova · 3 years, 1 month ago
  38. caa760e Fix -Wdeprecated-copy warnings by Brian Salomon · 3 years, 1 month ago
  39. 40f3db4 Reland "Experimental ICU runtime linking" by Florin Malita · 3 years, 1 month ago
  40. 6cce961 Revert "Experimental ICU runtime linking" by Florin Malita · 3 years, 1 month ago
  41. f4aab05 Experimental ICU runtime linking by Florin Malita · 3 years, 1 month ago
  42. c5c9dd8 Text Editor based on SkText: delete and backspace by Julia Lavrova · 3 years, 1 month ago
  43. d37bb6a TextEditor: select a grapheme on a double click by Julia Lavrova · 3 years, 1 month ago
  44. 4d45e09 Rename experimental app to 'sorttoy' by Robert Phillips · 3 years, 2 months ago
  45. 024668c Rename gn options to skgpu_v1 and skgpu_v2 by Robert Phillips · 3 years, 2 months ago
  46. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 2 months ago
  47. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 2 months ago
  48. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 2 months ago
  49. c29810e [ngatoy] add ovals by Robert Phillips · 3 years, 2 months ago
  50. 343588d [ngatoy] Remove duplicate rects array from ClipCmd by Robert Phillips · 3 years, 2 months ago
  51. 050a14e [ngatoy] Record painter's order when clips are popped off the stack by Robert Phillips · 3 years, 2 months ago
  52. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 2 months ago
  53. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 2 months ago
  54. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 2 months ago
  55. c3889e8 [ngatoy] Fix memory leaks by Robert Phillips · 3 years, 2 months ago
  56. 7c4aa81 [ngatoy] Remove old clipping system by Robert Phillips · 3 years, 2 months ago
  57. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 2 months ago
  58. a5dde76 [ngatoy] Add Save, Restore, and Clip Cmds by Robert Phillips · 3 years, 2 months ago
  59. 1888466 Breaking lines by words, not by graphemes by Julia Lavrova · 3 years, 2 months ago
  60. ecc8e3b CPP Text Editor by Julia Lavrova · 3 years, 2 months ago
  61. fdad229 [ngatoy] Strictly differentiate between painter's order and the sort/draw Zs by Robert Phillips · 3 years, 2 months ago
  62. 1f6ca3a [ngatoy] Make an explicit ID class and simplify Cmd class by Robert Phillips · 3 years, 2 months ago
  63. a4041a7 [ngatoy] Delegate creation of the sort key to the individual Cmds by Robert Phillips · 3 years, 3 months ago
  64. 4df7943 [ngatoy] Make RectCmd store a fake paint by Robert Phillips · 3 years, 3 months ago
  65. 7856eb8 Breaking functionality into separate steps by Julia Lavrova · 3 years, 3 months ago
  66. 2e76c84 Use WebGL2, not EGL, and don't use replace clip op. by Nathaniel Nifong · 3 years, 3 months ago
  67. 99e362f Simplification & separation by Julia Lavrova · 3 years, 3 months ago
  68. 2e24270 [debugger] Fix build after update to emsdk 2.0.20 by Kevin Lubick · 3 years, 3 months ago
  69. 77ecfc9 Add clip id to ngatoy's SortKey by Robert Phillips · 3 years, 3 months ago
  70. 4b73228 NGA sorting playground by Robert Phillips · 3 years, 3 months ago
  71. e5be65e Update references to master branch by Ravi Mistry · 3 years, 3 months ago
  72. 10e7e77 Reland "Switching SkText to UTF16" by Julia Lavrova · 3 years, 3 months ago
  73. ed0c0ed [canvaskit] Add initial implementation of generating TS by Kevin Lubick · 3 years, 3 months ago
  74. 0c9962a Revert "Switching SkText to UTF16" by Robert Phillips · 3 years, 3 months ago
  75. a3262aa Switching SkText to UTF16 by Julia Lavrova · 3 years, 3 months ago
  76. 6d14195 Multi line + LTR/RTL by Julia Lavrova · 3 years, 4 months ago
  77. 3b97aa2 Add NGA compilation stubs by Robert Phillips · 3 years, 4 months ago
  78. 159fd84 The first draft of improved & simplified Text API by Julia Lavrova · 3 years, 6 months ago
  79. 3832068 [canvaskit] Proof of Concept for Typescript-build structure by Kevin Lubick · 3 years, 5 months ago
  80. 5392c94 GrConvertPixels takes pixmaps by Brian Salomon · 3 years, 5 months ago
  81. 0d8722c Make use of shareable promise images in tools by Robert Phillips · 3 years, 5 months ago
  82. 31798c2 Remove NVPR by Robert Phillips · 3 years, 5 months ago
  83. daed259 Made SkSL DSL into public API by Ethan Nicholas · 3 years, 6 months ago
  84. f20e756 Flesh out ddlbench's startup boiler-plate by Robert Phillips · 3 years, 6 months ago
  85. 96f6d9a Add DDLTileHelper option to tile separately in x & y by Robert Phillips · 3 years, 6 months ago
  86. d1b6c37 Simplify ddlbench a bit by Robert Phillips · 3 years, 6 months ago
  87. 98f85d0 Add some tracking stats to ddlbench by Robert Phillips · 3 years, 6 months ago
  88. cd1e397 Add new experimental ddlbench by Robert Phillips · 3 years, 6 months ago
  89. bded42a Split :tests into :test and :tests. by Ben Wagner · 3 years, 6 months ago
  90. 555b7a4 [particles] Fix up URLs for the particles migration. by Joe Gregorio · 3 years, 7 months ago
  91. ce75036 SkSL: Remove ByteCode interpreter, generator, etc. by Brian Osman · 3 years, 7 months ago
  92. 4f4c064 roll gn to latest by Mike Klein · 3 years, 7 months ago
  93. 0c0b5a6 Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo by Brian Salomon · 3 years, 7 months ago
  94. b65d299 Fix C API example, ensure the C API example is built in CI by Martin Kustermann · 3 years, 8 months ago
  95. 2c98edf Spelling and capitalization fixes from GitHub PRs by Ravi Mistry · 3 years, 9 months ago
  96. e38a9e7 handle different bounds for every frame b:skia:11045 by Nathaniel Nifong · 3 years, 9 months ago
  97. 5f9ba69 fix debugger bindings by Mike Reed · 3 years, 9 months ago
  98. a084ef4 Add supporting function for finding image use in layers by Nathaniel Nifong · 3 years, 9 months ago
  99. 2c21a11 Remove uses of SkCanvas::flush by Robert Phillips · 3 years, 9 months ago
  100. f403dd2 update debugger wasm makefile by Nathaniel Nifong · 3 years, 9 months ago