40 Commits (e417ea275efa8997897f78673623ed8db21a85af)

Author SHA1 Message Date
Anton Firszov e417ea275e rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 86e6f863ea RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov a8c9893e2f refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov d71ba3d761 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov aaba1a1885 Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
Peter Amrehn 5d3daaacbe #542: apply naming scheme for abstract classes 8 years ago
Peter Amrehn 92b0130e5a rename files to add {TPixel} generic parameter. 8 years ago
James Jackson-South 72cb50c0c7 Delete merge conflict backup file. 8 years ago
Unknown 9e9875274d #542: apply change requests made by @tocsoft in code review. 8 years ago
Anton Firszov 24f6ff98f8 minor code cleanup in FillProcessor.cs 8 years ago
Anton Firszov ef9b350b27 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
woutware 8995a738aa Processed Scott's review comment. 8 years ago
woutware 08b033c684 Oops, should be W instead of Z ofcourse. 8 years ago
woutware 5a1569f499 Added fast path for SolidBrush in FillProcessor. 8 years ago
woutware a06600380a Minor performance refactorings. 8 years ago
Unknown c8d0256e85 remove not implemented Polygon Brush from documentation for now. 8 years ago
Unknown d29b6017ab implement GradientRepetitionModes 8 years ago
Unknown 75dab524dd improve performance on distance calculation 8 years ago
Unknown a6e04024f8 optimization of EllipticGradientBrush 8 years ago
Unknown e837349952 first implementation of an elliptical gradient brush 8 years ago
Unknown 94f1698807 implement radial gradient brush. 8 years ago
Unknown 72ae5fa6ba #542: refactor to prepare for other gradients 8 years ago
Unknown d43c70acb5 fix documentation typo 8 years ago
Unknown d977ecfecc #542: rename file to match other files in the solution (include generic) 8 years ago
Unknown 0a642ffea7 #542: define debuggerDisplay of ColorStop, 8 years ago
Unknown 35d0f56557 #542: add test creating black-white patterns by gradients 8 years ago
Unknown 94dbb743f7 #542: fix implementation of non-axial gradients and add tests 8 years ago
Peter Amrehn 6dd544d5aa fix code styling issues 8 years ago
Unknown 1e587bc689 #542: use struct for ColorStops 8 years ago
Unknown e1ee9b0b63 FIX bug in BrushApplicator when applying BlendPercentage 8 years ago
Unknown c02f9d883d #86: started to work on Gradient Brushes: Linear gradient brush, 8 years ago
Anton Firszov 7d53c382c9 update external dependencies + fix RectangularPolygon usages 8 years ago
James Jackson-South c101fd7c26 Blend => DrawImage 8 years ago
James Jackson-South 642576d5b4 Add params 8 years ago
James Jackson-South bf9b3cfd3f Move GraphicsOptions parameter 8 years ago
James Jackson-South e7526f5057 Overlays => Drawing 8 years ago