1. 29c1c80 Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces" by Robert Phillips · 6 years ago
  2. 361a640 change colormatrixfilter to be 0...1 for translate by Mike Reed · 6 years ago
  3. 75c3ae4 Add GrMtlCommandBuffer by Jim Van Verth · 6 years ago
  4. bd5e950 Make default SkUserConfig a noop by Hal Canary · 6 years ago
  5. 9adc82c Fixes for saveBehind/drawBehind by Mike Reed · 6 years ago
  6. 7eec3cd6 Implement alternate method for determining recycle-ability of allocated GrSurfaces by Robert Phillips · 6 years ago
  7. 1ce03a6 rename gamma stage gamma_ by Mike Klein · 6 years ago
  8. 12c4629 Remove the option of disabling explicit resource allocation by Robert Phillips · 6 years ago
  9. 7ecad87 add third_party/skcms to includes by Mike Klein · 6 years ago
  10. f153e22 Update go_deps asset by skia-recreate-skps · 6 years ago
  11. f31ae87 Roll third_party/externals/angle2 c467f7b54188..cff6f150eae1 (1 commits) by skia-autoroll · 6 years ago
  12. 0438f02 Roll ../src 3ed0f75776bb..29e17ed23dea (265 commits) by skia-autoroll · 6 years ago
  13. 977b16d Roll third_party/externals/swiftshader bcc71a322953..707ed9974cb3 (3 commits) by skia-autoroll · 6 years ago
  14. c318630 Add skcms directory to public includes by Brian Osman · 6 years ago
  15. 06be079 Add wait function on GrContext to wait on semaphores. by Greg Daniel · 6 years ago
  16. dd15d69 More buffer changes for Metal. by Jim Van Verth · 6 years ago
  17. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 6 years ago
  18. 731ba99 deshard NP and N7 CPU test bots by Mike Klein · 6 years ago
  19. 86e6199 Revert "simplify and centralize SK_API" by Mike Klein · 6 years ago
  20. 5f78adf Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) by Robert Phillips · 6 years ago
  21. 4b19592 remove duplicate SkBase64.h by Mike Klein · 6 years ago
  22. 3276d95 rm src/compute by Mike Klein · 6 years ago
  23. 2640002 [docs] Update documentation for branching process by Eric Boren · 6 years ago
  24. 7f960d2 simplify and centralize SK_API by Mike Klein · 6 years ago
  25. 5816b3d Fully add back old GrContext flush api. by Greg Daniel · 6 years ago
  26. e0eeda5 add constexpr constructor to SkMatrix by Mike Klein · 6 years ago
  27. 7a5b6ec Update comment on vulkan allocator. by Greg Daniel · 6 years ago
  28. d10c901 Add back deprecated GrCotnext flush API till clients get fixed. by Greg Daniel · 6 years ago
  29. cbc33b8 Add SkSL viewing/editing to viewer by Brian Osman · 6 years ago
  30. 6350cb0 Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" by Mike Klein · 6 years ago
  31. 08cb246 Update go_deps asset by skia-recreate-skps · 6 years ago
  32. 3018bd1 Roll third_party/externals/angle2 145ec7fa7c81..c467f7b54188 (4 commits) by skia-autoroll · 6 years ago
  33. f1ff8aa Roll third_party/externals/swiftshader a16238df3f28..bcc71a322953 (7 commits) by skia-autoroll · 6 years ago
  34. f062679 Roll ../src a55917cb9824..3ed0f75776bb (344 commits) by skia-autoroll · 6 years ago
  35. 2ce3640 use portable typeface for new gm by Mike Reed · 6 years ago
  36. 264f9d2 Update SKP version by skia-recreate-skps · 6 years ago
  37. 8da1676 Skip __init__.py in webpages_playback.py by Ravi Mistry · 6 years ago
  38. a76fad2 Update go_deps asset by skia-recreate-skps · 6 years ago
  39. 13906d5 Update go_deps asset by skia-recreate-skps · 6 years ago
  40. c03cfaf Add Metal support for dynamic buffers. by Jim Van Verth · 6 years ago
  41. d567408 Add secret draw-behind method by Mike Reed · 6 years ago
  42. 1c0b05a SkClipStack::isRRect succeeds if stack is an intersection of rects. by Brian Salomon · 6 years ago
  43. 84d36cd ccpr: Calculate edge coverage in the coverage processor by Chris Dalton · 6 years ago
  44. 898a8a5 Fixed internal skslc error with negated literal vectors by Ethan Nicholas · 6 years ago
  45. 865dc56 Adjust vulkan memory allocation block size knobs to better match the type of draws we do. by Greg Daniel · 6 years ago
  46. 49465b4 reworked SPIR-V binary operations and added support for VectorTimesScalar by Ethan Nicholas · 6 years ago
  47. 7bb47f2 Add explicit GrSurfaceProxy flag to skip explicit resource allocation by Robert Phillips · 6 years ago
  48. ba16028 SkQP: new docker test code by Hal Canary · 6 years ago
  49. 65a8f56 fixed Metal code generation for recursive functions by Ethan Nicholas · 6 years ago
  50. 2929f51 Don't batch across domain modes in GrTextureOp by Michael Ludwig · 6 years ago
  51. cf4ec50 Convexity checker: Wait for significant x-product when walking edges by Brian Osman · 6 years ago
  52. 377befa Update compositing benchmark to use image-set API by Michael Ludwig · 6 years ago
  53. 377b18b ccpr: Indicate path fill type by winding direction of cover triangles by Chris Dalton · 6 years ago
  54. cb0f409 added error detection for writing to a constant swizzle mask by Ethan Nicholas · 6 years ago
  55. 42daf99 [spec] Initial commit for web spec by Kevin Lubick · 6 years ago
  56. cc5d3e0 Revert "Revert "added more SPIR-V RelaxedPrecision decorations"" by Ethan Nicholas · 6 years ago
  57. b07e9a8 use char-to-glyph cache in freetype typeface by Mike Reed · 6 years ago
  58. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 6 years ago
  59. e576378 Allow GrShadowRRectOp::Make to fail by Robert Phillips · 6 years ago
  60. e8a33ec Update go_deps asset by skia-recreate-skps · 6 years ago
  61. 72fcaa2 Roll third_party/externals/angle2 82bcffa78747..145ec7fa7c81 (10 commits) by skia-autoroll · 6 years ago
  62. 577568d Roll third_party/externals/swiftshader abaecd5f2ba7..a16238df3f28 (12 commits) by skia-autoroll · 6 years ago
  63. 8cdae55 Roll ../src f968f64cdf27..a55917cb9824 (433 commits) by skia-autoroll · 6 years ago
  64. 9b67802 Properly retrieve memory block in SkTextUtils by Martin Vejdarski · 6 years ago
  65. e8e7a9d Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  66. 2e904bc SkPDF: move type1 font code into single file by Hal Canary · 6 years ago
  67. 71713f6 Swap front and back stencil sides when rendering bottom-left by Chris Dalton · 6 years ago
  68. 8a97f56 Swap x/y radii for EllipticalRRectOp depending on matrix. by Brian Salomon · 6 years ago
  69. 572d9bb SkQP: consolidate cut_release scripts by Hal Canary · 6 years ago
  70. 067861e Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  71. 5cab45e Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  72. 5000791 remove experimental from some APIs (that are no longer experiments) by Mike Reed · 6 years ago
  73. d8d859a Fix quad type detection from SkPoint array by Michael Ludwig · 6 years ago
  74. 14ac42b Remove the axis-aligned vector special case to convexity checker by Brian Osman · 6 years ago
  75. 1a668d2 fixed assertion failure in skslc SPIR-V output by Ethan Nicholas · 6 years ago
  76. 2c2240f Make more SkTypeface virtuals pure. by Ben Wagner · 6 years ago
  77. 06a7257 [infra] Fixes for chrome_release_branch by Eric Boren · 6 years ago
  78. a94670b Update Skia milestone to 76 by Heather Miller · 6 years ago
  79. 847d55b Update go_deps asset by skia-recreate-skps · 6 years ago
  80. 5dd9cb2 Roll third_party/externals/angle2 c832cdd75f75..82bcffa78747 (7 commits) by skia-autoroll · 6 years ago
  81. 583a082 Roll third_party/externals/swiftshader 84c3a94e1450..abaecd5f2ba7 (6 commits) by skia-autoroll · 6 years ago
  82. ced2b79 Roll ../src a3585f70a100..f968f64cdf27 (436 commits) by skia-autoroll · 6 years ago
  83. 14c90c1 Reland "Remove includes from SkFontTypes.h" by Ben Wagner · 6 years ago
  84. e64e632 Add __init__.py to page_sets by Ben Wagner · 6 years ago
  85. 3966738 Non-substantive changes by Robert Phillips · 6 years ago
  86. 5b39dc8 SkQP: fix model colorspace (16-bit gold images) by Hal Canary · 6 years ago
  87. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 6 years ago
  88. 6f90470 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  89. 64670cb Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input" by Mike Reed · 6 years ago
  90. 105d7c2 Add flag to map buffer flags in GrCaps to indicate whether mapping a by Brian Salomon · 6 years ago
  91. f19ef9b [infra] More work on chrome_release_branch by Eric Boren · 6 years ago
  92. da8a6e1 Add clang-cl arm64 builds by Mike Klein · 6 years ago
  93. 5155e09 Revert "added more SPIR-V RelaxedPrecision decorations" by Greg Daniel · 6 years ago
  94. 7a7a97d Make Metal render loop more stable by Jim Van Verth · 6 years ago
  95. 629ca1d roll clang_win by Mike Klein · 6 years ago
  96. 3e217a8 Roll recipe dependencies (trivial). by recipe-roller · 6 years ago
  97. 33906ad Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"" by Robert Phillips · 6 years ago
  98. e88d438 Update go_deps asset by skia-recreate-skps · 6 years ago
  99. c22a81f Roll third_party/externals/angle2 e7da32f1c73e..c832cdd75f75 (7 commits) by skia-autoroll · 6 years ago
  100. a6b421c Roll third_party/externals/swiftshader 25be5bb97518..84c3a94e1450 (6 commits) by skia-autoroll · 6 years ago