52 Commits (108f77e8a4fb38309ae6925e0a415784dd1989cc)

Author SHA1 Message Date
Anton Firszov e1faad0797 skipping tests in PackedPixelTests (see #594) 8 years ago
Jason Nelson 4f779ca1fc Improve ColorBuilder test coverage 8 years ago
Jason Nelson 017c7fb3b7 Verify ColorBuilder throws on null and empty 8 years ago
James Jackson-South a351b14359 Add additional tests plus cleanup 9 years ago
woutware d66f34cbdc Revert "Fixed color component order (should be reversed) for Argb32, Rgba32, Bgr24, Rgb24, Bgra32. Tests still need to be updated." 9 years ago
woutware a481a3e621 Fixed color component order (should be reversed) for Argb32, Rgba32, Bgr24, Rgb24, Bgra32. Tests still need to be updated. 9 years ago
James Jackson-South 6b726284fc Fix unit tests 9 years ago
Jason Nelson 4591f9e0c3 Update System.Memory to preview2 9 years ago
James Jackson-South a42f0076da Add bulk scaled pixel operations methods 9 years ago
Anton Firszov 6889067310 improve robustness / add tolerance 9 years ago
Anton Firszov 5e3192785b skip ToVector4SimdAligned() test in environments without SIMD 9 years ago
James Jackson-South 7e058dd515 Add per-pixel scaled vector packing 9 years ago
James Jackson-South c101fd7c26 Blend => DrawImage 9 years ago
James Jackson-South 4b1d226430 Fix test 9 years ago
James Jackson-South 2b36c6ab00 Update tests to add reference comparisons 9 years ago
Anton Firszov efb985e1da turning PorterDuffOutputIsCorrect() into a [Theory] 9 years ago
James Jackson-South 4059448dc6 Add basic comparision tests 9 years ago
James Jackson-South fc06762f4e Fix spelling 9 years ago
James Jackson-South 023176d0b9 Move Rgba32 inline with other pixel formats 9 years ago
Anton Firszov a85cc516c3 passing MemoryManager to pixel blenders 9 years ago
Anton Firszov 77e524d83b MemoryManager returns IBuffer<T> now 9 years ago
Anton Firszov 7db4cdc190 Hide Buffer<T> indexer + !! WuQuantizer review in comments !! 9 years ago
Anton Firszov 739cec3772 clean up Buffer<T> API 9 years ago
Anton Firszov cf96e61a03 hide Buffer<T>.Array, use IManagedByteBuffer when necessary 9 years ago
James Jackson-South 375a7ea706 Fix non-netcore2.0 compatible unit test 9 years ago
James Jackson-South 503993b814 Fix unit test 9 years ago
Anton Firszov 7e3cb2892d dropping minSizeBytes + fixing tests 9 years ago
Lauri Kotilainen f1412d3c76 - Use Configuration.Default.MemoryManager in tests 9 years ago
Lauri Kotilainen 607e452e2d - Allocate Buffers from memory manager 9 years ago
James Jackson-South 65b4190851 Fix broken test 9 years ago
James Jackson-South a3b6c7975b Remove from tests 9 years ago
Anton Firszov b73b03db61 fix build 9 years ago
Anton Firszov e342c5dbe0 optimized Rgba32.PixelOperations.PackFromVector4() 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Anton Firszov e734a28edb updated xunit to 2.3.0-beta3-build3705, fixed errors reported by xunit analyzer 9 years ago
Scott Williams e111974e3e generate pixel blenders 9 years ago
Anton Firszov daad823932 implemented the rest of pixel conversion methods 9 years ago
Anton Firszov 02f5be68b1 T4 all the PixelOperations! 9 years ago
Anton Firszov f745a14dfd refactor some of the PixelOperations. Ready to T4 the rest 9 years ago
Anton Firszov abd4c19bed test clenup (xUnit analyzer warnings mostly) 9 years ago
Anton Firszov 4a9c8c80d7 almost done 9 years ago
Anton Firszov 597d8d2f7f Bgra32 9 years ago
Anton Firszov 6ef195f812 introducing Rgb24 & Bgr24 9 years ago
James Jackson-South b980703b02 Replace BufferSpan<T> with Span<T> 9 years ago
Scott Williams d56e658854 updates to comments and moved code 10 years ago
Scott Williams 2d90943ae4 bulk blending tests 10 years ago
Scott Williams bfed55d4a1 PorterDuff tests 10 years ago
Scott Williams ad1bb5dbee migrate blenders to PorterDuff 10 years ago
Scott Williams 472bb85030 initial blender implementations 10 years ago