1. 93a2a6b Update Go Deps by skia-recreate-skps · 4 years, 5 months ago
  2. 81ea108 Roll third_party/externals/angle2 c55fbc4064aa..9acaf6626042 (5 commits) by skia-autoroll · 4 years, 5 months ago
  3. 6e97f67 Roll ../src 7c474dc8f756..da581c3babc4 (457 commits) by skia-autoroll · 4 years, 5 months ago
  4. 35cb0b3 Roll third_party/externals/swiftshader a095711c5d77..51b2800bb317 (1 commits) by skia-autoroll · 4 years, 5 months ago
  5. 012f849 Migrate the GPU tessellator to the new bind/draw GrOpsRenderPass API by Chris Dalton · 4 years, 5 months ago
  6. 8c1ae63 simplify SkDraw by passing down SkVertices as a whole by Mike Reed · 4 years, 5 months ago
  7. 7c0332c re-enable fnma by Mike Klein · 4 years, 5 months ago
  8. 1d4db3b remove bone variant of drawVertices (unsupported) by Mike Reed · 4 years, 5 months ago
  9. f8db8a5 disable fnma peephole by Mike Klein · 4 years, 5 months ago
  10. c01d7ab print colors which fail the asserts when they do by Mike Klein · 4 years, 5 months ago
  11. db20afc Change the argument ordering for GrOpsRenderPass::bindTextures by Chris Dalton · 4 years, 5 months ago
  12. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago
  13. 6eb5cb9 Clean up for DDL program pre-compilation by Robert Phillips · 4 years, 5 months ago
  14. 1b1bd4e Clarify expected compatibility matrix in CharacterizationFBO0nessTest by Robert Phillips · 4 years, 5 months ago
  15. 6066a0c Remove all uses of bones by Nathaniel Nifong · 4 years, 5 months ago
  16. d4c4f0c Add Multiply-Subtract (fms) to SkVM by Herb Derby · 4 years, 6 months ago
  17. 50c64ab expose per-vertex-data variant of SkVertices by Mike Reed · 4 years, 5 months ago
  18. 1b1b0d5 Don't rely on primProc textures when adding samplers by Chris Dalton · 4 years, 6 months ago
  19. 0cfcd1c Add command line argument to specify the rendertests file. by Tyler Denniston · 4 years, 5 months ago
  20. ec37097 move skvm interpreter to SkOpts again by Mike Klein · 4 years, 5 months ago
  21. cd2a4d6 Adjusting getRectsForRange to grapheme edges. by Julia Lavrova · 4 years, 5 months ago
  22. 2dbcbe8 Loosen up SkSurface_Gpu::onIsCompatible a bit wrt FBO0-ness by Robert Phillips · 4 years, 5 months ago
  23. b803ef8 [infra] Update node to 12.16.1 by Kevin Lubick · 4 years, 5 months ago
  24. 23b0ed9 Name name changes suggested in API review by Nathaniel Nifong · 4 years, 6 months ago
  25. d2f1873 Surface more programs on DDLs by Robert Phillips · 4 years, 6 months ago
  26. f0c5950 Update Go Deps by skia-recreate-skps · 4 years, 5 months ago
  27. e9b8295 Roll third_party/externals/angle2 9e9493f29dbf..c55fbc4064aa (16 commits) by skia-autoroll · 4 years, 5 months ago
  28. 4bdfee1 Roll third_party/externals/swiftshader 126720bd2e57..a095711c5d77 (4 commits) by skia-autoroll · 4 years, 5 months ago
  29. 0a63270 Roll ../src 2f96e324d5a6..7c474dc8f756 (439 commits) by skia-autoroll · 4 years, 5 months ago
  30. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago
  31. f1d78a6 add an ulp of error on the clamp asserts by Mike Klein · 4 years, 6 months ago
  32. 203b405 better SKVM_JIT_STATS output by Mike Klein · 4 years, 6 months ago
  33. 238105b skip dump checks on machines w/o FMAs by Mike Klein · 4 years, 6 months ago
  34. 0ae1b3d detect when the localmatrix forces us into a perspective stage by Mike Reed · 4 years, 6 months ago
  35. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 6 months ago
  36. 99456d7 async llvm compile, take 2 by Mike Klein · 4 years, 6 months ago
  37. 3b7b4d8 turn off LLVM FMA discovery by Mike Klein · 4 years, 6 months ago
  38. 823d319 do our own fma discovery by Mike Klein · 4 years, 6 months ago
  39. cb50b11 get rid of troublesome Op::round by Mike Klein · 4 years, 6 months ago
  40. 628f3e7 Remove experimental from name of skm44 canvas methods by Nathaniel Nifong · 4 years, 6 months ago
  41. 50d7d6f Surface GrFillRectOp programs on DDLs by Robert Phillips · 4 years, 6 months ago
  42. 4db2af4 Tiny fix to two attributes of PDF tags by Dominic Mazzoni · 4 years, 6 months ago
  43. 345af25 Surface GrDashOp programs on the DDL by Robert Phillips · 4 years, 6 months ago
  44. 4490d92 Surface programs at record time for the oval ops by Robert Phillips · 4 years, 6 months ago
  45. 93d75ef Add iPhone11 jobs by Ben Wagner · 4 years, 6 months ago
  46. 4dcf2f0 Make sure we have a new active command buffer before checking for old ones. by Greg Daniel · 4 years, 6 months ago
  47. 2813d45 getRectsForRange results must be adjusted to glyphs. by Julia Lavrova · 4 years, 6 months ago
  48. 4fb5295 pimpl the whole Program by Mike Klein · 4 years, 6 months ago
  49. ba90ce9 Copy border when cloning GrTextureEffect. by Brian Salomon · 4 years, 6 months ago
  50. 3a5974f Add Direct3D compile bots by Jim Van Verth · 4 years, 6 months ago
  51. eced98b Enforce saveLayer ignoring restore paint's mask filter by Michael Ludwig · 4 years, 6 months ago
  52. ee9ce59 Reorganize vertices internals, in prep for extending with per-vertex-data by Mike Reed · 4 years, 6 months ago
  53. d71548a Add support for wrap modes to GrYUVtoRGBEffect. by Brian Salomon · 4 years, 6 months ago
  54. c6d0fdf Update Go Deps by skia-recreate-skps · 4 years, 6 months ago
  55. 7b6f827 Roll ../src 13184a2df875..2f96e324d5a6 (443 commits) by skia-autoroll · 4 years, 6 months ago
  56. f15389b Roll third_party/externals/angle2 b84969ad69c3..9e9493f29dbf (7 commits) by skia-autoroll · 4 years, 6 months ago
  57. 32d62cd Roll third_party/externals/swiftshader 176f3a3dbbc9..126720bd2e57 (2 commits) by skia-autoroll · 4 years, 6 months ago
  58. 64a3f8f Revert "Use spin lock in SkIDChangeListener" by Brian Salomon · 4 years, 6 months ago
  59. 20ed48e Create flutter checkouts from scratch by Ravi Mistry · 4 years, 6 months ago
  60. a54af92 Make AHWBuffer generator responsible for MIP maps. by Brian Salomon · 4 years, 6 months ago
  61. 4036cb1 [recipes] Re-disable SKPs on iOS and images on GPU in nanobench by Eric Boren · 4 years, 6 months ago
  62. d690044 Switch member destructor order in SkDeferredDisplayList by Robert Phillips · 4 years, 6 months ago
  63. 2860ee9 Dawn backend: update to onBindBuffer() changes. by Stephen White · 4 years, 6 months ago
  64. f471b0e have each program own LLVMContext by Mike Klein · 4 years, 6 months ago
  65. 1394e52 Program::LLVMState by Mike Klein · 4 years, 6 months ago
  66. 964aa91 Simplify adding key in SkImage_Lazy::lockTexturProxyView by Brian Salomon · 4 years, 6 months ago
  67. a624a53 Use spin lock in SkIDChangeListener by Brian Salomon · 4 years, 6 months ago
  68. a913895 Check for invalid unicode in fallback. by Ben Wagner · 4 years, 6 months ago
  69. 3c79a23 Selection in justification: Bugs: skia: 9969 by Julia Lavrova · 4 years, 6 months ago
  70. ae2da5e [skottie] Add another text grouping test by Florin Malita · 4 years, 6 months ago
  71. 94b928c Fix GM for preAbandonGpu flag by Michael Ludwig · 4 years, 6 months ago
  72. 1e58c1a Don't draw as sprite when alpha, CF, or MF are present by Michael Ludwig · 4 years, 6 months ago
  73. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 6 months ago
  74. a2cf8ae switch to virtual with no bones by Mike Reed · 4 years, 6 months ago
  75. 96c2eb6 [recipes] Move nanobench flags logic into gen_tasks_logic/nanobench_flags.go by Eric Boren · 4 years, 6 months ago
  76. 0c2f61e [recipes] Compute nanobench flags in gen_tasks by Eric Boren · 4 years, 6 months ago
  77. d89a8b1 [recipes] Move nanobench flags to a separate file by Eric Boren · 4 years, 6 months ago
  78. 853789c [recipes] Refactor nanobench flags by Eric Boren · 4 years, 6 months ago
  79. b194080 Update Go Deps by skia-recreate-skps · 4 years, 6 months ago
  80. 31db11d Roll ../src 66a8fb005d91..13184a2df875 (377 commits) by skia-autoroll · 4 years, 6 months ago
  81. d1a1db7 Roll third_party/externals/angle2 ff60abaf62b4..b84969ad69c3 (6 commits) by skia-autoroll · 4 years, 6 months ago
  82. 3e9a81d Roll third_party/externals/swiftshader 416d37452275..176f3a3dbbc9 (2 commits) by skia-autoroll · 4 years, 6 months ago
  83. 73ae40a Search for Strike at head of LRU first by Herb Derby · 4 years, 6 months ago
  84. 8121d27 stick to 256-bit ymm on skx by Mike Klein · 4 years, 6 months ago
  85. 15902a5 allow FMA discovery by Mike Klein · 4 years, 6 months ago
  86. e7612f4 Dawn: increase maximum texture size in caps to 8192. by Stephen White · 4 years, 6 months ago
  87. 960f3d4 [skottie] Text anchor point grouping support by Florin Malita · 4 years, 6 months ago
  88. 3705bf1 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 6 months ago
  89. 71fe945 Prevent unbounded listener growth on SkPixelRefs. by Brian Salomon · 4 years, 6 months ago
  90. 89c995c hoist1 by Mike Klein · 4 years, 6 months ago
  91. 6a63365 auto-detect MCPU by Mike Klein · 4 years, 6 months ago
  92. 4b7052d [infra] Upgrade iPhone6 to iOS 12.4.5 by Ben Wagner · 4 years, 6 months ago
  93. 5a879c4 basic hoisting by Mike Klein · 4 years, 6 months ago
  94. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 6 months ago
  95. 8248ba6 noalias for params, inbounds for GEPs by Mike Klein · 4 years, 6 months ago
  96. 5caf935 remove bones from SkVertices by Mike Reed · 4 years, 6 months ago
  97. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 6 months ago
  98. 37f84c0 Fill in most D3DCaps texture property queries. by Jim Van Verth · 4 years, 6 months ago
  99. 4a4e9c9 Restore logic to check for .git in ANGLE BUILD.gn by Brian Osman · 4 years, 6 months ago
  100. b3573a1 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 6 months ago