Releases: hexops-graveyard/mach-gpu-dawn
Releases · hexops-graveyard/mach-gpu-dawn
Automatic release of main @ a57f59f
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
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
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
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
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
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
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
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
gpu-dawn: fix compilation on Linux Helps hexops/mach#236 Signed-off-by: Stephen Gutekanst <[email protected]>
Automatic release of main @ da1bac7
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]>