Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.8.1 #1635

Merged
merged 7 commits into from
Dec 29, 2021
Merged

Release v0.8.1 #1635

merged 7 commits into from
Dec 29, 2021

Conversation

kvark
Copy link
Member

@kvark kvark commented Dec 29, 2021

Includes #1580, #1616, #1620, #1629, #1630, #1634

jakobhellermann and others added 7 commits December 29, 2021 09:53
* [hlsl-out] Write `mad` intrinsic for `fma` function

- This should be enough because we only support f32 for now.
- Adds a new test for WGSL functions, in the spirit of operators.wgsl.
- Closes gfx-rs#1579

* Add FMA feature to glsl backend

- I think this is right. Just iterate all known expressions in all
  functions and entry points to locate any `fma` function call.
  Should not need to walk the statement DAG.

* Transform GLSL fma function into an airthmetic expression when necessary

* Add tests for GLSL fma function tranformation

* Remove the hazard comment from the webgl test input

* Add helper method for fma function support checks

* Address review comment
@kvark kvark enabled auto-merge (rebase) December 29, 2021 15:04
auto-merge was automatically disabled December 29, 2021 15:05

Rebase failed

@kvark kvark changed the base branch from master to v0.8 December 29, 2021 15:06
@kvark kvark merged commit 894530e into gfx-rs:v0.8 Dec 29, 2021
@kvark kvark deleted the v0.8.1 branch December 29, 2021 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants