75 Commits (87caee827af032d1da113ca8f9eefc8cb0eb4804)

Author SHA1 Message Date
Anton Firszov fa40b26216 introduced PinnedImageBuffer<T> 9 years ago
Anton Firszov b2fb41fab5 BufferPointer<T> became BufferSpan<T> 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Anton Firszov fdf4911eb4 if (count < 256) { no SIMD } 9 years ago
Anton Firszov 5f90483019 PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 9 years ago
Anton Firszov 79537eb16e benchmarks 9 years ago
Anton Firszov 82a791878a optimized BufferPointer.Copy() implementations 9 years ago
Anton Firszov decb84078f implemented Color.BulkOperations.ToVector4() 9 years ago
Anton Firszov 099697cf0a renamed ArrayPointer to BufferPointer 9 years ago
Anton Firszov a8ab5d4b89 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 9 years ago
Anton Firszov 4e54632d63 BulkPixelOperationsTests.GetGlobalInstance() to make CodeCov happy 9 years ago
Anton Firszov 8a08319ce0 build and testrunning fix 9 years ago
Anton Firszov 6132d8fa4c cleanup & stylecop 9 years ago
Anton Firszov 1d6dae9462 default BulkPixelOperations passing 9 years ago
Anton Firszov 93f169372b started implementing operations 9 years ago
Anton Firszov 61a2b2520d better tests 9 years ago
Anton Firszov 78f997cd06 PinnedBuffer<T>, better tests 9 years ago
Anton Firszov a52f6bf1b5 BulkPixelOperations<T> skeleton 9 years ago
Anton Firszov be4c189533 IPixel 9 years ago
Scott Williams 8b529bbd0b Add namedcolors to work for all TColor types 9 years ago
James Jackson-South 04b1e6dece Add ordered dithering 9 years ago
James Jackson-South 596f8df8e0 YCrCr should use byte 9 years ago
Scott Williams eb7bfa8d70 added comments 9 years ago
Andrew Wilkinson b59ed80e1f Workaround for issues when passing Vector4 into xUnit tests 9 years ago
Olivia 7064325c15 Adding not almost equals tests. 9 years ago
Olivia ce50b13aa9 Adding almost equality tests. 9 years ago
Olivia 3b12d85a9f Fixing bug with non-inclusive AlmostEquals. 9 years ago
Olivia cdf4d4bf4d Adding not equality tests for color spaces. 9 years ago
Olivia 214c19733c Adding test data for all color spaces. Adding null test data. 9 years ago
Olivia e4483f32ad Adding equality tests for color space. 9 years ago
James Jackson-South 6e3e358ec8 Replace ToBytes() 9 years ago
Olivia 4cfe946cf8 Fixing namespace for Color spaces. 9 years ago
Olivia 7f5139408c Adding color packing tests - FromVector4 ToVector4. 10 years ago
Olivia 8a3ef93855 Fixing object boxing by using dynamic. Adding tests for equality operator and not equality operator. 10 years ago
Olivia 67678d14a3 Adding equality and not equality tests on concrete object type. 10 years ago
Olivia c40ad7f870 Adding type to all constructor test data. 10 years ago
Olivia be91edde44 Adding type to equality test data. 10 years ago
Olivia 66f95c5f86 Adding remark on old tests 10 years ago
Olivia 7e09db435d Adding tests for colors with 3 floats constructors. 10 years ago
Olivia 242f550888 Adding tests for colors with 4 floats constructors. 10 years ago
Olivia 7b97edd123 Better way to test all colors with Vector4 and Vector3 constructors. 10 years ago
Olivia 17ce7b412d Adding color constructor tests. 10 years ago
Dirk Lemstra a5083478ef Minor refactoring. 10 years ago
Olivia 6783e5de48 Adding tests for GetHashCode. 10 years ago
Olivia 729ef79d98 Adding test for not equals for all colours. 10 years ago
Olivia 30ceffa549 Adding tests for .Equals for all colours. 10 years ago
James Jackson-South eb33aebbad Some minor style👮 updates 10 years ago
rokleM 91f3b74815 Added Argb IPackedPixel 10 years ago
James Jackson-South 3fdfcd8ee1 Fix packed pixel tests. 10 years ago
James Jackson-South b95a0eade1 Fixes for Byte4 10 years ago