727 Commits (87caee827af032d1da113ca8f9eefc8cb0eb4804)

Author SHA1 Message Date
Anton Firszov cd1e7b3b97 weight printing experiments, minor changes, comments 10 years ago
Anton Firszov 36f9510031 IterateArray benchmark 10 years ago
Anton Firszov 8f570854f0 fixed PinnedImageBufferTests.GetRowSpanY() 10 years ago
Anton Firszov dce492971e moved ResizeProfilingBenchmarks 10 years ago
Anton Firszov cd4fb809ce improved, sequential ResizeProcessor 10 years ago
Anton Firszov a0a67ddf35 merged ResizeProcessor and CompandingResizeProcessor 10 years ago
Anton Firszov 8b91c02a27 PinnedBuffer<T> and PinnedImageBuffer<T> indexers 10 years ago
Anton Firszov e2d780107c BufferSpan ref indexer + Fix Drawing usages 10 years ago
Scott Williams 4e3b3b6ab1 Improve test coverage 10 years ago
Scott Williams b9545631c1 drop callbacks 10 years ago
Anton Firszov fa40b26216 introduced PinnedImageBuffer<T> 10 years ago
Anton Firszov b2fb41fab5 BufferPointer<T> became BufferSpan<T> 10 years ago
Scott Williams af0d8cd8c5 TextGraphicsOptions Tests 10 years ago
Scott Williams 56b0a9f8e1 Add test coving subpixel counter 10 years ago
Scott Williams 34b09eb099 code cleanup 10 years ago
Scott Williams 44d2736b8f fix pattern brushes 10 years ago
Scott Williams 0a81f28c40 implement real sub-pixel rendering 10 years ago
James Jackson-South 80d127fde6 Add indexed png encoder benchmark [skip ci] 10 years ago
Scott Williams 6f4d716884 use callbacks instead of overrides 10 years ago
Anton Firszov 02db976b95 Implemented PinnedBuffer<T>.CreateClean() + format DrawText.cs 10 years ago
Anton Firszov 35f3be02c1 Fixed Sandbox46 test execution 10 years ago
Scott Williams b919105f16 ensure all save operations pass along IEncoderOptions 10 years ago
Scott Williams 418218a06b Add IFileSystem 10 years ago
Scott Williams e29f3eadd9 fix all instances of var 10 years ago
James Jackson-South f0f1941a0f Fix sandbox build 10 years ago
Scott Williams b67f7265d0 update sandbox 10 years ago
Scott Williams e8359d9eb9 allow codecov to finish 10 years ago
Scott Williams 2ad4fefa88 add stylecop back 10 years ago
Scott Williams 97f1c38711 produce full pdb for codecov 10 years ago
Scott Williams 509eaf12d5 consolidate packages 10 years ago
James Jackson-South 98dd13b935 Resize should respect source rectangle Fix #118 10 years ago
Anton Firszov 704bc17207 remove outdated tests 10 years ago
Anton Firszov ac9e06b21c PixelDataPool<T> is static again, it no longer clears it's arrays. 10 years ago
Anton Firszov e3af41180d BufferPointer<T>.Clear() 10 years ago
Anton Firszov c851143e08 better BufferPointer.Copy() 10 years ago
Anton Firszov fdf4911eb4 if (count < 256) { no SIMD } 10 years ago
Anton Firszov 5f90483019 PixelDataPool<T> is no longer static having PixelDataPool<T>.Clean + PixelDataPool<T>.Dirty instead 10 years ago
Anton Firszov 79537eb16e benchmarks 10 years ago
Anton Firszov 05a23b93a6 Using BulkPixelOperations<T> in PixelAccessor<T> 10 years ago
Anton Firszov 82a791878a optimized BufferPointer.Copy() implementations 10 years ago
Anton Firszov ebb581b3f6 Color.BulkOperations full implementation 10 years ago
Anton Firszov decb84078f implemented Color.BulkOperations.ToVector4() 10 years ago
Anton Firszov 099697cf0a renamed ArrayPointer to BufferPointer 10 years ago
Anton Firszov a8ab5d4b89 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 10 years ago
Anton Firszov 4e54632d63 BulkPixelOperationsTests.GetGlobalInstance() to make CodeCov happy 10 years ago
Anton Firszov 8a08319ce0 build and testrunning fix 10 years ago
Anton Firszov 6132d8fa4c cleanup & stylecop 10 years ago
Anton Firszov 26b1715bf8 PixelAccessor<T> and PixelArea<T> using PinnedBuffer<T> 10 years ago
Scott Williams 1b3a94f370 render using sixlabors.fonts 10 years ago
Anton Firszov 1d6dae9462 default BulkPixelOperations passing 10 years ago