1. db16001 add circles to stroked cubics with cusps by Cary Clark · 6 years ago
  2. 8378dfb Extract SkGlyphRunListPainter from SkGlyphRun.* by Herb Derby · 6 years ago
  3. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  4. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  5. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  6. 10c3776 Remove GrTextureStripAtlas, textured gradients use independent textures by Michael Ludwig · 6 years ago
  7. e61c234 Remove drawPosText_asPath - more dead code by Herb Derby · 6 years ago
  8. ce00811 converted arithmetic FP to new FP structure by Ethan Nicholas · 6 years ago
  9. 3e74c51 roll ANGLE w/ GN update by Mike Klein · 6 years ago
  10. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  11. 18d7cf7 Reland "Remove old ICC parser, A2B SkColorSpace, SkGammas, etc..." by Brian Osman · 6 years ago
  12. 7ba1d64 Revert "Remove old ICC parser, A2B SkColorSpace, SkGammas, etc..." by Brian Osman · 6 years ago
  13. 8ae7c90 Remove old ICC parser, A2B SkColorSpace, SkGammas, etc... by Brian Osman · 6 years ago
  14. 0fdc53f textonpath util by Mike Reed · 6 years ago
  15. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  16. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  17. d2fec23 Have GPU and RemoteGlyphCache share mask position code by Herb Derby · 6 years ago
  18. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  19. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  20. 4798576 Pull SkSpan into its own header file by Herb Derby · 6 years ago
  21. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  22. 82cf64a Remove unused sRGB mip-map support by Brian Osman · 6 years ago
  23. fbc6d7f Make SkColor4f <-> SkColor skip sRGB conversion by Brian Osman · 6 years ago
  24. 4a0ba28 Fix flutter build by Leon Scroggins III · 6 years ago
  25. 764e546 Fix op chaining painter's order violation in GrRenderTargetOpList. by Brian Salomon · 6 years ago
  26. e163969 ccpr: Rename GrCCPathParser to GrCCFiller by Chris Dalton · 6 years ago
  27. 15e60a4 Remove occluded rrect blur benchmark by Robert Phillips · 6 years ago
  28. 557aad7 Remove occluder feature from blur mask filter by Robert Phillips · 6 years ago
  29. 7d06e26 fixup winding contours by Cary Clark · 6 years ago
  30. cf7258a add bench for cubicmap by Mike Reed · 6 years ago
  31. 0d4a183 add tests for cubicmap by Mike Reed · 6 years ago
  32. 02046a7 switch ubsan to blacklist by Mike Klein · 6 years ago
  33. 5422f9a implemented GrMtlGpuCommandBuffer for draws in Metal gpu backend by Timothy Liang · 6 years ago
  34. 8da9fbf add bounds sanitizer to ASAN/UBSAN bots by Mike Klein · 6 years ago
  35. c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
  36. bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
  37. 94c4f41 in MS land, -include is /FI by Mike Klein · 6 years ago
  38. 2eb8e02 Reland "implemented GrMtlSampler for metal gpu backend" by Timothy Liang · 6 years ago
  39. 475c5e9 turn on alignment sanitizer by Mike Klein · 6 years ago
  40. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  41. 35f9637 Revert "implemented GrMtlSampler for metal gpu backend" by Timothy Liang · 6 years ago
  42. 93fa10f implemented GrMtlSampler for metal gpu backend by Timothy Liang · 6 years ago
  43. 44636e9 created GrMtlPipelineStateDataManager for metal gpu backend by Timothy Liang · 6 years ago
  44. 057c390 attached uniform and varying handlers to GrMtlPipelineStateBuilder by Timothy Liang · 6 years ago
  45. f540200 First version of incremental topological sort by Robert Phillips · 6 years ago
  46. 26ad6da link with --start-group/--end-group by Mike Klein · 6 years ago
  47. 4ed73e0 Add a bench for various single color xforms by Mike Klein · 6 years ago
  48. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  49. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  50. 986f64c Remove multitexturing support from GrTextureOp. by Brian Salomon · 6 years ago
  51. 7ac582e implemented the pipeline state builder for metal gpu backend by Timothy Liang · 6 years ago
  52. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  53. 057ad70 Update GrTextureStripAtlas for DDLs (take 2) by Robert Phillips · 6 years ago
  54. aea785b Recreate Android porter-duff blend modes by Robert Phillips · 6 years ago
  55. 49528b6 implemented GrMtlBuffer for Metal gpu backend by Timothy Liang · 6 years ago
  56. 20ee171 Revert "Update GrTextureStripAtlas for DDLs" by Robert Phillips · 6 years ago
  57. c042d41 Update GrTextureStripAtlas for DDLs by Robert Phillips · 6 years ago
  58. 3526cfa tests: Move SkUTF tests to their own file. by Hal Canary · 6 years ago
  59. 96d275a Move GrTextureStripAtlas to its own file by Robert Phillips · 6 years ago
  60. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  61. da16cce Use our own checked in Vulkan header to build skia source code. by Greg Daniel · 6 years ago
  62. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  63. 77bf48a Generate Emoji rendering test using typeface created by different font files. by Bruce Wang · 6 years ago
  64. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  65. f107a2f SkUTF by Hal Canary · 6 years ago
  66. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 6 years ago
  67. e30739a implemented copy surface as draw for metal gpu backend by Timothy Liang · 6 years ago
  68. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  69. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 6 years ago
  70. 227424b Remove SkTextBlobRunIterator.h from gni by Herb Derby · 6 years ago
  71. 48b6490 remove SkThreadedBMPDevice and friends by Mike Klein · 6 years ago
  72. b93af7e Revert "Revert "removed SkSLLayoutLexer"" by Ethan Nicholas · 6 years ago
  73. 734b2a8 Revert "removed SkSLLayoutLexer" by Ethan Nicholas · 6 years ago
  74. 804f817 removed SkSLLayoutLexer by Ethan Nicholas · 6 years ago
  75. 387eaff Vertex color xform bench by Brian Osman · 6 years ago
  76. e530e51 Stop using rsp files for compiling on Windows by Brian Osman · 6 years ago
  77. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  78. a8046af implemented onWritePixels and related tests for metal gpu backend by Timothy Liang · 6 years ago
  79. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  80. 297c3c8 Ignore NTDDI_VERSION with DirectWrite. by Ben Wagner · 6 years ago
  81. e70604e created stub for metal gpu command buffer by Timothy Liang · 6 years ago
  82. 0ef539a add new patheffects by Mike Reed · 6 years ago
  83. 760dbc4 Reland "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  84. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  85. eb1d900 build for gdb on linux by Cary Clark · 6 years ago
  86. a8cdbd7 Restore SkLightingShader and associated classes by Robert Phillips · 6 years ago
  87. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  88. f35a1c1 Remove SkRefDict. by Ben Wagner · 6 years ago
  89. a80a012 Revert "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  90. 36848f6 implemented metal gpu backend texture upload testing by Timothy Liang · 6 years ago
  91. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  92. e346b1e Add SkTypeface::getVariationDesignParameters by Ben Wagner · 6 years ago
  93. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  94. 28987a4 Revert "build debug on linux for gdb" by Robert Phillips · 6 years ago
  95. 3c3db72 build debug on linux for gdb by Cary Clark · 6 years ago
  96. 97c6a0e Remove interal use of SkRefCnt_SafeAssign. by Ben Wagner · 6 years ago
  97. 061cc21 Add more tests for PolyUtils by Jim Van Verth · 6 years ago
  98. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  99. 36fe60d Move SkRefSet / pipe code to smart pointer. by Ben Wagner · 6 years ago
  100. e4db80f Enable Skottie on Android framework builds. by Florin Malita · 6 years ago