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

no-std support in wgpu-core #6926

Draft
wants to merge 20 commits into
base: trunk
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
df036fa
trace directory path updates
brody4hire Jan 16, 2025
7b79bbe
start using hashbrown (in wgpu-core)
brody4hire Jan 16, 2025
213f61a
update CHANGELOG.md
brody4hire Jan 16, 2025
dd51a90
Merge branch 'start-using-hashbrown' into no-std-support-in-wgpu-core
brody4hire Jan 16, 2025
d402fe5
FIXUP taplo fmt
brody4hire Jan 16, 2025
8fc9c59
Merge branch 'start-using-hashbrown' into no-std-support-in-wgpu-core
brody4hire Jan 16, 2025
bbc1af2
no-std support in wgpu-core (with help from new "std" feature)
brody4hire Jan 16, 2025
ab211cd
Merge branch 'trunk' of https://github.com/gfx-rs/wgpu into no-std-su…
brody4hire Jan 16, 2025
d293ee8
FIXUP for unit testing etc.
brody4hire Jan 16, 2025
eac4774
fixup fmt
brody4hire Jan 16, 2025
da8453f
comment out no-std OnceCell alias for now - XXX THIS SHOULD TRIGGER C…
brody4hire Jan 16, 2025
f4d275d
XXX IGNORE WARNINGS FOR NOW - XXX TODO CLEANUP WARNING(S) & REMOVE AL…
brody4hire Jan 16, 2025
c68e0a2
XXX QUICK error import FIXUP for MSRV & FIXUP COMMENT - XXX XXX MISSI…
brody4hire Jan 16, 2025
3b73f30
update CI to check wgpu-core with no features - XXX XXX CI SHOULD FAI…
brody4hire Jan 17, 2025
b82f877
Merge branch 'trunk' of https://github.com/gfx-rs/wgpu into no-std-su…
brody4hire Jan 17, 2025
af41fdb
FIXUP typo (etc) in ci.yml - XXX XXX CI SHOULD STILL FAIL & SIGNAL MI…
brody4hire Jan 17, 2025
ea17991
XXX TBD SKIP FAILING CI SUB-STEP FOR NOW WITH XXX TODO COMMENT - XXX …
brody4hire Jan 17, 2025
d0f0a66
XXX ADD EXTRA CI SUB-STEP for now - XXX XXX SHOULD (HOPEFULLY) DETECT…
brody4hire Jan 17, 2025
a1edb9c
FIXUP: remove extra import - XXX XXX CI SHOULD STILL FAIL DUE TO MISS…
brody4hire Jan 17, 2025
a20d79b
FIXUP: uncomment imports needed for no-std; update XXX comments - XXX…
brody4hire Jan 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update CHANGELOG.md
brody4hire committed Jan 16, 2025
commit 213f61a5ce9298da7e5869f704740fa9c1a9012e
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -46,6 +46,8 @@ Bottom level categories:

Using in `hashbrown` in `wgpu-core` should improve performance and simplify no-std support.

By @brodycj in [#6925](https://github.com/gfx-rs/wgpu/pull/6925).

## v24.0.0 (2025-01-15)

### Major changes