Skip to content

Releases: s1ddok/Alloy

Style fixes

26 Aug 16:20
8f6c5eb
Compare
Choose a tag to compare
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 <siddok@gmail.com>

More kernels

02 Jul 10:42
b563fb8
Compare
Choose a tag to compare
0.14.3

introduce helpful kernels (#96)

Introduction of functors

11 Jun 11:25
c29f4eb
Compare
Choose a tag to compare
Functors (#88)

* add functors

* fix formatting

* update mps+functors

* replace inout with pointer

Towards API Stability Release

02 Apr 14:04
Compare
Choose a tag to compare

Milestone API changes

27 Dec 11:45
Compare
Choose a tag to compare

CVPixelBuffer release

19 Dec 16:32
Compare
Choose a tag to compare
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

12 Dec 15:46
Compare
Choose a tag to compare
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

06 Dec 11:05
Compare
Choose a tag to compare
Texture Descriptor Extensions (#66)

* add makeCopy func

* add macOS available check

Minor fixes for texture affine crop

03 Dec 13:39
Compare
Choose a tag to compare
Texture Affine Crop Fix (#60)

* fix sampler

* update version

Swift 5.1 release

26 Nov 11:31
Compare
Choose a tag to compare
0.10.15

update demo