5373 Commits (a968b289a0f33d2f67eff9608059c347b4b4dc59)

Author SHA1 Message Date
Brian Popow a968b289a0 Use this.maxColors when getting size of the reduced palette, fixes #1505 5 years ago
James Jackson-South 3cbd8e393d Use explicit threadsafety declaration. 5 years ago
James Jackson-South bf9f25a142 Use properties for true Lazy. 5 years ago
James Jackson-South 016de29898 Fix alpha companding. 5 years ago
James Jackson-South 1ea6a00338 intitial implementation 5 years ago
James Jackson-South 89007db1a6 Minor style cleanup. 5 years ago
Sergio Pedri 14d2af4bdd Codegen improvements to Numerics.Clamp 5 years ago
Sergio Pedri aab2837d28 More codegen improvements to shared methods 5 years ago
Sergio Pedri a5bbe95e95 More codegen improvements to bokeh blur 5 years ago
Sergio Pedri ff86b651d2 More performance improvements to 2 pass convolution 5 years ago
Sergio Pedri f88fca750c Minor code tweaks 5 years ago
Sergio Pedri 4609fa0b40 Remove leftover ConvolutionRowOperation<TPixel> type 5 years ago
Sergio Pedri e8bf265468 Remove transposed 1D kernels, switch to float[] type 5 years ago
Sergio Pedri 9c2ce4105e Remove convolution state, more optimizations 5 years ago
Sergio Pedri 82d0ba44cf Switch to shared sampling map for convolution passes 5 years ago
Sergio Pedri 9959ba0d0b Remove unnecessary inner loop coordinate sampling 5 years ago
Sergio Pedri d41cf15023 Port vertical convolution processor, remove X loop 5 years ago
Sergio Pedri b62d3ec863 Port horizontal convolution processor, remove Y loop 5 years ago
Sergio Pedri 80617a060c Add more codegen improvements 5 years ago
Sergio Pedri e7cdb0aaab Add FMA support, more SSE optimizations 5 years ago
Sergio Pedri df18c4e4c8 Switch to explicit SSE Newton approximations 5 years ago
Sergio Pedri 4aa8bc6e57 Improve formatting for XML docs 5 years ago
Sergio Pedri 76e704d461 Minor codegen tweaks 5 years ago
Sergio Pedri 392afeadef Fix vectorized cube root on x86-64 with no SSE41 5 years ago
Sergio Pedri 3bba7deda1 Initial vectorized cube root implementation 5 years ago
Sergio Pedri 0903a58e58 Switch to vectorized clamping 5 years ago
Sergio Pedri 8292407ae2 Add optimized paths for default gamma exposure 5 years ago
Sergio Pedri 3356225bb1 Remove unnecessary offset indirections 5 years ago
Sergio Pedri 0a6f7baa71 Fix NullReferenceException in KernelSamplingMap.Dispose 5 years ago
Sergio Pedri 6187fb55e0 Fix blur processing when constrained to region 5 years ago
Sergio Pedri 16f4842f64 Fix gamma processing out of image bounds 5 years ago
Sergio Pedri f8f3eaa321 Remove unnecessary code 5 years ago
Sergio Pedri 68eeca9282 Restore temporary changes 5 years ago
Sergio Pedri 22f1512869 Minor code tweaks 5 years ago
Sergio Pedri ca1a67a36c Specialize bokeh blur operations for 1D kernels 5 years ago
Sergio Pedri b3f4befe5e Switched bokeh blur to optimized pipeline 5 years ago
Sergio Pedri bd6e555312 Minor code refactoring to improve flexibility 5 years ago
Sergio Pedri 96e714a0d2 Improved XML docs for Image.WrapMemory APIs 5 years ago
James Jackson-South a4ff07edd2 Cleanup 5 years ago
James Jackson-South caba642513 Working version per-row 5 years ago
James Jackson-South 0f94c5ed41 Avoid per-index multiply. 5 years ago
James Jackson-South e321a5054c Use faster GetSpan() 5 years ago
Max Eskin 277751c038 Filter processor should use scaled vectors. 5 years ago
James Jackson-South 25d3d817cd Explicit in 5 years ago
Anton Firszov 8fb3393055 fix scalar code 5 years ago
Anton Firszov 02ac45971b add benchmark results and fix PixelOperations 5 years ago
Anton Firszov 6252f65408 unhack 5 years ago
Anton Firszov 2ff0cb93dc polishing 5 years ago
Anton Firszov 9e0b7fc874 started Rgba32 5 years ago
Anton Firszov 7e33e3fbdb AVX2 implemetation seems to work 5 years ago