9060 Commits (d07faedbd343a42efb7b2582ff80b059f7ad091e)
 

Author SHA1 Message Date
James Jackson-South d07faedbd3
Merge branch 'master' into tiff-format 5 years ago
James Jackson-South 29a5b7af1b
Merge pull request #1478 from SixLabors/js/fix-template-link 5 years ago
James Jackson-South fc468344e6 Fix link + other docs tweaks. 5 years ago
James Jackson-South a603b96f70
Merge pull request #1419 from SixLabors/sp/image-wrap-ptr 5 years ago
James Jackson-South 62dc5d39f4
Merge branch 'master' into sp/image-wrap-ptr 5 years ago
James Jackson-South b4e7d80ec4
Merge pull request #1477 from SixLabors/sp/2pass-convolution-speedup 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
Brian Popow 22c1e3f1ee
Merge branch 'master' into tiff-format 5 years ago
Brian Popow 2faa1a2d77 Remove ByteOrder from tiff encoder options 5 years ago
Brian Popow 0915c799d3 A little cleanup: 5 years ago
Brian Popow 7a0127ffd2
Merge pull request #1471 from IldarKhayrutdinov/tiff_meta 5 years ago
James Jackson-South fea74f33bd
Merge branch 'master' into sp/image-wrap-ptr 5 years ago
James Jackson-South 7a7080c48f
Merge pull request #1475 from SixLabors/sp/bokeh-blur-speedup 5 years ago
Sergio Pedri 077aedc81a
Fix inaccurate test method name 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
James Jackson-South c9b07964cc Fix feature test runner 5 years ago
James Jackson-South b383dd4496 Add discontigous buffers and intrinsics tests 5 years ago
Sergio Pedri 4aa8bc6e57 Improve formatting for XML docs 5 years ago
Ildar Khayrutdinov bc07090d28 Renaming 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
Ildar Khayrutdinov 3e73a38a19 netstandard 1.3 compatibility fix 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
Brian Popow 4bb6358289 Move AddTiff to extension method 5 years ago
Sergio Pedri f62e2f9748 Remove allocation constrained test for bokeh blur 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
Ildar Khayrutdinov c14b7eb31f Move resolution related methods to the extensions 5 years ago