-
Notifications
You must be signed in to change notification settings - Fork 926
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
feat: Add 32-bit floating-point atomics (SHADER_FLOAT32_ATOMIC
)
#6234
Open
AsherJingkongChen
wants to merge
17
commits into
gfx-rs:trunk
Choose a base branch
from
AsherJingkongChen:pr/shader-flt32-atomic
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: Add 32-bit floating-point atomics (SHADER_FLOAT32_ATOMIC
)
#6234
AsherJingkongChen
wants to merge
17
commits into
gfx-rs:trunk
from
AsherJingkongChen:pr/shader-flt32-atomic
Commits on Sep 7, 2024
-
feat: Add 32-bit floating-point atomics
* Current supported platforms: Metal * Platforms to support in the future: Vulkan Related issues or PRs: * gfx-rs#1020
Configuration menu - View commit details
-
Copy full SHA for bc058fd - Browse repository at this point
Copy the full SHA bc058fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ece8c91 - Browse repository at this point
Copy the full SHA ece8c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2756841 - Browse repository at this point
Copy the full SHA 2756841View commit details
Commits on Sep 9, 2024
-
feat: Add 32-bit float atomics support for Vulkan (SPIR-V shaders)
* atomicSub for f32 in the previous commits is removed.
Configuration menu - View commit details
-
Copy full SHA for 8e12407 - Browse repository at this point
Copy the full SHA 8e12407View commit details -
Configuration menu - View commit details
-
Copy full SHA for aacc5a0 - Browse repository at this point
Copy the full SHA aacc5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84899e6 - Browse repository at this point
Copy the full SHA 84899e6View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3c8da7 - Browse repository at this point
Copy the full SHA f3c8da7View commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 875b069 - Browse repository at this point
Copy the full SHA 875b069View commit details
Commits on Oct 13, 2024
-
refactor: Revise float atomics on msl and spv
* Make branches tidy * Also revise old codes * Ensure the implementations are supported by Metal and Vulkan backends
Configuration menu - View commit details
-
Copy full SHA for 739b6a1 - Browse repository at this point
Copy the full SHA 739b6a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f60bb9 - Browse repository at this point
Copy the full SHA 7f60bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e683152 - Browse repository at this point
Copy the full SHA e683152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 654f166 - Browse repository at this point
Copy the full SHA 654f166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e315d6 - Browse repository at this point
Copy the full SHA 2e315d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce83b4 - Browse repository at this point
Copy the full SHA 3ce83b4View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cba57d - Browse repository at this point
Copy the full SHA 7cba57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7245a - Browse repository at this point
Copy the full SHA ae7245aView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7d4c1e - Browse repository at this point
Copy the full SHA f7d4c1eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.