1. a8fa490 Isolate updating grTextStrike by Herb Derby · 5 years ago
  2. 84c8787 Add a --scale flag to skpbench by Chris Dalton · 5 years ago
  3. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 5 years ago
  4. fba4a15 Disallow GrTextureDomain::kIgnore_Mode in SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 5 years ago
  5. 3b9c544 Reland "Reland "Add new method for storing DrawOpAtlas texture index."" by Jim Van Verth · 5 years ago
  6. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 5 years ago
  7. b53bdf1 Fix single-pass tessellator wedges by Chris Dalton · 5 years ago
  8. 1321a3d Re-enable QCOM_tiled_rendering, but check for gl functions by Michael Ludwig · 5 years ago
  9. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 5 years ago
  10. 7b18610 Make glyph paths calculation positions from original data by Herb Derby · 5 years ago
  11. c43f2a0 mark all exerimental (3d) apis as such by Mike Reed · 5 years ago
  12. ea4459d add new debug/profiling mechanism by Mike Klein · 5 years ago
  13. 9f64f4c purge all old debug hooks by Mike Klein · 5 years ago
  14. b18e74d Expose camera matrix in SkCanvas by Mike Reed · 5 years ago
  15. 40a1cee Rewrite tessellation wedge generation to be done in a single pass by Chris Dalton · 5 years ago
  16. 2cd5d43 [minor] docs/examples: cleanup by Hal Canary · 5 years ago
  17. 99e002f Revert "Simplify VertexRegenerator GrStrikeCache handling" by Mike Klein · 5 years ago
  18. 59d529c Simplify VertexRegenerator GrStrikeCache handling by Herb Derby · 5 years ago
  19. 62b12fe Handle color and translation outside of VertexRegenerator by Herb Derby · 5 years ago
  20. c4b8eef move SkV3 into header by Mike Reed · 5 years ago
  21. 2900040 Roll third_party/externals/swiftshader 146e16f68fdc..5fc197dc7669 (10 commits) by skia-autoroll · 5 years ago
  22. bffef27 Roll third_party/externals/angle2 86f730971751..a7b91502cd7f (2 commits) by skia-autoroll · 5 years ago
  23. 0764e73 Roll ../src b83f9414fec4..98818e570034 (437 commits) by skia-autoroll · 5 years ago
  24. 7edb0eb Revert "Reland "Add new method for storing DrawOpAtlas texture index."" by Jim Van Verth · 5 years ago
  25. 9bd8351 RTL Paragraph + all it causes by Julia Lavrova · 5 years ago
  26. 23f2976 Redo glyph quad regeneration by Herb Derby · 5 years ago
  27. 7dd6098 fix SkMatrixConvolutionImageFilter unpremul by Mike Klein · 5 years ago
  28. 3c9d776 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  29. 0f6bb8a Add a temporary job to test GrGpuTessellationPathRenderer by Chris Dalton · 5 years ago
  30. ee0a03a experimental: saveCamera() by Mike Reed · 5 years ago
  31. 8800042 docs/examples: REG_FIDDLE_ANIMATED by Hal Canary · 5 years ago
  32. 4cf1874 Fixing the cache by Julia Lavrova · 5 years ago
  33. dea2f34 Reland "Add new method for storing DrawOpAtlas texture index." by Jim Van Verth · 5 years ago
  34. 435adfe Simplify translation calculation for mustRegenerate by Herb Derby · 5 years ago
  35. d1b347e add a note about P3 gamuts by Mike Klein · 5 years ago
  36. c71c796 Remove various uses of GrPixelConfig from GrSurfaceProxy. by Greg Daniel · 5 years ago
  37. 1fa5404 rm CanvasKit.HEAPU8.buffer caching (fix UAF bug). by Bryce Thomas · 5 years ago
  38. a4f218d Add support for reading .skp files in CanvasKit. by Kevin Lubick · 5 years ago
  39. bd1466c Add a new gm for large kernel matrix convolution by Adlai Holler · 5 years ago
  40. 7655168 Roll third_party/externals/angle2 8b3a0fa81050..86f730971751 (12 commits) by skia-autoroll · 5 years ago
  41. 0a9fffb Roll ../src e2015449184d..b83f9414fec4 (758 commits) by skia-autoroll · 5 years ago
  42. 9d282e5 Roll third_party/externals/swiftshader f6d3cbb28303..146e16f68fdc (18 commits) by skia-autoroll · 5 years ago
  43. 9d91492 Revert "Make SkGpuBlurUtils take SkTileMode" by Brian Salomon · 5 years ago
  44. 03d89ef make sure each sample() call uses the same uniforms by Mike Klein · 5 years ago
  45. 53c9ccb Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  46. ac90802 Update compressed texturing GM by Robert Phillips · 5 years ago
  47. cb67acb add dumpJIT() to disassemble by Mike Klein · 5 years ago
  48. 42032cb Revert "Pass in a SkColorType into SkImage_Gpu ctor." by Mike Klein · 5 years ago
  49. 1817e70 Make SkGpuBlurUtils take SkTileMode by Brian Salomon · 5 years ago
  50. 2a57e79 add --skvm to nanobench and fm by Mike Klein · 5 years ago
  51. 1d17543 Pass in a SkColorType into SkImage_Gpu ctor. by Greg Daniel · 5 years ago
  52. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 5 years ago
  53. c46e30e Revert "Add new method for storing DrawOpAtlas texture index." by Jim Van Verth · 5 years ago
  54. d8cf3f0 [minor] tools/skottie_ios_app/Skia*Context: remember to cast by Hal Canary · 5 years ago
  55. c8b2e61 Add new method for storing DrawOpAtlas texture index. by Jim Van Verth · 5 years ago
  56. 6c8422c add more docs/examples from named fiddles. by Hal Canary · 5 years ago
  57. 93d3fab improve scalar gather32 by Mike Klein · 5 years ago
  58. b2b6a99 impl gather32 for x86 by Mike Klein · 5 years ago
  59. 118df7c skottie_ios_app: Add OpenGL. by Hal Canary · 5 years ago
  60. 7543587 clean-up 3d sample's use of matrices by Mike Reed · 5 years ago
  61. 3d81725 remove obsolete presubmit checks by Mike Klein · 5 years ago
  62. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 5 years ago
  63. 3438680 try running public API checks early by Mike Klein · 5 years ago
  64. 12b2c27 fix msan issue by init all new members by Nathaniel Nifong · 5 years ago
  65. 0a0ae9e manually roll swiftshader by Mike Klein · 5 years ago
  66. 7ef10b6 [infra] Fix bin/try by Eric Boren · 5 years ago
  67. 86e50fe [infra] Make bin/try work in any (Skia) repo by Eric Boren · 5 years ago
  68. edae1b3 [infra] Change CMake build to use a temporary directory by Eric Boren · 5 years ago
  69. e45c5cd Roll third_party/externals/angle2 ed074852bf07..8b3a0fa81050 (8 commits) by skia-autoroll · 5 years ago
  70. f067213 Roll ../src d7523c24c465..e2015449184d (593 commits) by skia-autoroll · 5 years ago
  71. 507b898 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  72. c322f63 add movq by Mike Klein · 5 years ago
  73. 0e590eb Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  74. beaa108 add vgatherdps by Mike Klein · 5 years ago
  75. 43324e7 Improve shader compile tracing with Android framework by Stan Iliev · 5 years ago
  76. 45fa810 fix texture projection and fmod on metal by Ethan Nicholas · 5 years ago
  77. c558f72 Compressed texture API cleanup by Robert Phillips · 5 years ago
  78. 3dbc701 Turn off automatic application of 'trak' on macOS. by Ben Wagner · 5 years ago
  79. 06b7212 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  80. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 5 years ago
  81. 207b82c Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  82. f6d60d3 On ARM disable blend when src-over has src with alpha of 1. by Greg Daniel · 5 years ago
  83. 9403c38 Revert "Reland "Revert "allow clients to opt into new didTranslate/didScale""" by Mike Reed · 5 years ago
  84. 70e9301 Formatting paragraph with width=0 by Julia Lavrova · 5 years ago
  85. 348c37e Roll third_party/externals/angle2 12ce8f687d23..ed074852bf07 (12 commits) by skia-autoroll · 5 years ago
  86. f625a46 Roll ../src e8ce929aea0d..d7523c24c465 (417 commits) by skia-autoroll · 5 years ago
  87. f66bba6 Reland "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 5 years ago
  88. d7ce7ac Revert "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 5 years ago
  89. 4a46758 Revert "allow clients to opt into new didTranslate/didScale" by Mike Reed · 5 years ago
  90. 1ef92e0 Update SKP version by skia-recreate-skps · 5 years ago
  91. cb6b9e3 allow clients to opt into new didTranslate/didScale by Mike Reed · 5 years ago
  92. 69ace2a sample3d by Mike Reed · 5 years ago
  93. 0a1923e Disable QCOM_tiled_rendering while we wait for test devices by Chris Dalton · 5 years ago
  94. a3a704a Override didTranslate, and add virtual for didScale by Mike Reed · 5 years ago
  95. cab1c2d Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  96. bee9039 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  97. a27c9ef Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  98. f6d70a8 Revert "Revert "forward concat44 in nway canvas"" by Mike Reed · 5 years ago
  99. 3723fb7 Revert "forward concat44 in nway canvas" by Mike Reed · 5 years ago
  100. 39de4a4 Fix mac TSAN build by Brian Salomon · 5 years ago