Skip to content

Releases: hexops-graveyard/mach-gpu-dawn

Automatic release of main @ a57f59f

31 May 11:03
Compare
Choose a tag to compare
CI: ZIG_VERSION=0.10.0-dev.2439+c84f5a5f9 ./dev/update-zig.sh

Signed-off-by: Stephen Gutekanst <[email protected]>

Automatic release of main @ 9b3481b

31 May 12:03
Compare
Choose a tag to compare
CI: ZIG_VERSION=0.10.0-dev.2439+c84f5a5f9 ./dev/update-zig.sh

Signed-off-by: Stephen Gutekanst <[email protected]>

Automatic release of main @ 822a04e

31 May 10:25
Compare
Choose a tag to compare
CI: rename macos-gnu target -> macos-none

Reflecting breaking change in latest version of Zig

Signed-off-by: Stephen Gutekanst <[email protected]>

Automatic release of main @ 63ec72d

31 May 17:29
Compare
Choose a tag to compare
gpu-dawn: update macOS binary check from -gnu to -none ABI

Reflecting the breaking change in latest Zig master.

Signed-off-by: Stephen Gutekanst <[email protected]>

Automatic release of main @ 081431d

04 May 18:54
Compare
Choose a tag to compare
Update to latest Zig master (0.10.0-dev.2017+a0a2ce92c) (#261)

* use `@ceil` instead of `std.math.ceil`
* `ChildProcess.init` does not allocate anymore
* update CI zig version
* examples: temporarily switch to fork of zigimg compatible with zig-master

Commands executed:

```
git submodule set-url -- examples/libs/zigimg https://github.com/slimsag/zigimg
git submodule set-branch --branch zig-master -- examples/libs/zigimg
git submodule update --init --remote examples/libs/zigimg
```

Signed-off-by: Stephen Gutekanst <[email protected]>
Co-authored-by: Stephen Gutekanst <[email protected]>

Automatic release of main @ a0f827c

22 Apr 06:59
Compare
Choose a tag to compare
gpu-dawn: update Dawn to latest revision as of 2022-04-21 (#250)

upstream @ c2f9fea56bee11cf573fe90b08a296a38202500b

Includes fix for UB on Linux/Vulkan: https://github.com/hexops/dawn/pull/11

Closes hexops/mach#239

Signed-off-by: Stephen Gutekanst <[email protected]>

Automatic release of main @ 1979e5c

21 Apr 10:49
Compare
Choose a tag to compare
gpu-dawn: clarify how to build as separate repository

Fixes hexops/mach#203

Signed-off-by: Stephen Gutekanst <[email protected]>

Automatic release of main @ 6e0531a

21 Apr 06:03
Compare
Choose a tag to compare
CI: dont run aarch64-mac workflow on forks

The workflow uses a self hosted runner which is only available for
hexops/mach* repositories. Without this commit, whenever a fork of mach
or mach-* were pushed, it would queue an aarch64-mac job and then crash
after one day due to no machines being found.

Automatic release of main @ 196b5e6

19 Apr 03:49
Compare
Choose a tag to compare
gpu-dawn: fix compilation on Linux

Helps hexops/mach#236

Signed-off-by: Stephen Gutekanst <[email protected]>

Automatic release of main @ da1bac7

18 Apr 13:48
Compare
Choose a tag to compare
gpu-dawn: correct update to latest Dawn revision

In e673e6c5d47d9876ecaac9f830d7b5248eb473f6 I failed to update the submodule correctly, this
commit fixes that and actually updates us to the latest Dawn revision.

Helps hexops/mach#221

Signed-off-by: Stephen Gutekanst <[email protected]>