91 Commits (3ffb02844f65f6033647d572d62c5153f98ceb59)

Author SHA1 Message Date
James Jackson-South 403985977d Disable breaking tests pending investigation 9 years ago
James Jackson-South 287bec4f43 Fix tests? 9 years ago
James Jackson-South 5ad515137b Rename tests 9 years ago
James Jackson-South 7d2fe2c7e5 Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South fff223ef07 Rename TColor to TPixel 9 years ago
James Jackson-South fa152146dd Rename Color and ColorVector 9 years ago
James Jackson-South 1b513c667b Fix Argb32 naming in typehelpers. 9 years ago
James Jackson-South 119e93642c Rename Argb, Add Color to tests 9 years ago
James Jackson-South 2b6125ab49 Fix failing test 9 years ago
James Jackson-South 13455a0bb1 Add transforms plus additional tests 9 years ago
James Jackson-South bdeb1826b5 Add tests, fix bugs 9 years ago
James Jackson-South b20c19ab80 Rename to Color and ColorVector 9 years ago
James Jackson-South a550b0f95e Rename Color to Color32 9 years ago
Anton Firszov fee264a7d8 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 9 years ago
Anton Firszov 9df12ac526 fixed indexer and copy operations 9 years ago
Anton Firszov deda531d10 introduced PinnedImageBuffer<T> 9 years ago
Anton Firszov 86043577e5 BufferPointer<T> became BufferSpan<T> 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Anton Firszov ebfd6ce899 if (count < 256) { no SIMD } 9 years ago
Anton Firszov 973be3c4ac PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 9 years ago
Anton Firszov 0e526eeeb1 benchmarks 9 years ago
Anton Firszov ef34b11bca optimized BufferPointer.Copy() implementations 9 years ago
Anton Firszov 793fdf41d6 implemented Color.BulkOperations.ToVector4() 9 years ago
Anton Firszov d04c424bfa renamed ArrayPointer to BufferPointer 9 years ago
Anton Firszov 0032e2b457 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 9 years ago
Anton Firszov ddc6bf5b18 BulkPixelOperationsTests.GetGlobalInstance() to make CodeCov happy 9 years ago
Anton Firszov 74f853a55b build and testrunning fix 9 years ago
Anton Firszov e59255d43f cleanup & stylecop 9 years ago
Anton Firszov fa060e98fa default BulkPixelOperations passing 9 years ago
Anton Firszov bf0d03fe89 started implementing operations 9 years ago
Anton Firszov bca8c6f5ea better tests 9 years ago
Anton Firszov 1d2d7cb6e2 PinnedBuffer<T>, better tests 9 years ago
Anton Firszov 598ebdbd96 BulkPixelOperations<T> skeleton 9 years ago
Anton Firszov 1125edcef8 IPixel 9 years ago
Scott Williams cfefe30aa9 Add namedcolors to work for all TColor types 9 years ago
James Jackson-South 531c7aa32d Add ordered dithering 9 years ago
James Jackson-South bd445a6e5e YCrCr should use byte 9 years ago
Scott Williams 951a1214d8 added comments 9 years ago
Andrew Wilkinson a8b7992b21 Workaround for issues when passing Vector4 into xUnit tests 9 years ago
Olivia fe2ef71276 Adding not almost equals tests. 10 years ago
Olivia 0eab59955c Adding almost equality tests. 10 years ago
Olivia 9208de1659 Fixing bug with non-inclusive AlmostEquals. 10 years ago
Olivia 9b5f418aad Adding not equality tests for color spaces. 10 years ago
Olivia 75a69fd659 Adding test data for all color spaces. Adding null test data. 10 years ago
Olivia 4dd8096c53 Adding equality tests for color space. 10 years ago
James Jackson-South c874a72904 Replace ToBytes() 10 years ago
Olivia 3834d459a9 Fixing namespace for Color spaces. 10 years ago
Olivia 7ea0e92da2 Adding color packing tests - FromVector4 ToVector4. 10 years ago
Olivia 4f85227bb1 Fixing object boxing by using dynamic. Adding tests for equality operator and not equality operator. 10 years ago
Olivia 63fdc94d2e Adding equality and not equality tests on concrete object type. 10 years ago