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