40 Commits (827ca83bf052c471df35456d97d4c19b4b07792e)

Author SHA1 Message Date
Anton Firszov abd4c19bed test clenup (xUnit analyzer warnings mostly) 9 years ago
James Jackson-South 4b0f99021e Fix broken test 9 years ago
James Jackson-South b980703b02 Replace BufferSpan<T> with Span<T> 9 years ago
Anton Firszov 67bc1f7ab9 optimization: removed temporal buffer creation from ToVector4SimdAligned() 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South 0a700864e5 Rename Color and ColorVector 9 years ago
James Jackson-South 292bc4db9e Rename to Color and ColorVector 9 years ago
James Jackson-South 3c5e3a966e Rename Color to Color32 9 years ago
Anton Firszov 615163d360 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 9 years ago
Anton Firszov 548fc41711 fixed indexer and copy operations 9 years ago
Anton Firszov 84725f4523 refactored all BufferSpan pointers to ref-s 9 years ago
Anton Firszov 2d96be9d66 DangerousGetPinnableReference() + PixelIndexing benchmarks 9 years ago
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