1. 6b45c5d Use DrawQuad struct to group device+local coords by Michael Ludwig · 4 years, 5 months ago
  2. 87e3bef Reland "Switch runtime SkSL to always sample at explicit coords" by Brian Osman · 4 years, 5 months ago
  3. f4413d6 Roll libgifcodec by Brian Osman · 4 years, 5 months ago
  4. 77fdf66 Revert "Cleanup program building a bit" by Austin Eng · 4 years, 5 months ago
  5. f3560b6 Roll ../src fbfe7df1b1d4..d7612decf133 (2570 commits) by skia-autoroll · 4 years, 5 months ago
  6. 97bf657 Roll third_party/externals/angle2 e9dc0201af3a..e02f4996c6e9 (4 commits) by skia-autoroll · 4 years, 5 months ago
  7. 046f989 Add ccache_mac cipd package scripts. by Weston Tracey · 4 years, 5 months ago
  8. c767209 Have gpu yuv code speak in views. by Greg Daniel · 4 years, 5 months ago
  9. f51a52b Convert DIRTY_AFTER_EDIT to SkPath::dirtyAfterEdit by Chris Dalton · 4 years, 5 months ago
  10. 4bb5026 Return after callback on failure in GrRenderTargetContext::asyncReadPixels by Brian Salomon · 4 years, 5 months ago
  11. 121750c Remove extra semicolon by Ben Wagner · 4 years, 5 months ago
  12. ee72bd9 Add move assignment operator to GrSurfaceProxyView. by Greg Daniel · 4 years, 5 months ago
  13. ab2f7c5 Reland "In GrSkSLFP, always use a coord transform" by Brian Osman · 4 years, 5 months ago
  14. 5f3d9f7 Replace usage of SkTClamp with SkTPin by Brian Osman · 4 years, 5 months ago
  15. c90a8c7 calculate program hash in bulk by Mike Klein · 4 years, 5 months ago
  16. ed9b1f1 refactor out a middle representation by Mike Klein · 4 years, 5 months ago
  17. 762b42f Remove SkClampMax by Brian Osman · 4 years, 5 months ago
  18. c036058 Cache should work with INF values by Julia Lavrova · 4 years, 5 months ago
  19. 2bc6031 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  20. 81d35a7 rm SkPreConfig.h and SkPostConfig.h by Mike Klein · 4 years, 5 months ago
  21. ba8ab23 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  22. 6c48aad Fix compiler warning using mixed enum types by Michael Ludwig · 4 years, 5 months ago
  23. aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 4 years, 5 months ago
  24. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 5 months ago
  25. 18b90bc Roll third_party/externals/angle2 f1b2c4bed48a..e9dc0201af3a (7 commits) by skia-autoroll · 4 years, 5 months ago
  26. 782a957 Update fontscalerdistortable to onOnceBeforeDraw. by Ben Wagner · 4 years, 6 months ago
  27. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 5 months ago
  28. febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 4 years, 5 months ago
  29. 45f94f8 Reland: Initial checkin of GM verifier framework by Tyler Denniston · 4 years, 5 months ago
  30. cc21d0c Reland "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 5 months ago
  31. f6e3eaf Change name from skia.primary->luci.skia.skia.primary by Ravi Mistry · 4 years, 5 months ago
  32. 4721e06 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  33. cbf79b9 Roll third_party/externals/swiftshader 8e8e1d0dd729..dd48b7e2d06e (2 commits) by skia-autoroll · 4 years, 5 months ago
  34. 1a853ea Roll third_party/externals/angle2 58fc8b11cf3a..f1b2c4bed48a (13 commits) by skia-autoroll · 4 years, 5 months ago
  35. 98b5161 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  36. 440d416 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  37. ebc00f9 Revert "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 5 months ago
  38. becd2fe Change refPinnedTextureProxy to return a view instead. by Greg Daniel · 4 years, 5 months ago
  39. b8ffaec Add a mutex to SkStrike to regulate multithreaded access by Herb Derby · 4 years, 5 months ago
  40. 4a6a640 [skottie] Add support for ADBE Pro Levels2 effect by Florin Malita · 4 years, 5 months ago
  41. 95a9e69 Make assert less sensitive to rounding errors by Julia Lavrova · 4 years, 5 months ago
  42. 653d2a4 Remove search of desperation by Herb Derby · 4 years, 5 months ago
  43. 194dfde Add comment explaining memset in ArithmeticFPInputs by Brian Osman · 4 years, 5 months ago
  44. 637c0b5 Add ccache_linux cipd package. by Weston Tracey · 4 years, 5 months ago
  45. 0a3c57f Ensure that ArithmeticFPInputs is fully initialized by Brian Osman · 4 years, 5 months ago
  46. ba51d68 Update bicubic effect factories to take a view. by Greg Daniel · 4 years, 5 months ago
  47. 4777e3a Cleanup program building a bit by Robert Phillips · 4 years, 5 months ago
  48. 3225306 In SkRuntimeEffect, just use hash of SkSL as the ID by Brian Osman · 4 years, 5 months ago
  49. ed729f9 GrTextureEffect handles insets for float rects as well as integer rects. by Brian Salomon · 4 years, 5 months ago
  50. e13cbc3 Don't use tessellation FB barrier after NVIDIA 440.00 by Chris Dalton · 4 years, 5 months ago
  51. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 5 months ago
  52. 9bfd595 In GrSkSLFP, store inputs as SkData. Tighten size checks. by Brian Osman · 4 years, 5 months ago
  53. a428c7b SkColorSetA now warns if the result is unused. by Allen Bauer · 4 years, 5 months ago
  54. 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 5 months ago
  55. d3a32c5 RTL fixes + few small bugs by Julia Lavrova · 4 years, 5 months ago
  56. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 5 months ago
  57. c631b7c Fix error on PRESUBMIT PostUploadHook by Edward Lemur · 4 years, 5 months ago
  58. bc3307c Don't do clear or round rect optimizations when a rect has stencil by Chris Dalton · 4 years, 5 months ago
  59. 6c9b1fd Update Viewer docs for Android and iOS. by Jim Van Verth · 4 years, 5 months ago
  60. da88847 Roll third_party/externals/swiftshader 41a7302e9c62..8e8e1d0dd729 (4 commits) by skia-autoroll · 4 years, 5 months ago
  61. 60d619b Roll third_party/externals/angle2 aa6dd50de0c5..58fc8b11cf3a (7 commits) by skia-autoroll · 4 years, 5 months ago
  62. 2022f2e Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  63. ca3eec0 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  64. 6218f42 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  65. 3b23de5 Make sure we invalidate mapped memory from vk transfer buffers before reading. by Greg Daniel · 4 years, 5 months ago
  66. 14d64af Revert "Initial checkin of GM verifier framework" by Tyler Denniston · 4 years, 5 months ago
  67. 7e36f00 Initial checkin of GM verifier framework by Tyler Denniston · 4 years, 5 months ago
  68. 7128bac Update iOS build instructions. by Jim Van Verth · 4 years, 5 months ago
  69. 25cf469 Move Make functions for corner and discrete path effects into namespaces. by Nathaniel Nifong · 4 years, 5 months ago
  70. e47b0e5 remove misleading Uniforms apis by Mike Klein · 4 years, 5 months ago
  71. 399ef69 thread alloc through to color filters by Mike Klein · 4 years, 5 months ago
  72. b339e77 Set NSError on compilation/link timeouts. by Jim Van Verth · 4 years, 5 months ago
  73. 95712dd run .skps on PDF bots by Mike Klein · 4 years, 5 months ago
  74. 6e1320d [canvaskit] Fix flaky test by Kevin Lubick · 4 years, 5 months ago
  75. a2406f9 Fix BC1 SW decompression on platforms with RGBA PM color order by Robert Phillips · 4 years, 5 months ago
  76. 2aee7d2 Ignore warnings when compiling MSL by Brian Osman · 4 years, 5 months ago
  77. d589916 Potentially-uninitialized Sk3LookAt result by Florin Malita · 4 years, 5 months ago
  78. 4bcab23 tweak screen math by Mike Klein · 4 years, 5 months ago
  79. d095b9f Fix SW decompression of BC1 and add a GM to check it (take 2). by Robert Phillips · 4 years, 5 months ago
  80. 2b7876c Modify PostUploadHooks to remove dependency on cl objects. by Edward Lemur · 4 years, 6 months ago
  81. 71ce449 Roll third_party/externals/angle2 49a53d684aff..aa6dd50de0c5 (5 commits) by skia-autoroll · 4 years, 5 months ago
  82. c226530 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  83. 0772b4b Reland "unorm/unorm -> to_unorm/from_unorm" by Mike Klein · 4 years, 5 months ago
  84. f6d668e Reland "add skvm for tablecolorfilter" by Mike Reed · 4 years, 5 months ago
  85. 59cd566 gather pointers are not necessarily aligned by Mike Klein · 4 years, 5 months ago
  86. 6c80d24 Revert "add skvm for tablecolorfilter" by Mike Klein · 4 years, 5 months ago
  87. 8feac2d Revert "unorm/unorm -> to_unorm/from_unorm" by Mike Klein · 4 years, 5 months ago
  88. c66882e Revert "impl gather8/gather16 with gather32" by Mike Klein · 4 years, 5 months ago
  89. c1d71d3 Arrange atlas image processing by frequency by Herb Derby · 4 years, 5 months ago
  90. 073d271 Fix timeout for Metal compiler. by Jim Van Verth · 4 years, 5 months ago
  91. d129e08 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 5 months ago
  92. ab5da1f Revert "Fix SW decompression of BC1 and add a GM to check it." by Robert Phillips · 4 years, 5 months ago
  93. 4238751 Fix SW decompression of BC1 and add a GM to check it. by Robert Phillips · 4 years, 5 months ago
  94. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 5 months ago
  95. cd4e566 unorm/unorm -> to_unorm/from_unorm by Mike Klein · 4 years, 5 months ago
  96. 70c5fcc Move the bulk glyph calls up the stack by Herb Derby · 4 years, 5 months ago
  97. bf3087f add skvm for tablecolorfilter by Mike Reed · 4 years, 5 months ago
  98. d4e3b9e impl gather8/gather16 with gather32 by Mike Klein · 4 years, 5 months ago
  99. 63a04a8 Choose a less evil scale factor texel_subset_nearest_upscale decal tests by Brian Salomon · 4 years, 5 months ago
  100. af99f3e [skottie] Cleanup: finalize adapter conversion by Florin Malita · 4 years, 5 months ago