9171 Commits (0676e68bfddd5894613e587ad9cc491f5a487e47)
 

Author SHA1 Message Date
Brian Popow 0676e68bfd Add SSE2 version of TransformColor 5 years ago
Brian Popow b971afec22
Merge branch 'master' into webp 5 years ago
Brian Popow e12fd7ba9e Add SSE4 version of CollectColorBlueTransforms 5 years ago
Brian Popow 92da90322e Add SSE4 version of CollectColorRedTransforms 5 years ago
James Jackson-South a841351c02
Merge pull request #1481 from SixLabors/js/faster-resize 5 years ago
Brian Popow 6678fba0c2 Dont use enumerator 5 years ago
Brian Popow 36f7ea0035 Use MemoryMarshal.Cast to bgr in DecodePixelValues() 5 years ago
Brian Popow 47946a283a Fix check for Sse2.IsSupported instead of just Sse.IsSupported 5 years ago
Brian Popow c563ea3401 Split up intrinsics tests, add guard if hw intrinsics are present 5 years ago
Brian Popow 6a381421c8 Add tests for substract green transform 5 years ago
Brian Popow 81276e5f4a Add AVX version of substract green transform 5 years ago
Brian Popow d0550a4d14 Add Ssse3 variant for substract green transform 5 years ago
James Jackson-South 3cbd8e393d Use explicit threadsafety declaration. 5 years ago
James Jackson-South 4fa43bffd2 Update PixelOperationsTests.cs 5 years ago
Brian Popow 657df2df69 Merge remote-tracking branch 'origin/master' into webp 5 years ago
Brian Popow 08515b1535 Merge remote-tracking branch 'origin/bp/webpSseExperiment' into webp 5 years ago
James Jackson-South bf9f25a142 Use properties for true Lazy. 5 years ago
Brian Popow 469c5d6264 Sse2.Subtract and Sse2.Add need to operate on bytes 5 years ago
James Jackson-South 933bb466ce Alter 32bit test environment accuracy check. 5 years ago
James Jackson-South 016de29898 Fix alpha companding. 5 years ago
Brian Popow ea031c803d Attempt to use SSE in Subtract-Green Transform 5 years ago
James Jackson-South 94bc92b236 Update tests to match real-world case. 5 years ago
James Jackson-South 1ea6a00338 intitial implementation 5 years ago
James Jackson-South 89007db1a6 Minor style cleanup. 5 years ago
James Jackson-South 28bbbe4386
Merge pull request #1479 from SixLabors/js/cleanup-benchmarks 5 years ago
James Jackson-South 53be61e5c5 Update shared-infrastructure 5 years ago
James Jackson-South 71801bfbb6 cleanup 5 years ago
James Jackson-South 81f10433b2
Merge branch 'master' into webp 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 be9834d306
Merge branch 'master' into webp 5 years ago
Brian Popow df8e5fa8bc Small code cleanup / improvements 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