5693 Commits (fd78beda180d0ff48a3061df533f562da874e8a8)
 

Author SHA1 Message Date
Anton Firszov fd78beda18 fine tune tolerance 8 years ago
Anton Firszov 0b97ce205b fix build after merge 8 years ago
Anton Firszov 68330db3e2 Merge remote-tracking branch 'origin/master' into sw/draw-text-optermizations 8 years ago
Anton Firsov 097c150440
Merge pull request #617 from SixLabors/af/memory-bridge2 8 years ago
Anton Firszov 1babb6a8b2 update submodule, fine-tune test tolerance 8 years ago
Anton Firszov db00a369d3 add FontShapesAreRenderedCorrectlyAlongACirclePath() 8 years ago
Anton Firszov a5a84838c3 Merge branch 'sw/draw-text-optermizations' of https://github.com/SixLabors/ImageSharp into sw/draw-text-optermizations 8 years ago
Anton Firszov 5f9ba406a3 format long lines in DrawTextExtensions.Path.cs 8 years ago
Scott Williams 1fc2e583a0 test drawing along path 8 years ago
Anton Firszov c198700982 fix BMP dimension check 8 years ago
Anton Firszov e83fd51b4d fix review findings 8 years ago
Scott Williams 173f591e02 fix api changes due to MemoryManager->MemoryAllocator rename 8 years ago
Scott Williams 9087d19b03 Merge remote-tracking branch 'remotes/origin/master' into sw/draw-text-optermizations 8 years ago
Scott Williams b265f25af5 increase coverage on drawing path collections 8 years ago
Scott Williams f531af0fbc additional tests around pen rendering with patterns 8 years ago
Anton Firszov d38a1be680 Merge remote-tracking branch 'origin/master' into af/memory-bridge2 8 years ago
Anton Firsov 700548882f
Merge pull request #607 from SixLabors/af/memory-bridge 8 years ago
Anton Firszov 3407304a95 remove IBuffer2D<T> 8 years ago
Anton Firszov a569d4d9b8 delete PixelAccessor 8 years ago
Anton Firszov 349c12de4c Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
Anton Firszov b188f26a29 remove PixelAccessor<T> usages from common code 8 years ago
Anton Firszov 4ae524d94c hide GetPixelMemory() and GetPixelRowMemory() for now 8 years ago
Scott Williams 4c08bb985b apply optermised font rendering path to glyphs outlines 8 years ago
Scott Williams bbd8acbf50 increase tolerance on tests 8 years ago
Scott Williams 0d42806cb5 ensure pen code path is tested 8 years ago
Scott Williams 544f207217 really update reference images this time 8 years ago
Scott Williams fe1262a34d update reference images 8 years ago
Scott Williams a8fa985b66 add optermised drawing path with cached glyph rendering 8 years ago
Anton Firszov c87726e123 CloningImageProcessor uses SwapOrCopyPixelsBuffersFrom() 8 years ago
Anton Firszov 9ab51ff3b2 IBuffer<T>.IsMemoryOwner, Buffer2D<T>.SwapOrCopyContent() 8 years ago
Anton Firszov 8af0df92ff fix Benchmarks project 8 years ago
Anton Firszov b6d86d8696 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 8 years ago
Anton Firszov 8c8fd3267f Merge remote-tracking branch 'origin/master' into af/memory-bridge 8 years ago
Anton Firszov e417ea275e rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 86e6f863ea RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 441f0365a6 Image.WrapMemory works 8 years ago
Anton Firszov a8c9893e2f refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov cac9d10e3a fix ShapeRegionTests 8 years ago
Anton Firszov d71ba3d761 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov e33a167826 GetPixelRowMemory(), GetPixelRowSpan() 8 years ago
Anton Firszov 141d39c319 GetPixelMemory() tests 8 years ago
Anton Firszov de717cf94a normalize IBuffer2D<T> API 8 years ago
Anton Firszov 8457372718 introduce .GetPixelMemory(), get rid of BufferExtensions.GetMemory() 8 years ago
James Jackson-South cdc63adb94
Merge pull request #603 from brianpopow/feature/refactorPacketPixelTests 8 years ago
Anton Firszov 8c45946078 System.Buffers.MemoryManager<T> is adapted 8 years ago
Anton Firszov aaba1a1885 Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
popow 03faf82ff0 changed assertion in Rgba32_ToRgb24 to check each color channel separately 8 years ago
popow af702ed04e using MathF.Round in Pack 8 years ago
popow 46bfafa688 added missing licence note for the pixel tests 8 years ago
popow 196b936438 corrected namespace of some pixel format tests to SixLabors.ImageSharp.Tests.PixelFormats 8 years ago