55 Commits (e80851464864cf83ec52ff2cfbaa2480acdcd088)

Author SHA1 Message Date
Jason Nelson f600c33421 Format SimdUtilsTests, part 2 8 years ago
Jason Nelson 7175bcf901 Format SimdUtilTests 8 years ago
Jason Nelson 55d0e8c62a Format tests 8 years ago
Jason Nelson 930361e0f4 Move Tuple8 to Tests 8 years ago
Jason Nelson b62c98cfc9 Update System.Memory to preview2 8 years ago
James Jackson-South 51e7f03393 Update tests 8 years ago
Dirk Lemstra c6fe389c7f Added extra check for when the number of bytes read is not the same as the count (fixes #338) 9 years ago
Anton Firszov 58dbfb90cb add library level tuples 9 years ago
Anton Firszov 18c1068e33 unrelated to PR: Skipping AVX2-tests if the CPU does not support AVX2 9 years ago
Anton Firszov 7482623f03 optimized Rgba32.PixelOperations.PackFromVector4() 9 years ago
Anton Firszov ce6fdf9ba8 SimdUtils.BulkConvertNormalizedFloatToByte() 9 years ago
Anton Firszov 9f4d217dbc minor cleanup 9 years ago
Anton Firszov e0b808c8b6 speedup Block8x8F.RoundInplace() 9 years ago
Anton Firszov 5ec9310d73 introduce BufferArea2D, move Memory utility tests to proper place 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Anton Firszov 16d219ab25 test clenup (xUnit analyzer warnings mostly) 9 years ago
James Jackson-South c82f117d19 Fix broken test 9 years ago
James Jackson-South 9984ffa348 Replace BufferSpan<T> with Span<T> 9 years ago
Anton Firszov d5e58192c8 optimization: removed temporal buffer creation from ToVector4SimdAligned() 9 years ago
James Jackson-South 7d2fe2c7e5 Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South fa152146dd Rename Color and ColorVector 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 4854005733 refactored all BufferSpan pointers to ref-s 9 years ago
Anton Firszov ed9d2763a0 DangerousGetPinnableReference() + PixelIndexing benchmarks 9 years ago
Anton Firszov e09450250c fixed PinnedImageBufferTests.GetRowSpanY() 9 years ago
Anton Firszov 24e1334d72 PinnedBuffer<T> and PinnedImageBuffer<T> indexers 9 years ago
Anton Firszov 847ed5ed98 BufferSpan ref indexer + Fix Drawing usages 9 years ago
Anton Firszov deda531d10 introduced PinnedImageBuffer<T> 9 years ago
Anton Firszov 86043577e5 BufferPointer<T> became BufferSpan<T> 9 years ago
Anton Firszov bf2bcfa85b Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Anton Firszov 9f21270812 remove outdated tests 9 years ago
Anton Firszov 43a482dc71 PixelDataPool<T> is static again, it no longer clears it's arrays. 9 years ago
Anton Firszov bf92d664e4 BufferPointer<T>.Clear() 9 years ago
Anton Firszov 3064b2ba20 better BufferPointer.Copy() 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 ef34b11bca optimized BufferPointer.Copy() implementations 9 years ago
Anton Firszov dfeead95a1 Color.BulkOperations full implementation 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 c9e17d8966 PixelAccessor<T> and PixelArea<T> using PinnedBuffer<T> 9 years ago
Anton Firszov 1d2d7cb6e2 PinnedBuffer<T>, better tests 9 years ago
Anton Firszov 598ebdbd96 BulkPixelOperations<T> skeleton 9 years ago
Anton Firszov 3cdc423500 The return of IPackedVector<T> 9 years ago
Anton Firszov bba886e214 fix 9 years ago
Anton Firszov c082056db7 ArrayPointer<T> 9 years ago
Scott Williams 54c65567ce Improve Fast2DArray initialisation 9 years ago