Releases: s1ddok/Alloy
Releases · s1ddok/Alloy
Style fixes
Style Fixes (#98) * remove warnings * style fixes * update version * introduce several bugfixes, new APIs (#103) * introduce several bugfixes, new APIs * fix alignment * Squashed commit of the following: fix TextureWeightedMix (#104) Add Texture Mix (#100) * add texture mix * naming * update version * update encoder * replace mask reading with mask sampling * fix shared memory size * fix typo in float conversion * Texture Mask Inversion (#106) * add inversion to TextureMask * remove redundant annotation * RGBA to YCbCr (#105) * rgba to ycbcr * update rgba to ycbcr * migrate to gather * fixes * use to matrix multiplication * use matrix transpose * simplify mean calculation Co-authored-by: Andrey Volodin <[email protected]>
More kernels
0.14.3 introduce helpful kernels (#96)
Introduction of functors
Functors (#88) * add functors * fix formatting * update mps+functors * replace inout with pointer
Towards API Stability Release
Milestone API changes
0.12.0
CVPixelBuffer release
MTLTexture+CVPixelBuffer (#73) * add mtltexture to cvpixelbuffer conversion * update version to 0.11.6 * move extension to CVPixelFormat+MTLTexture.swift * remove unsused error type
New encoders
TextureCopyEncoder (#53) * add region copy to textureCopyEncoder * replace uint32 with uint16 * remove typecast * update texture copy encoder * update texture copy encoder * add texture copy tests * remove Errors enum * add grid size check * fix fc
Texture descriptor
Texture Descriptor Extensions (#66) * add makeCopy func * add macOS available check
Minor fixes for texture affine crop
Texture Affine Crop Fix (#60) * fix sampler * update version
Swift 5.1 release
0.10.15 update demo