1. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 6 years ago
  2. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  3. 711f39f [skottie] Add support for RangeSelector shapes by Florin Malita · 6 years ago
  4. a797cc9 Fix GrBackendRenderTarget and GrBackendTexture operator= by Ben Wagner · 6 years ago
  5. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 6 years ago
  6. c5fae22 Roll third_party/externals/angle2 3c219171135d..b91f87b6ce1c (6 commits) by skia-autoroll · 6 years ago
  7. f9515b7 Roll ../src 72cb69b7908e..5f60135c7766 (425 commits) by skia-autoroll · 6 years ago
  8. a5de1e3 Roll third_party/externals/swiftshader 5b424e69101a..5c9e165bc4d5 (1 commits) by skia-autoroll · 6 years ago
  9. 6421783 Use DirectWrite for default font. by Ben Wagner · 6 years ago
  10. 20bcbac Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  11. 0f80902 Add GrQuadUtils namespace to hold ResolveAAType function by Michael Ludwig · 6 years ago
  12. fc33e01 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  13. 6b43c30 add mad_unorm8 instruction by Mike Klein · 6 years ago
  14. e422761 use u32 in mul_unorm8 by Mike Klein · 6 years ago
  15. f1df397 tidy up register allocation by Mike Klein · 6 years ago
  16. e0d90c8 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  17. 5b5403e ccpr: Preserve fill rules for cached paths by Chris Dalton · 6 years ago
  18. 928b299 Roll recipe dependencies (nontrivial). by recipe-roller · 6 years ago
  19. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  20. d1bc240 Use 1e-4 rather than 1e-5 as "nonZeroAlpha" in various shader code. by Brian Salomon · 6 years ago
  21. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 6 years ago
  22. 754bad3 hoist loop-invariant code out of the loop by Mike Klein · 6 years ago
  23. 4d74f60 Make feature structs on GrVkBackendContext const. by Greg Daniel · 6 years ago
  24. 27a7431 SkPDF: clean up image shader code by Hal Canary · 6 years ago
  25. 68ba117 GrShaderCaps always stores config texture swizzles. by Brian Salomon · 6 years ago
  26. 6386efa Remove unused "DropsTileOnZeroDivide" caps bit by Brian Osman · 6 years ago
  27. 95253bd Fix SkSL standalone compile errors by Brian Osman · 6 years ago
  28. de4c58c Combine GrPerspQuad and GrQuad by Michael Ludwig · 6 years ago
  29. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 6 years ago
  30. c2d9a31 Revert "print 1/K floats as fractions" by Mike Klein · 6 years ago
  31. c70ed90 Revise GrDataUtils to be more self-contained by Robert Phillips · 6 years ago
  32. 90ef39f Add GrCFResource::reset() to allow Chrome to transition to sk_cf_obj. by Jim Van Verth · 6 years ago
  33. e2826ab Add API to invalidate GL texture parameters from GrBackendTexture. by Brian Salomon · 6 years ago
  34. 9893f8e Roll third_party/externals/angle2 2dd40a44d1a6..3c219171135d (5 commits) by skia-autoroll · 6 years ago
  35. 7e2c3cd Roll ../src ce989eacabd7..72cb69b7908e (348 commits) by skia-autoroll · 6 years ago
  36. 57bc74b Roll third_party/externals/swiftshader 79d4ac9ab695..5b424e69101a (2 commits) by skia-autoroll · 6 years ago
  37. 89fc1db Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  38. bb365e2 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  39. 346f82c print 1/K floats as fractions by Mike Klein · 6 years ago
  40. eb1fe8f move peepholes where they're relevant by Mike Klein · 6 years ago
  41. 1c44db1 [skottie] Initial text range selector support by Florin Malita · 6 years ago
  42. 7716331 print SKVM test failures by Mike Klein · 6 years ago
  43. cf0daac allow two immediates by Mike Klein · 6 years ago
  44. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
  45. a4bb020 add SkVMBuilders.* to DM deps in G3 by Mike Klein · 6 years ago
  46. d17e05a Extract GrQuadList into separate header by Michael Ludwig · 6 years ago
  47. 6fed6d3 [infra] Fixes for chrome_release_branch by Eric Boren · 6 years ago
  48. 3c00d3d dump register and instruction count by Mike Klein · 6 years ago
  49. 9656dce add extract instruction by Mike Klein · 6 years ago
  50. 1665aaa add pack instruction by Mike Klein · 6 years ago
  51. 87e0147 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  52. d7d04dc add mul_unorm8 instruction by Mike Klein · 6 years ago
  53. 7b7077c centralize test/bench SkVM builders by Mike Klein · 6 years ago
  54. ac79ca1 Roll skia/third_party/skcms ca5b4470be98..386ae89d2b64 (1 commits) by skia-autoroll · 6 years ago
  55. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 6 years ago
  56. 81b7e3d Create FenceSync implementation that works for all Metal configs by Jim Van Verth · 6 years ago
  57. baf6478 Convert over more sites to SkStrikeSpecStorage, and remove unused calls by Herb Derby · 6 years ago
  58. 0484134 Add Tecno Spark3 Pro devices to the tree by Ravi Mistry · 6 years ago
  59. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 6 years ago
  60. 62fd2c3 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  61. 32c526b Interpreter: Minor cleanup of opcodes by Brian Osman · 6 years ago
  62. 89068ce Don't mark inline functions in SkString.h as static. by Jeremy Roman · 6 years ago
  63. 74bda38 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  64. 648a1dc [infra] Supply revision as target_branch to bot_update by Eric Boren · 6 years ago
  65. d9a88a3 Roll third_party/externals/swiftshader bb575d48d5f9..79d4ac9ab695 (6 commits) by skia-autoroll · 6 years ago
  66. 525aa0c Roll ../src f75363e40fb1..ce989eacabd7 (360 commits) by skia-autoroll · 6 years ago
  67. 2b03bf8 Roll third_party/externals/angle2 98f2167125a8..2dd40a44d1a6 (8 commits) by skia-autoroll · 6 years ago
  68. 1281851 add a x*y+0 -> x*y peephole by Mike Klein · 6 years ago
  69. 267f507 streamline SkVM test rebaselining by Mike Klein · 6 years ago
  70. 30e918d Revert "Use DirectWrite for default font." by Ben Wagner · 6 years ago
  71. 081bf66 best guess for -MSRTC bot by Mike Klein · 6 years ago
  72. 5270925 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  73. 03ce675 fix SKVM_ benches by Mike Klein · 6 years ago
  74. ef032cd Disable RGBA_F32 mipmap testing for all of openGL ES by Robert Phillips · 6 years ago
  75. 68c50d0 sketch an skvm by Mike Klein · 6 years ago
  76. e0244b6 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  77. d6ba725 [canvaskit] Save a copy by using SkVertices::Builder by Kevin Lubick · 6 years ago
  78. 6ca7ed2 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  79. 80f10d2 Turn on glClear workaround for nvidia macs by Michael Ludwig · 6 years ago
  80. 27eb525 Expand testing of color initialized backend textures to include mip levels by Robert Phillips · 6 years ago
  81. 900dda8 Do correct colorspace xform in asyncRescaleAndReadPixels in GPU impl. by Brian Salomon · 6 years ago
  82. d249e8c One ShouldDrawAsPath to rule them all! by Herb Derby · 6 years ago
  83. 375a953 Use DirectWrite for default font. by Ben Wagner · 6 years ago
  84. 03464f1 Maybe don't use Metal's instanced methods if not supported. by Jim Van Verth · 6 years ago
  85. d7255a7 Make fuzzing use embedded test font by Kevin Lubick · 6 years ago
  86. b67b235 GrTessellator: always rewind to edge top when splitting. by Stephen White · 6 years ago
  87. 40679c3 added SkSL bench by Ethan Nicholas · 6 years ago
  88. 00587e3 Prevent UBSAN from complaining too early about invalid enums by Kevin Lubick · 6 years ago
  89. a718813 Don't run SkpBench on the P30 since we don't have root on that device. by Joe Gregorio · 6 years ago
  90. ede7e99 add simpler addFrame api (helps with threaded producers) by Mike Reed · 6 years ago
  91. fec9b90 add unit scaling mode to benchmark/nanobench by Mike Klein · 6 years ago
  92. 79e4df8 [infra] Stop isolating the Android NDK by Eric Boren · 6 years ago
  93. c6611c0 Add 'modules' to doxygen generation. by Joe Gregorio · 6 years ago
  94. c0b32b3 Roll recipe dependencies (nontrivial). by recipe-roller · 6 years ago
  95. 9e6a3d7 Roll third_party/externals/angle2 0a56f0e3d22d..98f2167125a8 (8 commits) by skia-autoroll · 6 years ago
  96. 0e179e4 Roll third_party/externals/swiftshader c0d7ee45d45f..bb575d48d5f9 (3 commits) by skia-autoroll · 6 years ago
  97. b9e82c6 Roll ../src 8e522297bf91..f75363e40fb1 (402 commits) by skia-autoroll · 6 years ago
  98. eca66b3 SkVector4 as ctype for half4 by Brian Salomon · 6 years ago
  99. 3c0ad02 Update SKP version by skia-recreate-skps · 6 years ago
  100. 09f5aed Handle all lcd orientations SkScalerContext. by Ben Wagner · 6 years ago