11 Commits (29d6291fd62b3060ef0bc8bf50f4ec00a5e481c5)

Author SHA1 Message Date
Jason Nelson c1eaf6e5da Update System.Memory 8 years ago
Anton Firszov 07baed95c2 replaced PixelAccessor<T> with Buffer2D<T> in several processors 8 years ago
Anton Firszov 1e78de07f9 Buffer2DTests using a mock MemoryManager 8 years ago
Anton Firszov b61574fdd0 clean up Buffer<T> API 8 years ago
Anton Firszov 17018555c5 hide Buffer<T>.Array, use IManagedByteBuffer when necessary 8 years ago
Lauri Kotilainen a8b26a41ec - Use Configuration.Default.MemoryManager in tests 8 years ago
Lauri Kotilainen 1985363ca2 - Removed a test that doesn't actually test anything any more 8 years ago
Lauri Kotilainen b91b2966e8 - Allocate Buffer2Ds from memory manager 8 years ago
Lauri Kotilainen c44c67a18a - Make Buffer2D wrap Buffer 8 years ago
Anton Firszov d06a014d12 implemented BufferArea<T> 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
James Jackson-South 9984ffa348 Replace BufferSpan<T> with Span<T> 9 years ago
Anton Firszov fee264a7d8 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 9 years ago
Anton Firszov 4854005733 refactored all BufferSpan pointers to ref-s 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 deda531d10 introduced PinnedImageBuffer<T> 9 years ago