1. a97bd9d Add TraceHook support to skvm interpreter. by John Stiles · 3 years ago
  2. 183f37d Add trace opcodes for function entry/exit. by John Stiles · 3 years ago
  3. 70ae431 Implement trace_var opcode. by John Stiles · 3 years ago
  4. 1b61d86 Reland "Add ConvertPixels versions of PremulAlphaRoundTrip" by Brian Osman · 3 years ago
  5. 1f8c31b [infra] Add initial Bazel rules and files by Kevin Lubick · 3 years ago
  6. 15384b1 Add a trace_line opcode to SkVM. by John Stiles · 3 years ago
  7. 4322c7f Revert "Add ConvertPixels versions of PremulAlphaRoundTrip" by Brian Osman · 3 years ago
  8. b61804e Add ConvertPixels versions of PremulAlphaRoundTrip by Brian Osman · 3 years ago
  9. 97bf728 Reland "change matrix_2x3 to row-major" by Herb Derby · 3 years, 1 month ago
  10. eec27f3 Revert "change matrix_2x3 to row-major" by Michael Ludwig · 3 years, 1 month ago
  11. e023608 change matrix_2x3 to row-major by Herb Derby · 3 years, 1 month ago
  12. 2f5cfb6 Redo the types in bilerp_clamp_8888 to make more sense by Herb Derby · 3 years, 1 month ago
  13. 37035fc work around Fuchsia's compiler eccentricities by Herb Derby · 3 years, 1 month ago
  14. 86eb628 Reland "lowp bilerp_clamp_8888" by Herb Derby · 3 years, 2 months ago
  15. 501e8e1 fix rcp_precise for compiling with AVX by Herb Derby · 3 years, 1 month ago
  16. 907c593 Revert "lowp bilerp_clamp_8888" by Herb Derby · 3 years, 1 month ago
  17. ef96fa9 lowp bilerp_clamp_8888 by Herb Derby · 3 years, 2 months ago
  18. 9f6be8e Reland "align the different implementations of 1/x" by Herb Derby · 3 years, 2 months ago
  19. bb30fc1 Revert "align the different implementations of 1/x" by John Stiles · 3 years, 2 months ago
  20. 8289878 align the different implementations of 1/x by Herb Derby · 3 years, 2 months ago
  21. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years, 3 months ago
  22. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years, 3 months ago
  23. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years, 3 months ago
  24. 9a6f399 Avoid type shadowing warnings in SkVM. by John Stiles · 3 years, 3 months ago
  25. 14f8d79 Fix various cases of variable shadowing in Skia. by John Stiles · 3 years, 3 months ago
  26. 68f5606 Fix cases of variable shadowing in rasterization. by John Stiles · 3 years, 3 months ago
  27. a37001e Reland "Reland "add op array32 for indirect uniform access"" by Herb Derby · 3 years, 4 months ago
  28. 2c5b922 Revert "Reland "add op array32 for indirect uniform access"" by Herb Derby · 3 years, 4 months ago
  29. fe2506f Reland "add op array32 for indirect uniform access" by Herb Derby · 3 years, 4 months ago
  30. 0074706 Fix SkOpts::hash_fn slightly by Brian Osman · 3 years, 4 months ago
  31. 9304aa5 Revert "add op array32 for indirect uniform access" by Brian Osman · 3 years, 4 months ago
  32. ac2d053 add op array32 for indirect uniform access by Herb Derby · 3 years, 4 months ago
  33. 4c6fe58 Remove unused RP stage pointer by Brian Osman · 3 years, 4 months ago
  34. 395274e stop using rcp/rsqrt in SkRasterPipeline by Mike Klein · 3 years, 7 months ago
  35. 3d95597 remove SkRP TODOs by Mike Klein · 3 years, 9 months ago
  36. e0fe62a use fourth arg in store128 by Mike Klein · 3 years, 10 months ago
  37. f3087d8 allow a fourth Val/Reg arg per op by Mike Klein · 3 years, 10 months ago
  38. aad9719 remove reg/imm unions by Mike Klein · 3 years, 10 months ago
  39. b296d92 macro hygiene in SkRP_opts.h by Mike Klein · 3 years, 10 months ago
  40. 627c002 support generalized HLG by Mike Klein · 3 years, 10 months ago
  41. 01ff538 Support luminance-alpha GL format for YUVA planes by Brian Salomon · 3 years, 11 months ago
  42. 5334e89 Revert "restore murmur3 for older iOS devices" by Mike Klein · 4 years ago
  43. 3c16146 restore murmur3 for older iOS devices by Mike Klein · 4 years ago
  44. 42d67a6 remove "half" term from SkVM by Mike Klein · 4 years ago
  45. 8b16bee remove SkVM uniform8/16 by Mike Klein · 4 years ago
  46. 8212fa5 remove SkVM Q14 support by Mike Klein · 4 years ago
  47. 6e5079a minor hash_fn() followups by Mike Klein · 4 years ago
  48. 3e2e7b2 replace SkOpts::hash_fn by Mike Klein · 4 years ago
  49. bbaad02 Simplify bitmapprocstate to just store bool for bilerp by Mike Reed · 4 years ago
  50. ee40ec6 remove Op::pack by Mike Klein · 4 years ago
  51. 840e8ea power up skvx::map by Mike Klein · 4 years, 1 month ago
  52. 6b72d3a q14 rethink by Mike Klein · 4 years, 2 months ago
  53. 394a6d5 quad-pump avx2 and up by Mike Klein · 4 years, 2 months ago
  54. 2e69a13 avx2 specialization for gather32 by Mike Klein · 4 years, 2 months ago
  55. feb4d10 tweak gathers in skvm interpreter by Mike Klein · 4 years, 2 months ago
  56. 51a7f95 slightly simplify skvm interpreter asserts by Mike Klein · 4 years, 2 months ago
  57. 6d94b65 good codegen for Op::mul_q14x2 by Mike Klein · 4 years, 2 months ago
  58. 7b1620f refactor skvx min/max by Mike Klein · 4 years, 2 months ago
  59. 9791e50 impl q14x2 ops in interpreter by Mike Klein · 4 years, 2 months ago
  60. 98c512c add Q14x2 type to SkVM by Mike Klein · 4 years, 2 months ago
  61. 5d3314c overhaul blit_row_s32a_opaque() by Mike Klein · 4 years, 2 months ago
  62. 1e87a9a second guess swizzler avx-512 opts by Mike Klein · 4 years, 2 months ago
  63. fc1eb95 second-guess AVX-512 opts by Mike Klein · 4 years, 2 months ago
  64. 442c578 add missing include by Mike Klein · 4 years, 2 months ago
  65. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 3 months ago
  66. 2b8940e remove SkRP-based runtime effects by Mike Klein · 4 years, 3 months ago
  67. 0633f76 Enable ClangTidy check misc-definitions-in-headers. by John Stiles · 4 years, 3 months ago
  68. 3136789 refactor large load/stores by Mike Klein · 4 years, 3 months ago
  69. 89b3c1f add simple rgba f32 support by Mike Klein · 4 years, 3 months ago
  70. 7109434 Enforce trivially-copyable types on unaligned loads/stores/casts. by John Stiles · 4 years, 4 months ago
  71. 36e0849 Rename bit_cast to sk_bit_cast, and migrate to SkUtils.h. by John Stiles · 4 years, 4 months ago
  72. 6732da0 add 64-bit load/store ops by Mike Klein · 4 years, 4 months ago
  73. 4d680cd a bunch of half-related stuff by Mike Klein · 4 years, 4 months ago
  74. 4284f75 remove intermediate lambdas in skvm interpreter by Mike Klein · 4 years, 4 months ago
  75. 89bf734 Add ceil to skvx/skvm/JIT, and floor/ceil intrinsics to ByteCode by Brian Osman · 4 years, 5 months ago
  76. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 5 months ago
  77. 34f2869 add avx-512 swizzler opts by Mike Klein · 4 years, 5 months ago
  78. 71e8590 rearrange SkSwizzler_opts.h by Mike Klein · 4 years, 5 months ago
  79. b00f86c Revert "Reland "remove unnecessary hsw opts"" by Mike Klein · 4 years, 5 months ago
  80. 1ce11e6 Reland "remove unnecessary hsw opts" by Mike Klein · 4 years, 5 months ago
  81. cb1cf47 Revert "remove unnecessary hsw opts" by Mike Klein · 4 years, 5 months ago
  82. 88c6d72 remove unnecessary hsw opts by Mike Klein · 4 years, 5 months ago
  83. 6f56f2e port skx opts to old style by Mike Klein · 4 years, 5 months ago
  84. ad56c4c add structure for normal SKX opts by Mike Klein · 4 years, 5 months ago
  85. 746473b remove sse4.1 opts level by Mike Klein · 4 years, 5 months ago
  86. a5fc154 remove AVX raster pipeline stages by Mike Klein · 4 years, 5 months ago
  87. 29b231e remove templates from SkSwizzler_opts by Mike Klein · 4 years, 5 months ago
  88. 1faaa97 Revert "apply SkOpts_skx approach to SkOpts_hsw" by Mike Klein · 4 years, 5 months ago
  89. 7f5b734 Revert "finish new-style opts" by Mike Klein · 4 years, 5 months ago
  90. 4272d07 finish new-style opts by Mike Klein · 4 years, 5 months ago
  91. 08a39c2 apply SkOpts_skx approach to SkOpts_hsw by Mike Klein · 4 years, 5 months ago
  92. 502eab4 Add AVX2 implementations for SkSwizzler opts by Lingyun Cai · 4 years, 6 months ago
  93. ec8e0bf clean up legacy sRGB stages by Mike Klein · 4 years, 6 months ago
  94. 6222406 clean up some SK_LEGACY... defines by Mike Klein · 4 years, 6 months ago
  95. 7190399 SkRuntimeEffect: Support late bound uniforms in raster by Brian Osman · 4 years, 6 months ago
  96. e947efb Avoid scale by alpha if unnecessary by jiepan · 4 years, 6 months ago
  97. 9b1efe2 try skipping _cvtmask64_u64 by Mike Klein · 4 years, 7 months ago
  98. 56f23a1 Add AVX512 implementation for blit_row_s32a_opaque by Lingyun Cai · 4 years, 7 months ago
  99. 246d29a skx matches hsw now by Mike Klein · 4 years, 7 months ago
  100. 51d35ed add SKX opts by Mike Klein · 4 years, 7 months ago