Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
aaa5bb7
Add row action overload
JimBobSquarePants Feb 5, 2020
b6d8375
Merge branch 'master' into js/parallel-allocation-experiments
JimBobSquarePants Feb 5, 2020
4523366
Reduce captuing allocation to 16 bytes.
JimBobSquarePants Feb 5, 2020
463f0a9
Add memorydiagnoser
JimBobSquarePants Feb 5, 2020
abb064f
Normalize row action with buffer.
JimBobSquarePants Feb 5, 2020
e3a7bb4
Remove final allocations
JimBobSquarePants Feb 5, 2020
62890f8
Rename class and add native memory profiler
JimBobSquarePants Feb 6, 2020
7f19fb2
Convert AffineTranformProcessor
JimBobSquarePants Feb 6, 2020
01f2c05
Update ProjectiveTransformProcessor{TPixel}.cs
JimBobSquarePants Feb 6, 2020
e40731d
Internalize, partially optimize and rename Action methods.
JimBobSquarePants Feb 6, 2020
3b3e6ab
Fix non-windows build
JimBobSquarePants Feb 6, 2020
079e2a6
Add XML comments to the CropProcessor<TPixel>
Sergio0694 Feb 6, 2020
2f83149
Refactor BokehBlurProcessor<TPixel>
Sergio0694 Feb 6, 2020
6298c78
Refactor Convolution2PassProcessor<TPixel>
Sergio0694 Feb 6, 2020
c5ed869
Refactor ConvolutionProcessor<TPixel>
Sergio0694 Feb 6, 2020
58418b4
Refactor EdgeDetectorCompassProcessor<TPixel>
Sergio0694 Feb 6, 2020
1564149
Refactor Convolution2DProcessor<TPixel>
Sergio0694 Feb 6, 2020
d844f8a
Add readonly modifiers to APIs in Rectangle
Sergio0694 Feb 6, 2020
2bc5d82
Removed unnecessary XML comments
Sergio0694 Feb 6, 2020
b77a27c
Refactor DrawImageProcessor<TPixelBg, TPixelFg>
Sergio0694 Feb 6, 2020
d5d50e9
Refactor OilPaintingProcessor<TPixel>
Sergio0694 Feb 6, 2020
f49d1b6
Refactor PixelRowDelegateProcessorBase<TPixel>
Sergio0694 Feb 6, 2020
6d4d9a6
Major refactor to the pixel row delegate processors
Sergio0694 Feb 6, 2020
d39a057
Refactor FilterProcessor
Sergio0694 Feb 7, 2020
c6c6b9b
Minor perf update
JimBobSquarePants Feb 7, 2020
e9e461e
Update ProjectiveTransformProcessor{TPixel}.cs
JimBobSquarePants Feb 7, 2020
d7bce16
Update BackgroundColorProcessor{TPixel}.cs
JimBobSquarePants Feb 7, 2020
c01889f
Update GlowProcessor{TPixel}.cs
JimBobSquarePants Feb 7, 2020
4cf5920
Update VignetteProcessor{TPixel}.cs
JimBobSquarePants Feb 7, 2020
57acad2
Update GlowProcessor{TPixel}.cs
JimBobSquarePants Feb 7, 2020
70f0e9a
Update FlipProcessor
JimBobSquarePants Feb 7, 2020
e771c50
Update ResizeProcessor{TPixel}.cs
JimBobSquarePants Feb 7, 2020
5083818
Seal ResizeWorker
JimBobSquarePants Feb 7, 2020
57e03ae
Update RotateProcessor{TPixel}.cs
JimBobSquarePants Feb 7, 2020
add9613
Refactor GlobalHistogramEqualizationProcessor<TPixel>
Sergio0694 Feb 7, 2020
d274142
Refactor ImageFrame<TPixel>
Sergio0694 Feb 7, 2020
6b9d344
Refactor BinaryThresholdProcessor<TPixel>
Sergio0694 Feb 7, 2020
dd7bd7b
Skip some safety readonly struct copies
Sergio0694 Feb 7, 2020
b77dcfa
Add single row RowAction value delegate
Sergio0694 Feb 7, 2020
a0ad4ce
Refactor processors to single row logic
Sergio0694 Feb 7, 2020
d6fb30e
Refactor single row APIs
Sergio0694 Feb 7, 2020
dd4285d
Add single row value delegate with buffer
Sergio0694 Feb 7, 2020
3da200d
Refactor processors to single row with buffer APIs
Sergio0694 Feb 7, 2020
b545ea0
Rename APIs
Sergio0694 Feb 7, 2020
1835475
Merge pull request #1108 from SixLabors/sp/single-row-parallel-value-…
JimBobSquarePants Feb 8, 2020
fcf7c44
Update pixelate processor
JimBobSquarePants Feb 8, 2020
8540f83
Revert "Merge pull request #1108 from SixLabors/sp/single-row-paralle…
JimBobSquarePants Feb 8, 2020
89e3898
Update PixelateProcessor{TPixel}.cs
JimBobSquarePants Feb 8, 2020
2b00433
Update AdaptiveHistogramEqualizationProcessor and rename interfaces
JimBobSquarePants Feb 8, 2020
7a8edff
Update AdaptiveHistogramEqualizationProcessor{TPixel}.cs
JimBobSquarePants Feb 8, 2020
7609a53
Update AdaptiveHistogramEqualizationSlidingWindowProcessor{TPixel}.cs
JimBobSquarePants Feb 9, 2020
c946849
Fix arguments order and tests
JimBobSquarePants Feb 9, 2020
b247bac
Use Span<T> as buffer param
JimBobSquarePants Feb 9, 2020
c5166c9
Update ProjectiveTransformProcessor{TPixel}.cs
JimBobSquarePants Feb 10, 2020
3cfe575
Update EdgeDetectorCompassProcessor{TPixel}.cs
JimBobSquarePants Feb 10, 2020
49d0215
Update BinaryThresholdProcessor{TPixel}.cs
JimBobSquarePants Feb 10, 2020
eefa57e
Cleanup
JimBobSquarePants Feb 10, 2020
4b7718e
Undo unrelated changes and clean up.
JimBobSquarePants Feb 12, 2020
b5d055f
Update QuantizeProcessor{TPixel}.cs
JimBobSquarePants Feb 12, 2020
c66dd0c
Rename things
JimBobSquarePants Feb 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into js/parallel-allocation-experiments
  • Loading branch information
JimBobSquarePants committed Feb 5, 2020
commit b6d8375e07e7870cc95a4878108562ad72de352a

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.