707 Commits (56b0a9f8e1016cf2c57fa7cba5d736bd708b5692)

Author SHA1 Message Date
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
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 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
Scott Williams 210cecb51d update SixLabors.Shapes 10 years ago
Anton Firszov 5ae01f1fa8 fixed PackToXyzBytes 10 years ago
Anton Firszov 93f169372b started implementing operations 10 years ago
Anton Firszov 61a2b2520d better tests 10 years ago
Anton Firszov 78f997cd06 PinnedBuffer<T>, better tests 10 years ago
Anton Firszov a52f6bf1b5 BulkPixelOperations<T> skeleton 10 years ago
Anton Firszov daa7b65e86 revert adding explicit "BenchmarkDotNet.Core" dependency 10 years ago
Anton Firszov f6823888e1 added "BenchmarkDotNet.Core" dependency 10 years ago
Toxantron cceaeb03e6 Benchmark running on linux 10 years ago
Scott Williams 07b5ff4e2d Fix drawing on transparent background 10 years ago
James Jackson-South 90de26fbe5 Fix #115 10 years ago
Dirk Lemstra 0853c66ae3 Changed optional arguments into overloads. 10 years ago
Dirk Lemstra a9f4dc07a0 Renamed test classes. 10 years ago
Dirk Lemstra 826fb4eb91 Implemented the IEncoderOptions inside the jpeg encoder. 10 years ago
Dirk Lemstra 3a0697b093 Added extra test for trimming comments. 10 years ago
Dirk Lemstra 675a97a877 Implemented the IEncoderOptions inside the gif encoder. 10 years ago