1. 6a5f7e2 split RGB into YUV planes by Mike Reed · 5 years ago
  2. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 5 years ago
  3. c4dbc37 GrTessellator: improved straight skeleton implementation. by Stephen White · 5 years ago
  4. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  5. a8ceb77 Revert "remove SkMiniPicture and co." by Mike Klein · 5 years ago
  6. 201700f Initial version of rescaling async readback API by Brian Salomon · 5 years ago
  7. 0c6daf0 Direct backend object allocation API by Robert Phillips · 5 years ago
  8. c6568af Remove Nima from DEPS, experiments, Viewer, etc. by Brian Osman · 5 years ago
  9. 21bca28 Move SkMessageBus.h into src/core by Ben Wagner · 5 years ago
  10. 8bd6e8f Move SkTSearch.h into src. by Ben Wagner · 5 years ago
  11. 5162a74 Remove GpuLayerCacheTest by Ben Wagner · 5 years ago
  12. 046ecb1 remove SkMiniPicture and co. by Mike Klein · 5 years ago
  13. a705cb9 remove SkLiteDL by Mike Klein · 5 years ago
  14. 8fae51b Introduce SkStrikeSpecStorage. by Herb Derby · 5 years ago
  15. a6fcb76 ccpr: Clip path octo bounds by the scissor by Chris Dalton · 5 years ago
  16. ab32f65 Add SkSurface::asyncReadPixels() by Brian Salomon · 5 years ago
  17. a1b7be6 Add thread safety annotations. by Herb Derby · 5 years ago
  18. 8610e9c ccpr: Add a GrOctoBounds class by Chris Dalton · 5 years ago
  19. 2561aa1 Revert "Large circle clipping gm." by Brian Salomon · 5 years ago
  20. 360dc59 Large circle clipping gm. by Brian Salomon · 5 years ago
  21. 7d2ad0f Fix local matrix for crop rects in backdrop image filters by Michael Ludwig · 5 years ago
  22. ac55784 Tests: re-sort gni, file name convention by Hal Canary · 5 years ago
  23. 09db9d2 Reland "SkShaper JSON output with cluster visualization" by Herb Derby · 5 years ago
  24. fd24b1f Shaper : new unit test by Hal Canary · 5 years ago
  25. dc19391 SkShaper: new benchmarks by Hal Canary · 5 years ago
  26. 670c6ec Revert "SkShaper JSON output with cluster visualization" by Mike Reed · 5 years ago
  27. 7c70143 GMs: re-sort gni, script to regenerate gni, file name convention by Hal Canary · 5 years ago
  28. 5361083 SkShaper JSON output with cluster visualization by Herb Derby · 5 years ago
  29. b82ac366 SkPDF: fix repeat tilemode with alpha by Hal Canary · 5 years ago
  30. 35ea04d Remove skcms shim header by Brian Osman · 5 years ago
  31. 6db27c2 Reduce opList splitting by default in Skia by Robert Phillips · 5 years ago
  32. ac9be9d Remove shader text trace events and simplify the SKSL/GLSL printing code by Brian Osman · 5 years ago
  33. 784184a Prevent outset Ws from going negative by Michael Ludwig · 5 years ago
  34. d1701ba IWYU for gms starting with 'a'. by Ben Wagner · 5 years ago
  35. f5f4e81 Revert "SKIA_IMPLEMENTATION is only relevant in shared builds" by Mike Klein · 5 years ago
  36. 75c5326 Cache some more Metal state. by Jim Van Verth · 5 years ago
  37. d425dee Enable opList sorting everywhere by Robert Phillips · 5 years ago
  38. 8413ff1 SKIA_IMPLEMENTATION is only relevant in shared builds by Mike Klein · 5 years ago
  39. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  40. ba201ae make -Werror or /WX optional, off by default by Mike Klein · 5 years ago
  41. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 5 years ago
  42. 75c3ae4 Add GrMtlCommandBuffer by Jim Van Verth · 5 years ago
  43. 4b19592 remove duplicate SkBase64.h by Mike Klein · 5 years ago
  44. 2e904bc SkPDF: move type1 font code into single file by Hal Canary · 5 years ago
  45. 8a97f56 Swap x/y radii for EllipticalRRectOp depending on matrix. by Brian Salomon · 5 years ago
  46. da8a6e1 Add clang-cl arm64 builds by Mike Klein · 5 years ago
  47. db13d38 Move SkTLazy.h to src/ by Ben Wagner · 5 years ago
  48. c0d79e5 Avoid multiplication by alpha in fragment shader when known to be 1. by Brian Salomon · 5 years ago
  49. 6c431d5 Towards a simpler SkSL -> GLSL pipeline (and better shader reflection) by Brian Osman · 5 years ago
  50. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  51. 0c60708 add utility for caching char2glyph by Mike Reed · 5 years ago
  52. eec1e9e Even more DLL build fixes by Brian Osman · 5 years ago
  53. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  54. c725e8f Make SkShaper's GN setup more DLL friendly by Brian Osman · 5 years ago
  55. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  56. f5edf36 SkPDF: split GraphicStateStack out by Hal Canary · 5 years ago
  57. ff4fb33 ComposeShader GPU implementations by Ethan Nicholas · 5 years ago
  58. b5d8c63 remove guard for bitmap shader api by Mike Reed · 5 years ago
  59. 655f0b9 add flag to stage API change by Mike Reed · 5 years ago
  60. 937d967 Always mark bitmap glyph runs as such, to ensure they are properly regenerated by Brian Osman · 5 years ago
  61. d9c6b75 Add mm files to cmake sources by Jim Van Verth · 5 years ago
  62. d614466 Examples: compile faster by Hal Canary · 5 years ago
  63. 2273c90 GM for SkOverdrawCanvas by Herb Derby · 5 years ago
  64. 8557174 Remove SkFindAndPlaceGlyph from gn by Herb Derby · 5 years ago
  65. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  66. ffacf65 Updates to iOS build by Jim Van Verth · 5 years ago
  67. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  68. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  69. 2c5e011 Split GrCCCoverageProcessor into subclasses by Chris Dalton · 5 years ago
  70. 0c4b581 Add reproduction test case for crbug/947055 by Michael Ludwig · 5 years ago
  71. 3902628 Support WebGL 1.0 with caps by Kevin Lubick · 5 years ago
  72. 05be23d use mixer to combine two filters by Mike Reed · 5 years ago
  73. 5509dac Reland "Generate GrGLInterface and GrGlAssembleInterface* from table" by Kevin Lubick · 5 years ago
  74. 573cb87 Revert "Generate GrGLInterface and GrGlAssembleInterface* from table" by Kevin Lubick · 5 years ago
  75. 93b3dce Generate GrGLInterface and GrGlAssembleInterface* from table by Kevin Lubick · 5 years ago
  76. 4d92b89 Revert "Remove GrDrawAtlasOp" by Brian Osman · 5 years ago
  77. 97d957d Remove GrDrawAtlasOp by Brian Osman · 5 years ago
  78. e5acd75 delete DAA by Mike Klein · 5 years ago
  79. 82eb9e7 Rename GrAAFillRRectOp to GrFillRectOp by Chris Dalton · 5 years ago
  80. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  81. 0e9401d Initial checkin of new SkSL interpreter. by Ethan Nicholas · 5 years ago
  82. 917d356 Remove all of the _as_paths GMs by Brian Osman · 5 years ago
  83. 66d1144 Docs: fix more case-sensitive names by Hal Canary · 5 years ago
  84. d88c2e8 Docs: rename examples files to match names by Hal Canary · 5 years ago
  85. a7181e7c Docs: Give documentation examples better names by Hal Canary · 5 years ago
  86. bbb9281 Break out GrGLAssembleInterface into a few files by Kevin Lubick · 5 years ago
  87. 003334c [Android] Do not build for Windows by Yi Kong · 5 years ago
  88. 90155ed add bench for mixers by Mike Reed · 5 years ago
  89. 8751512 Revert "Revert "Compile all fiddle examples locally"" by Hal Canary · 5 years ago
  90. c25f4e9 GN: split out skia_*_public from skia_*_sources by Hal Canary · 5 years ago
  91. 37575bf Revert "Compile all fiddle examples locally" by Hal Canary · 5 years ago
  92. 83c2f70 Compile all fiddle examples locally by Hal Canary · 5 years ago
  93. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  94. 08b0c97 Add validation to reading kRec_SkDescriptorTags by Adrienne Walker · 5 years ago
  95. c723b70 Initial add SkMixers by Mike Reed · 5 years ago
  96. 570f4e5 Always explicitly allocate except in Android Framework (take 3) by Robert Phillips · 5 years ago
  97. 2a2d732 Revert "Always explicitly allocate except in Android Framework (take 2)" by Robert Phillips · 5 years ago
  98. d0e1cef Revert "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 5 years ago
  99. 88b93da Always explicitly allocate except in Android Framework (take 2) by Robert Phillips · 5 years ago
  100. e938c92 Remove SkToSRGBColorFilter (now unused) by Brian Osman · 5 years ago