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