1. db4a9fb verify there are no glyph searches by Herb Derby · 4 years, 3 months ago
  2. 395ddc3 Reland "Enable novel GrClipStack on bots, disable elsewhere" by Michael Ludwig · 4 years, 3 months ago
  3. ebf91b2 Remove swizzle helper function for type creation by Brian Osman · 4 years, 4 months ago
  4. 6e49a37 Avoid redundant zeros and ones in swizzle constructor. by John Stiles · 4 years, 3 months ago
  5. ef3aadb simplify setMetricsAndImage API by Herb Derby · 4 years, 3 months ago
  6. 2780656 Remove SkSurface::getContext by Adlai Holler · 4 years, 3 months ago
  7. e4b7969 Use SkClipOp::kIntersect instead of kReplace_ClipOp by Michael Ludwig · 4 years, 3 months ago
  8. b61c3a9 Revert "moved BinaryExpression's data into IRNode" by Ethan Nicholas · 4 years, 3 months ago
  9. 7f6378f Migrate swizzle tests to golden SkSL files. by John Stiles · 4 years, 3 months ago
  10. 6d94b65 good codegen for Op::mul_q14x2 by Mike Klein · 4 years, 3 months ago
  11. 7b1620f refactor skvx min/max by Mike Klein · 4 years, 3 months ago
  12. efc8797 moved BinaryExpression's data into IRNode by Ethan Nicholas · 4 years, 3 months ago
  13. f6e0f58 Revert "Enable novel GrClipStack on bots, disable elsewhere" by Michael Ludwig · 4 years, 3 months ago
  14. d85b159 in fm_bot, use -foo to remove a source by Mike Klein · 4 years, 3 months ago
  15. e1ade2a Enable novel GrClipStack on bots, disable elsewhere by Michael Ludwig · 4 years, 4 months ago
  16. 63620fd add another q14x2 test by Mike Klein · 4 years, 3 months ago
  17. 26f3aeb Add initial GrThreadSafeUniquelyKeyedProxyViewCache implementation by Robert Phillips · 4 years, 3 months ago
  18. 0b448da Add a method of returning the list of commands that use an image by Nathaniel Nifong · 4 years, 3 months ago
  19. 2564767 Move constant swizzle handling into the IR generator by Brian Osman · 4 years, 4 months ago
  20. db42bf2 Align default values of GrShaderCaps with StandaloneShaderCaps. by John Stiles · 4 years, 4 months ago
  21. 5c3e1a9 Add a quadratic cusp to trickycubicstrokes by Chris Dalton · 4 years, 3 months ago
  22. 194b9b9 Add support for ShaderCapsFactory to skslc. by John Stiles · 4 years, 4 months ago
  23. 1592361 add special type for SkGlyphIndex by Herb Derby · 4 years, 4 months ago
  24. 2610e82 Roll ANGLE from 183a454b9d54 to 4d3a0f602852 (29 revisions) by skia-autoroll · 4 years, 3 months ago
  25. 3143809 Roll Chromium from 2c970cbe2fff to da6c6f8f1a68 (442 revisions) by skia-autoroll · 4 years, 3 months ago
  26. af8b7cb Roll SwiftShader from 0f14b7ab7a55 to b33e0b36a08c (2 revisions) by skia-autoroll · 4 years, 3 months ago
  27. 4108364 _mm256_blendv_epi8 needs avx2 by Mike Klein · 4 years, 3 months ago
  28. 3e72b3f jit q14x2 ops by Mike Klein · 4 years, 3 months ago
  29. d9c55ce disable show-your-work bit of test by Mike Klein · 4 years, 3 months ago
  30. 9791e50 impl q14x2 ops in interpreter by Mike Klein · 4 years, 4 months ago
  31. c3ad6a1 make skvx::if_then_else work at byte granularity by Mike Klein · 4 years, 4 months ago
  32. 1cf303f Fully disable CCPR for unit test by Michael Ludwig · 4 years, 4 months ago
  33. 81a942c SkYUVAPixmaps::toLegacy() init unused mapping for missing alpha channel by Brian Salomon · 4 years, 4 months ago
  34. 31bf3d9 Relax SkStrokeRec::hasEqualEffect by Chris Dalton · 4 years, 4 months ago
  35. a195d10 New GrClipStack supporting only intersect/difference by Michael Ludwig · 4 years, 4 months ago
  36. 3c685bf test clipRect sorting by Mike Klein · 4 years, 4 months ago
  37. 50dd7e1 Fix cube map demo by Nathaniel Nifong · 4 years, 4 months ago
  38. 560ae27 In SkCanvas::clipRect, sort incoming rects by Brian Osman · 4 years, 4 months ago
  39. 98c512c add Q14x2 type to SkVM by Mike Klein · 4 years, 4 months ago
  40. 6f3ed7f unbreak Build-Debian10-Clang-x86-Debug by Mike Klein · 4 years, 4 months ago
  41. c2a9a97 New version of SkImage::MakeFromYUVAPixmaps() by Brian Salomon · 4 years, 4 months ago
  42. 886b9d4 Create blank SkSL test files for Ninja's benefit. by John Stiles · 4 years, 4 months ago
  43. d911c91 Normalize line endings in SkSL error tests by Brian Osman · 4 years, 4 months ago
  44. f2cdf59 Migrate SkSL inliner tests to golden files. by John Stiles · 4 years, 4 months ago
  45. 860ac5b Move canvaskit bindings away from getGrContext by Adlai Holler · 4 years, 4 months ago
  46. 84dd8f9 implement some useful 16-bit instructions by Mike Klein · 4 years, 4 months ago
  47. 272e8bc [fuzz] Add libfuzzer binaries to BUILD.gn by Kevin Lubick · 4 years, 4 months ago
  48. 22aa7d7 [canvaskit] Remove unnecessary ColorTypes by Kevin Lubick · 4 years, 4 months ago
  49. c9bece2 [canvaskit] Replace drawAnimatedImage with drawFrameAtImage. by Kevin Lubick · 4 years, 4 months ago
  50. e36079e Revert "Disable whole-program inliner." by John Stiles · 4 years, 4 months ago
  51. c75abb8 Assign unique names to inlined variable declarations. by John Stiles · 4 years, 4 months ago
  52. 8f02625 Demonstrate name reuse error in inliner. by John Stiles · 4 years, 4 months ago
  53. aecd484 Roll Chromium from 2ab7a04e4589 to 2c970cbe2fff (351 revisions) by skia-autoroll · 4 years, 4 months ago
  54. 19ed57b Roll SwiftShader from dc552fcef1fe to 0f14b7ab7a55 (4 revisions) by skia-autoroll · 4 years, 4 months ago
  55. 2bc4077 notes on bazel by Mike Klein · 4 years, 4 months ago
  56. b024549 Convert several SkSL->GLSL unit tests to golden outputs. by John Stiles · 4 years, 4 months ago
  57. ea9e7ca Support testing error cases in our SkSL unit test goldens. by John Stiles · 4 years, 4 months ago
  58. eaed918 Disable whole-program inliner. by John Stiles · 4 years, 4 months ago
  59. 37fd658 Add input attachment support to program building. by Greg Daniel · 4 years, 4 months ago
  60. 6253b57 Remove command buffer reset bit from vk command pool. by Greg Daniel · 4 years, 4 months ago
  61. 01a3eb4 SkSL: When simplifcation requires a rescan, do it right away by Brian Osman · 4 years, 4 months ago
  62. 0acb5b5 Allow casting to lower precision types in runtime effects by Brian Osman · 4 years, 4 months ago
  63. b45d0ca [fuzz] Make libfuzzer defines backwards compatible for roll by Kevin Lubick · 4 years, 4 months ago
  64. 96a505f Roll skcms from b1f9041ffe31 to 069b8f699b59 (1 revision) by skia-autoroll · 4 years, 4 months ago
  65. 569afe1 Force linux nvida vulkan to use dedicated image allocations. by Greg Daniel · 4 years, 4 months ago
  66. 302e8fb Downgrade SkImage to GrImageContext by Adlai Holler · 4 years, 4 months ago
  67. 34b19c5 SkSL optimization now happens in convertProgram rather than being a by Ethan Nicholas · 4 years, 4 months ago
  68. d8dfd7a Elevate caps methods to GrRecordingContext by Adlai Holler · 4 years, 4 months ago
  69. 2177436 Update GrVkRenderPasses to be created to support both input attachments and adv blend. by Greg Daniel · 4 years, 4 months ago
  70. c1cc1d8 bazel baby steps by Mike Klein · 4 years, 4 months ago
  71. d836f84 Generate SkSL golden output files from test inputs during the build. by John Stiles · 4 years, 4 months ago
  72. 915a38c Enable the inlining pass during optimization. by John Stiles · 4 years, 4 months ago
  73. 493f89e [fuzz] Standardize, document, and backport fuzzing defines. by Kevin Lubick · 4 years, 4 months ago
  74. 081bc32 Roll Chromium from d14e6a0b90c2 to 2ab7a04e4589 (486 revisions) by skia-autoroll · 4 years, 4 months ago
  75. 3b0d5d4 Roll ANGLE from 0c8f66c7169c to 183a454b9d54 (14 revisions) by skia-autoroll · 4 years, 4 months ago
  76. 7a588f8 Roll SwiftShader from 41974f57973e to dc552fcef1fe (1 revision) by skia-autoroll · 4 years, 4 months ago
  77. 81a7629 Roll dawn from 948b3a05550b to dbd34449af20 (2 revisions) by skia-autoroll · 4 years, 4 months ago
  78. b711737 Update SKP version by skia-recreate-skps · 4 years, 4 months ago
  79. 186866c expose clear way to create default mips by Mike Reed · 4 years, 4 months ago
  80. 582c5a9 Fix assert on tessellated stroke join type by Chris Dalton · 4 years, 4 months ago
  81. 9eb848a Give SwitchCase it's own Statement::Kind value by Brian Osman · 4 years, 4 months ago
  82. e4383b8 Add SkFILEStream constructor which takes a size. by Ben Wagner · 4 years, 4 months ago
  83. bb60c21 Refactor SkFILEStream for clarity. by Ben Wagner · 4 years, 4 months ago
  84. d2be5c5 Fix warning in Flutter. by John Stiles · 4 years, 4 months ago
  85. 83ba930 Support dangling type references in the IR generator's inliner by Brian Osman · 4 years, 4 months ago
  86. de3d441 Always make atlas texture index varying a float by Brian Salomon · 4 years, 4 months ago
  87. b6b7fff Reland "Removing ICU dependencies from skparagraph BUILD.gn file" by Julia Lavrova · 4 years, 4 months ago
  88. dd12d9d DEPS: update libwebp to v1.1.0-28-g55a080e5 by James Zern · 4 years, 4 months ago
  89. 30d3022 Moved SkSL type into IRNode, now accessed via a method by Ethan Nicholas · 4 years, 4 months ago
  90. 9344262 Reland "Add InlineCandidateAnalyzer to locate candidate functions for inlining." by John Stiles · 4 years, 4 months ago
  91. 759880a Pass non-temporary Program::Settings to convertProgram. by John Stiles · 4 years, 4 months ago
  92. 98df291 Reduce the amount of forced dedicated allocations we do in Vulkan. by Greg Daniel · 4 years, 4 months ago
  93. f1003a7 Port to ANGLE's GN files by Jamie Madill · 4 years, 4 months ago
  94. ab50104 Revert "Add InlineCandidateAnalyzer to locate candidate functions for inlining." by John Stiles · 4 years, 4 months ago
  95. a003e81 Fix inline code generation when literals appear in the argument list. by John Stiles · 4 years, 4 months ago
  96. 66b45a7 [skottie] Add support for invert/YIQ by Florin Malita · 4 years, 4 months ago
  97. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years, 4 months ago
  98. 4748c17 [skottie] Initial Displacement Map effect by Florin Malita · 4 years, 4 months ago
  99. 1d88152 Fixed an SkSL optimizer error around constant propagation by Ethan Nicholas · 4 years, 4 months ago
  100. b862131 organize deps so that modules/audioplayer is listed as a dep for samples by Jorge Betancourt · 4 years, 4 months ago