4473 Commits (98b42eb90edb3321bf8cfdc241da7ce8ac07a4d6)

Author SHA1 Message Date
James Jackson-South 98b42eb90e Use targets. Coverage should now upload 6 years ago
James Jackson-South f8a86af006 Combine xunit and test for converage 6 years ago
James Jackson-South 07f9a2c27d Use dotnet test 6 years ago
James Jackson-South 16a0322ec0 Move DrawImage processors and extensions. 6 years ago
Scott Williams a56287cb85 remove all drawing except draw image 6 years ago
James Jackson-South 08e8f55239 Use per-edge buffer + minor optimizations. Fix #1044 6 years ago
James Jackson-South 619805d7e3 Use single constant definitions. 6 years ago
James Jackson-South f888ec4767 Remove obsolete checks and limit horizontal factor. Fix #1076 6 years ago
James Jackson-South cdd5d60b6b Simplify and cleanup build constants 6 years ago
James Jackson-South a6082f95d1 Enumerate once on clone. Fix #1073 6 years ago
James Jackson-South 26fc9b3906 Speed up tga decoding and add new benchmark comparison 6 years ago
James Jackson-South 27ba7781c7 Allow custom configuration. Fix #650 6 years ago
James Jackson-South 3de5927c4d Post review fixes 6 years ago
James Jackson-South 9b1db0c81f Use Point for offset 6 years ago
James Jackson-South 42757e0a2f Better coverage for Exif values. 6 years ago
Sergio Pedri 83fad73995 Fixed lambda capturing this 6 years ago
James Jackson-South d54cef8190 All tests pass. 6 years ago
James Jackson-South d1b57f74a1 Fix Number casting and description parsing. 6 years ago
James Jackson-South 07c7c1e626 Initial port + most tests 6 years ago
James Jackson-South 6bf754cb40 Move extensions to subfolders for clarity 6 years ago
Sergio Pedri 6d8cd15f32 Added overloads with custom pixel modifiers in pixel shading extensions 6 years ago
Sergio Pedri a8fdb13f2a Added support for custom pixel modifiers 6 years ago
Sergio Pedri 5f7db05a38 Moved pixel shader processor types 6 years ago
Sergio Pedri 29b5596ea9 Moved delegate types 6 years ago
James Jackson-South 742a51a2d6 Fix extensions namespace. 6 years ago
Sergio Pedri 2347803a46 Made StyleCode happy 6 years ago
Sergio Pedri 3f652a2157 Fixed a typo 6 years ago
Sergio Pedri e081fd08dc Minor code refactoring 6 years ago
Sergio Pedri eebece192b Added new pixel shader extension methods 6 years ago
Sergio Pedri ec2f72df4f Minor code refactoring 6 years ago
Sergio Pedri 1421500a18 Added PositionAwarePixelShader types 6 years ago
Sergio Pedri bdd69f89cd Minor code refactoring 6 years ago
Sergio Pedri 22b21917bd Added PixelShaderExtensions class 6 years ago
Sergio Pedri 1bd8a734ea Added initial version of the pixel shader delegate and processors 6 years ago
James Jackson-South 41b7a26c2e Remove virtal keyword and regenerate classes 7 years ago
James Jackson-South 42becaf5c6 Update PngScanlineProcessor.cs 7 years ago
James Jackson-South 6bc6afb3e7 MetaData => Metadata 7 years ago
James Jackson-South 2bcba77d5f Revert Rgba32 specificity on docs. 7 years ago
James Jackson-South dfd2b641d5 Simplify format specific metadata retrieval. 7 years ago
James Jackson-South dd571d9369 Revert non-generic decode to use RGba32 and add comments 7 years ago
James Jackson-South a7f4c26aca Update AotCompilerTools.cs 7 years ago
James Jackson-South f1a67b5e34 Update PngScanlineProcessor.cs 7 years ago
James Jackson-South 60fed0c244 Add pixeloperations tests for new pixel formats 7 years ago
James Jackson-South 35c0f4b4db Add La16 and La32 to IPixel (tests next commit) 7 years ago
Scott Williams 2ef3b90b53 enable using github actions for building 7 years ago
James Jackson-South d2a4f97225 Add Bgra5551 pixeloperations plus tests. 7 years ago
James Jackson-South 621120369e Basic La32 implementation. 7 years ago
James Jackson-South 524ce69d38 Basic La16 implementation 7 years ago
James Jackson-South 895c7f584b Gray16 => L16 7 years ago
James Jackson-South a35b73245a Gray8 => L8 7 years ago