Skip to content

Releases: JolifantoBambla/webgpu-spd

v3.0.0

03 Aug 14:11

Choose a tag to compare

Added

Changed

  • Use subgroup built-ins for downsampling by default if the device feature subgroups is enabled.
  • Move texture format bgra8unorm out of WebGPUSinglePassDownsampler::supportedFormats.
  • If the texture format supports it, bind mip 6 as 'read-write' storage texture instead of duplicating texture data in an extra buffer in case more than 6 mips are generated per pass.

Fixed

  • Fix handling of barriers for active workgroup counter.
  • Cast downsampling weight to concrete scalar type for average filter.
  • Fix minor typing issues.

v2.0.1

20 Jun 14:51

Choose a tag to compare

fix handling of max array layers per pass, fixes #5

v2.0.0

25 Apr 16:39
afbd01b

Choose a tag to compare

Update CHANGELOG.md

v1.0.0

21 Apr 20:16
032db9d

Choose a tag to compare

Update npm-publish.yml