27 Commits (da1dffd5cccfb634cdfec66518a07d1a48751d4e)

Author SHA1 Message Date
Anton Firszov 8f570854f0 fixed PinnedImageBufferTests.GetRowSpanY() 9 years ago
Anton Firszov 8b91c02a27 PinnedBuffer<T> and PinnedImageBuffer<T> indexers 9 years ago
Anton Firszov e2d780107c BufferSpan ref indexer + Fix Drawing usages 9 years ago
Anton Firszov fa40b26216 introduced PinnedImageBuffer<T> 9 years ago
Anton Firszov b2fb41fab5 BufferPointer<T> became BufferSpan<T> 9 years ago
Anton Firszov 02db976b95 Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Anton Firszov 704bc17207 remove outdated tests 9 years ago
Anton Firszov ac9e06b21c PixelDataPool<T> is static again, it no longer clears it's arrays. 9 years ago
Anton Firszov e3af41180d BufferPointer<T>.Clear() 9 years ago
Anton Firszov c851143e08 better BufferPointer.Copy() 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 82a791878a optimized BufferPointer.Copy() implementations 9 years ago
Anton Firszov ebb581b3f6 Color.BulkOperations full implementation 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 26b1715bf8 PixelAccessor<T> and PixelArea<T> using PinnedBuffer<T> 9 years ago
Anton Firszov 78f997cd06 PinnedBuffer<T>, better tests 9 years ago
Anton Firszov a52f6bf1b5 BulkPixelOperations<T> skeleton 9 years ago
Anton Firszov 89529033ee The return of IPackedVector<T> 9 years ago
Anton Firszov 4501ca5fb4 fix 9 years ago
Anton Firszov 44f5538c71 ArrayPointer<T> 9 years ago
Scott Williams 968b424a5c Improve Fast2DArray initialisation 9 years ago
James Jackson-South 489c04be7b Use Fast2DAarray for ordered dither. 9 years ago
Olivia 6e19183609 Removing common namespace. 9 years ago
Olivia 58485ff74b Adding a test to protect the epsilon value. 9 years ago