5250 Commits (f7b5a0ff79b028de37cace21774bb19eb58b1f67)

Author SHA1 Message Date
James Jackson-South f7b5a0ff79 Fix Shuffle4Slice3, wire up shuffles. 6 years ago
James Jackson-South 466048ef0d Cleanup and fix tests 6 years ago
James Jackson-South b010a15012 Shuffle3 + Tests 6 years ago
James Jackson-South 6209c3c8cf Don't cast full spans 6 years ago
James Jackson-South 50e30c3c42 Fast fallbacks 6 years ago
James Jackson-South 0392e082ab Faster Shuffle4Slice3 6 years ago
James Jackson-South d933ed6480 Faster Pad3Shuffle4 6 years ago
James Jackson-South bc647a402a fix spans directly 6 years ago
James Jackson-South 5d401ac902 Cleanup 6 years ago
James Jackson-South aec8e5d690 Add Shuffle4Slice3 6 years ago
James Jackson-South c4f7f67fd5 Initial 3padshuffle4 6 years ago
James Jackson-South 33df55aef2 Don't use Linq and test for common path first. 6 years ago
James Jackson-South cdc1c0fce5 Fix benchmarks, cleanup. 6 years ago
James Jackson-South aa20c09c48 Update based on feedback 6 years ago
James Jackson-South 0f950a1e50 Implement new optimized 4 channel shuffle methods. 6 years ago
James Jackson-South 28dc056d83 Fix coverage 6 years ago
James Jackson-South 956d1a3c77 Unroll loops 6 years ago
James Jackson-South 84a1d1a28b Add optimized fallback for existing shuffles. 6 years ago
James Jackson-South 34963a7f7a Don't use static spans for now. 6 years ago
James Jackson-South 99d0a3111d Add 4 channel byte shuffling 6 years ago
James Jackson-South 893247bd88 Add 4 channel float shuffling. 6 years ago
James Jackson-South 238564b609 Use less permutes and more multiply/add 6 years ago
James Jackson-South 40442c2442 Inline the packing. 6 years ago
James Jackson-South 50bc027643 Fix access violation 6 years ago
James Jackson-South b8081fd3e9 Use HW color conversion 6 years ago
James Jackson-South 9629f1c16e Add AVX2 implementation 6 years ago
James Jackson-South e3faadbf2e Use Avx.Shuffle for lower latency 6 years ago
James Jackson-South d4e0bdd7b7 Remove hotpath attr 6 years ago
James Jackson-South 1067acbe4c Use Tanner's updated code. 6 years ago
James Jackson-South aecf80388c Add Avx2 Span Premultiplication and Reverse 6 years ago
James Jackson-South 8e993394b4 Benchmarks, tests, and cleanup. 6 years ago
James Jackson-South f493aa4efa Implement SimdUtils.HwIntrisics 6 years ago
James Jackson-South abe1263b17 Auto repair Png options to use Bit8. Fixes #935 6 years ago
James Jackson-South 102876b60d Disable NetNative optimization on UWP. Fix #1204 6 years ago
James Jackson-South 68d2406f4e Optimize low hanging fruit and fix naming 6 years ago
James Jackson-South 75e0ffc522 Use a single method for Block8x8F.TransposeInto. 6 years ago
Dirk Lemstra bf7c00441c
The colorPaletteSize is also part of the file size. 6 years ago
James Jackson-South e7988d21d2 Update deterministic workaround 6 years ago
James Jackson-South ce74b9e820 Use interleaving to prevent stack spills 6 years ago
James Jackson-South 398e901840 Add variant 2 6 years ago
James Jackson-South 3091072e38 Add AVX backed Block8x8F Transpose method 6 years ago
David Rolland ca85f1003f Fixed typo in AdaptiveThreshold processor and added specific test 6 years ago
James Jackson-South dd66efa5d8 Use interest for target bounds. Fixes #1342 6 years ago
James Jackson-South 163a3eb6ca Fix compatibility with NET 5 SDK InternalsVisibleTo 6 years ago
Sergio Pedri d6e3f9fbbc Remove [Pure] attributes 6 years ago
Sergio Pedri 34522eb62c Improved Guard.MustBeValueType<T> codegen 6 years ago
James Jackson-South f0e8a0f6f5 Add missing SaveAsync method 6 years ago
Sergio Pedri f446f2513c Improved codegen in ImageSharp.Guard 6 years ago
Sergio Pedri c69a41fe62 Skipped checks in default bokeh blur constructor 6 years ago
Sergio Pedri 141abca768 Added checks to bokeh blur constructor 6 years ago