1. cdf2491 Update Go Deps by Eric Boren · 4 years, 6 months ago
  2. dc2782c Update OverdrawColorFilter to clarify how it interprets its input array. by Mike Reed · 4 years, 6 months ago
  3. 4fe89b4 Roll third_party/externals/angle2 a8e6a463121b..b40d48a67c93 (10 commits) by skia-autoroll · 4 years, 6 months ago
  4. 6e35e79 Roll third_party/externals/swiftshader b3b2a4fc756f..196d81774ef8 (1 commits) by skia-autoroll · 4 years, 6 months ago
  5. abefc9c Roll ../src 437a856b0a5d..32b4892fd4e5 (392 commits) by skia-autoroll · 4 years, 6 months ago
  6. 88c3793 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 6 months ago
  7. f83d034 Use mixed samples in GrDynamicAtlas by Chris Dalton · 4 years, 6 months ago
  8. cb1ba16 add -O1 to debug docker builds by Mike Klein · 4 years, 6 months ago
  9. 21f382c docs - Update links to go directly to doxygen content. by Joe Gregorio · 4 years, 6 months ago
  10. daa19f3 Remove unused fields from SkScalerContextProxy by Herb Derby · 4 years, 6 months ago
  11. c2a0d0e sub_f32 -> sub_f32_imm more sanely by Mike Klein · 4 years, 6 months ago
  12. 5dd64f3 Fix fiddle after change to remove GrSurfaceDesc. by Brian Salomon · 4 years, 6 months ago
  13. 4e99853 Add a simple atlas to the GPU tessellation path renderer by Chris Dalton · 4 years, 6 months ago
  14. 5cdeb39 only emit _imm ops when JITing for x86 by Mike Klein · 4 years, 6 months ago
  15. 465864c Don't clip non-AA quads by Michael Ludwig · 4 years, 6 months ago
  16. a49de4d Keep UVs consistent in degenerate quads by Michael Ludwig · 4 years, 6 months ago
  17. 9f0dfbd Have various software uploaders in gpu backend use views. by Greg Daniel · 4 years, 6 months ago
  18. a04c91e Revert "Defined N32 to always be BGRA" by Mike Reed · 4 years, 6 months ago
  19. 352be0e format GN files by Mike Klein · 4 years, 6 months ago
  20. 9a37fb6 [fiddle] Add more logging for setup_backend_objects failures. by Joe Gregorio · 4 years, 6 months ago
  21. 573312e Update copy and blitTexture calls to not query origin off of proxies. by Greg Daniel · 4 years, 6 months ago
  22. 33c7a46 Defined N32 to always be BGRA by Mike Reed · 4 years, 6 months ago
  23. 7b9524c Fix crash when editing particle scripts by Brian Osman · 4 years, 6 months ago
  24. 7475ac0 Add validation layer support. by John Rosasco · 4 years, 6 months ago
  25. 6b55216 Roll ../src d7612decf133..437a856b0a5d (508 commits) by skia-autoroll · 4 years, 6 months ago
  26. 8fa935e Roll third_party/externals/angle2 e02f4996c6e9..a8e6a463121b (8 commits) by skia-autoroll · 4 years, 6 months ago
  27. 07b4ce2 Roll third_party/externals/swiftshader dd48b7e2d06e..b3b2a4fc756f (11 commits) by skia-autoroll · 4 years, 6 months ago
  28. be7a92c Update SKP version by skia-recreate-skps · 4 years, 6 months ago
  29. c03e698 GrTessellator: fix for performance issue on many intersections. by Stephen White · 4 years, 6 months ago
  30. 8c80b19 Interpreter: Support returns from runStriped by Brian Osman · 4 years, 6 months ago
  31. 8dad1ff [sksg] Improved layer elision heuristic by Florin Malita · 4 years, 6 months ago
  32. a9405c2 Compress color using hex instead of rgb in SkSVGDevice. by Lam Lu · 4 years, 6 months ago
  33. e810d83 Use views where needed in CCPR. by Greg Daniel · 4 years, 6 months ago
  34. dff4173 Revert "fiddle - Don't make warnings into errors." by Joe Gregorio · 4 years, 6 months ago
  35. ae79795 Remove all the bookmaker generated docs. by Joe Gregorio · 4 years, 6 months ago
  36. dfec731 build both tsan and msan libc++ by Mike Klein · 4 years, 7 months ago
  37. b2031d4 fiddle - Don't make warnings into errors. by Joe Gregorio · 6 years ago
  38. a550cf2 Extract a GrDynamicAtlas base class from GrCCAtlas by Chris Dalton · 4 years, 6 months ago
  39. 1b14aa2 [infra] Reland "Use ccache for linux default builds." by Weston Tracey · 4 years, 6 months ago
  40. 7353dc5 Change SkSL main() from (float x, float y) to (float2 p) by Brian Osman · 4 years, 6 months ago
  41. 5e27550 Revert "Use ccache for linux default builds." by Leon Scroggins · 4 years, 6 months ago
  42. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 6 months ago
  43. 42a604f Allow decoding without color conversion - part 2 by Leon Scroggins III · 4 years, 6 months ago
  44. 949ceb2 Add ClipToW0 utility function for GrQuads, by Michael Ludwig · 4 years, 6 months ago
  45. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  46. 3a17a32 Reset current context on Mac GLContext destruction. by Jim Van Verth · 4 years, 6 months ago
  47. 46b2b00 Fix bump3d use of sample() by Brian Osman · 4 years, 6 months ago
  48. d2e4de1 Add a fast codepath for SkPath.addPath(kAppend) by Chris Dalton · 4 years, 6 months ago
  49. 9f3eef7 Use ccache for linux default builds. by Weston Tracey · 4 years, 6 months ago
  50. 2f3cd4f Views for all draw texture calls in SkGpuDevice and RenderTargetContext. by Greg Daniel · 4 years, 6 months ago
  51. 511af2e Skia-Dawn: update to new GrGLSLProgramBuilder constructor. by Stephen White · 4 years, 6 months ago
  52. 4bb6195 move instruction specialization later by Mike Klein · 4 years, 6 months ago
  53. 7c6a4a8 Simplify domain insetting for bulk texture ops by Michael Ludwig · 4 years, 6 months ago
  54. b185785 Reland "Cleanup program building a bit" by Stephen White · 4 years, 6 months ago
  55. 6b45c5d Use DrawQuad struct to group device+local coords by Michael Ludwig · 4 years, 6 months ago
  56. 87e3bef Reland "Switch runtime SkSL to always sample at explicit coords" by Brian Osman · 4 years, 7 months ago
  57. f4413d6 Roll libgifcodec by Brian Osman · 4 years, 6 months ago
  58. 77fdf66 Revert "Cleanup program building a bit" by Austin Eng · 4 years, 6 months ago
  59. f3560b6 Roll ../src fbfe7df1b1d4..d7612decf133 (2570 commits) by skia-autoroll · 4 years, 6 months ago
  60. 97bf657 Roll third_party/externals/angle2 e9dc0201af3a..e02f4996c6e9 (4 commits) by skia-autoroll · 4 years, 6 months ago
  61. 046f989 Add ccache_mac cipd package scripts. by Weston Tracey · 4 years, 6 months ago
  62. c767209 Have gpu yuv code speak in views. by Greg Daniel · 4 years, 6 months ago
  63. f51a52b Convert DIRTY_AFTER_EDIT to SkPath::dirtyAfterEdit by Chris Dalton · 4 years, 6 months ago
  64. 4bb5026 Return after callback on failure in GrRenderTargetContext::asyncReadPixels by Brian Salomon · 4 years, 6 months ago
  65. 121750c Remove extra semicolon by Ben Wagner · 4 years, 6 months ago
  66. ee72bd9 Add move assignment operator to GrSurfaceProxyView. by Greg Daniel · 4 years, 6 months ago
  67. ab2f7c5 Reland "In GrSkSLFP, always use a coord transform" by Brian Osman · 4 years, 6 months ago
  68. 5f3d9f7 Replace usage of SkTClamp with SkTPin by Brian Osman · 4 years, 6 months ago
  69. c90a8c7 calculate program hash in bulk by Mike Klein · 4 years, 6 months ago
  70. ed9b1f1 refactor out a middle representation by Mike Klein · 4 years, 6 months ago
  71. 762b42f Remove SkClampMax by Brian Osman · 4 years, 6 months ago
  72. c036058 Cache should work with INF values by Julia Lavrova · 4 years, 6 months ago
  73. 2bc6031 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 6 months ago
  74. 81d35a7 rm SkPreConfig.h and SkPostConfig.h by Mike Klein · 4 years, 6 months ago
  75. ba8ab23 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 6 months ago
  76. 6c48aad Fix compiler warning using mixed enum types by Michael Ludwig · 4 years, 6 months ago
  77. aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 4 years, 6 months ago
  78. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 6 months ago
  79. 18b90bc Roll third_party/externals/angle2 f1b2c4bed48a..e9dc0201af3a (7 commits) by skia-autoroll · 4 years, 6 months ago
  80. 782a957 Update fontscalerdistortable to onOnceBeforeDraw. by Ben Wagner · 4 years, 7 months ago
  81. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 6 months ago
  82. febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 4 years, 6 months ago
  83. 45f94f8 Reland: Initial checkin of GM verifier framework by Tyler Denniston · 4 years, 6 months ago
  84. cc21d0c Reland "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 6 months ago
  85. f6e3eaf Change name from skia.primary->luci.skia.skia.primary by Ravi Mistry · 4 years, 6 months ago
  86. 4721e06 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 6 months ago
  87. cbf79b9 Roll third_party/externals/swiftshader 8e8e1d0dd729..dd48b7e2d06e (2 commits) by skia-autoroll · 4 years, 6 months ago
  88. 1a853ea Roll third_party/externals/angle2 58fc8b11cf3a..f1b2c4bed48a (13 commits) by skia-autoroll · 4 years, 6 months ago
  89. 98b5161 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 6 months ago
  90. 440d416 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 6 months ago
  91. ebc00f9 Revert "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 6 months ago
  92. becd2fe Change refPinnedTextureProxy to return a view instead. by Greg Daniel · 4 years, 6 months ago
  93. b8ffaec Add a mutex to SkStrike to regulate multithreaded access by Herb Derby · 4 years, 6 months ago
  94. 4a6a640 [skottie] Add support for ADBE Pro Levels2 effect by Florin Malita · 4 years, 6 months ago
  95. 95a9e69 Make assert less sensitive to rounding errors by Julia Lavrova · 4 years, 6 months ago
  96. 653d2a4 Remove search of desperation by Herb Derby · 4 years, 6 months ago
  97. 194dfde Add comment explaining memset in ArithmeticFPInputs by Brian Osman · 4 years, 6 months ago
  98. 637c0b5 Add ccache_linux cipd package. by Weston Tracey · 4 years, 6 months ago
  99. 0a3c57f Ensure that ArithmeticFPInputs is fully initialized by Brian Osman · 4 years, 6 months ago
  100. ba51d68 Update bicubic effect factories to take a view. by Greg Daniel · 4 years, 6 months ago