58 Commits (90de26fbe5e2c488312dc2a2c575c040a12b7c21)

Author SHA1 Message Date
Anton Firszov 127a2921ce better Array2D benchmark 9 years ago
James Jackson-South 489c04be7b Use Fast2DAarray for ordered dither. 9 years ago
Scott Williams 884dfab3e1 split out paths from basic drawing 9 years ago
Scott Williams 97085fe465 migrate to third party shapes library 9 years ago
James Jackson-South d5064cadc5 Make all images implement IDisposable 9 years ago
James Jackson-South 051423cfec Fix jpeg benchmark path [skip ci] 9 years ago
James Jackson-South 660eecf0f2 Expand Clamp benchmark [skip ci] 9 years ago
Anton Firszov 9ac623cdf3 verifying Vector.IsHardwareAccelerated in tests and benchmarks 9 years ago
Anton Firszov a5bc572bd6 fixed MultiImageBenchmarkBase based benchmarks 9 years ago
James Jackson-South 77dc26f783 Faster FastAbs 9 years ago
James Jackson-South d59b78e314 Png improvements 9 years ago
James Jackson-South 7d6015dc30 Add modulus benchmark 9 years ago
Ingo Bauersachs ddadcebaa4 Add a .NET 4.6.1 profile to use its System.Numerics.Vectors 9 years ago
James Jackson-South 6d5c8d3192 Slightly faster clamp. 9 years ago
Anton Firszov 6baff43cb7 Optimized UnzigDivRound 9 years ago
Anton Firszov 8a7d04a0ce RoundSinglePrecisionBlocks benchmark proves that Block8x8F.UnZigDivRound() can be SIMD-optimized 9 years ago
Anton Firszov 963b8badd1 refactored RgbaToYcbCr benchmarks to operate on arrays + added Vector<int> based experiments 9 years ago
Anton Firszov ba696cf7cb Initial refactor of RgbToYCbCr: Moved lookup tables to a separate file 9 years ago
James Jackson-South 470ca4686b Replace floating point color translations 9 years ago
James Jackson-South df9aac693c Add scaled LUT benchmark [skip ci] 9 years ago
James Jackson-South d6a03cb4c8 Add simd approach to benchmark 9 years ago
James Jackson-South 3d3eb58e0f Add scaled integer benchmarks. 9 years ago
Scott Williams 4dc25ee272 drop old code 9 years ago
Scott Williams fd301f2884 skip blank sections while filling polygons 9 years ago
Scott Williams bea633161b WIP - Improve polygon fill speed 9 years ago
Anton Firszov fa1d6c9cb8 BetterBenchmarks(TM): 9 years ago
Anton Firszov 0b881b52d3 code cleanup in MultiImageBenchmarkBase 9 years ago
Scott Williams 734b33b69e Put processors folder/namespace back 9 years ago
Scott Williams d1f110526d Dropped ImageSharpd.Formats 9 years ago
Dirk Lemstra 85ebc92bae Added pause at the end of Benchmark.cmd to make it possible to leave multiple runs open. 9 years ago
James Jackson-South 1cd423f4db Fix benchmarks. 9 years ago
Scott Williams 977ef36e00 add missing stylecop file and fix local warnings 9 years ago
Scott Williams b0985ddb0e migrate processors 9 years ago
Scott Williams 6ead567a4c split formats into there own projects/packages 9 years ago
Scott Williams 85061df804 Split Drawing from Core 9 years ago
James Jackson-South d0cdc4d483 Rename Bootstrapper to Configuration 9 years ago
James Jackson-South 050b4c5f45 Add ability to set custom Bootstrapper. 9 years ago
Dirk Lemstra 6e5c7de4ef Removed CopyBlock and added new method to copy all the pixels. 9 years ago
antonfirsov 4a2acc91e3 removed old Block + related classes, added EncodeJpegMultiple & MultiImageBenchmarkBase 10 years ago
James Jackson-South 99fed3ff36 Merging into master 10 years ago
James Jackson-South 3863f69bff Remove TPacked from generic signature 10 years ago
Dirk Lemstra 13f8da0e51 Made all the Bootstrapper methods static and fixed thread safety issue. 10 years ago
Scott Williams 1e16101e7d Make benchmarks return size not save images 10 years ago
Scott Williams a6738d89e6 Add optimised RectanglePolygon 10 years ago
Scott Williams 72d62cb1e6 drop PointF and use Vector2 instead 10 years ago
Scott Williams 261acc3545 internally store pattern as jagged array 10 years ago
Scott Williams b9a63120c1 Add drawing methods. 10 years ago
Anton Firszov 0ca7ff078c no corrupted test images this time, so removed the corresponding code from ReadImages() 10 years ago
Anton Firszov 768a9577f5 cleanup + StyleCop 10 years ago
Anton Firszov 4bcb5208cc manually merged DecodeJpegMultiple + additional test images 10 years ago