Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/gfx-rs/wgpu
A cross-platform, safe, pure-Rust graphics API.
https://github.com/gfx-rs/wgpu
trivial fix typo in docs: `create_bind_group -> create_bind_group_layout`
Bruce0203 opened this pull request 3 months ago
Bruce0203 opened this pull request 3 months ago
Remove redundant command buffer creation for empty resource transit
Snowapril opened this issue 3 months ago
Snowapril opened this issue 3 months ago
Converge dual-source blending with the WebGPU standard
ErichDonGubler opened this issue 3 months ago
ErichDonGubler opened this issue 3 months ago
refactor: fully qual. `size_of` usage
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
refactor: s/`once_cell::sync::OnceCell`/`std::sync::OnceLock` (as much as possible)
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
build(deps): bump crate-ci/typos from 1.24.6 to 1.26.0
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
chore: satisfy `unused_qualifications` (again)
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
WGSL does not force parentheses in equal-precedence operations in expressions
ErichDonGubler opened this issue 3 months ago
ErichDonGubler opened this issue 3 months ago
Naga SPIR-V backend assumes that let-bound indexes are bounds checked in validation
jimblandy opened this issue 3 months ago
jimblandy opened this issue 3 months ago
on_submitted_work_done / onSubmittedWorkDone is unimplemented on WebGPU
ArthurBrussee opened this issue 3 months ago
ArthurBrussee opened this issue 3 months ago
WGSL template arg. parsing should permit a single trailing comma
ErichDonGubler opened this issue 3 months ago
ErichDonGubler opened this issue 3 months ago
Naga doesn't recognize GLSL 'textureQueryLevels' function
aedm opened this issue 3 months ago
aedm opened this issue 3 months ago
Move more code into methods on wgpu-core objects
teoxoy opened this pull request 3 months ago
teoxoy opened this pull request 3 months ago
[naga spv-out] Spill arrays and matrices for runtime indexing.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
[naga spv-out] Delete `BlockContext::is_intermediate`; use types.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
[naga spv-out] Simplify `Writer::get_pointer_id`.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
[naga spv-out] Expand LocalType to permit pointers to matrices.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
Add more changelog items
teoxoy opened this pull request 3 months ago
teoxoy opened this pull request 3 months ago
[naga/wgsl-out]: polyfill `inverse` function
chyyran opened this pull request 3 months ago
chyyran opened this pull request 3 months ago
[spv-in] sampling from depth textures returns a scalar and is splatted
schell opened this pull request 3 months ago
schell opened this pull request 3 months ago
Support for Custom Spans
ncthbrt opened this issue 3 months ago
ncthbrt opened this issue 3 months ago
[naga/wgsl-out] allow user-provided polyfills of `inverse` and `outer`
chyyran opened this pull request 3 months ago
chyyran opened this pull request 3 months ago
Document rationale for vendoring WebGPU bindings.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
[wgpu] Revert changes to vendored copy of web-sys from #6377.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
Remove dependency on once_cell
jimblandy opened this issue 3 months ago
jimblandy opened this issue 3 months ago
thread 'main' attempted to acquire a snatch lock recursively
hakolao opened this issue 3 months ago
hakolao opened this issue 3 months ago
fix(web)!: remove `maxInterStageShaderComponents` from vendored `web-sys`
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
Keep TOML fields alphabetized
cwfitzgerald opened this pull request 3 months ago
cwfitzgerald opened this pull request 3 months ago
build(deps): bump crate-ci/typos from 1.24.6 to 1.25.0
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
build(deps): bump the patch-updates group with 24 updates
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
Uses of `PreHashedMap` are probably not sound
jimblandy opened this issue 3 months ago
jimblandy opened this issue 3 months ago
Read-only storage textures should be allowed without a feature
jimblandy opened this issue 3 months ago
jimblandy opened this issue 3 months ago
Add utils for WebGPU support detection & Instance creation
Wumpf opened this pull request 3 months ago
Wumpf opened this pull request 3 months ago
Roll back once_cell to 1.19.0.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
refactor(ci): use more descriptive name for Rust formatting
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
Enforce fmt. of `*.{md,js,html,yml}` with prettier
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
test(ci): include `naga/xtask` in `cargo fmt` check
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
Enforce formatting of TOML with `taplo`
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
DO NOT MERGE: REBASE: feature: Parse enable directives & SHADER-F16 support
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
[naga] Comments parsing
Vrixyz opened this pull request 3 months ago
Vrixyz opened this pull request 3 months ago
Error messages like "The type of [4] doesn't match the type stored in [5]" are meaningless.
magcius opened this issue 3 months ago
magcius opened this issue 3 months ago
[naga] Support dynamic indexing of by-value matrices
sagudev opened this pull request 3 months ago
sagudev opened this pull request 3 months ago
[wgpu-core] Return submission index for `map_async` and `on_submitted_work_done` to track down completion of async callbacks
eliemichel opened this pull request 3 months ago
eliemichel opened this pull request 3 months ago
Maybe Naga IR should include unresolved identifiers and applications
jimblandy opened this issue 3 months ago
jimblandy opened this issue 3 months ago
[naga spv-out] Indexing arrays by value causes unnecessary copies
jimblandy opened this issue 3 months ago
jimblandy opened this issue 3 months ago
State change (draw call) overhead in `wgpu` is very high relative to vulkan
alice-i-cecile opened this issue 3 months ago
alice-i-cecile opened this issue 3 months ago
Remove redundant let binding
eliemichel opened this pull request 3 months ago
eliemichel opened this pull request 3 months ago
Program not running and just crashing.
jyash8 opened this issue 3 months ago
jyash8 opened this issue 3 months ago
[naga spv-out] Don't emit unreachable blocks that jump into loops.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
feat(wgsl-in): parse `diagnostic(…)` attributes on `fn`s
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
Add a skeleton for directives that reports nice errors
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
[naga spv-out] bounds-check runtime-sized array access correctly.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
WGSL: Support the `requires` directive
ErichDonGubler opened this issue 3 months ago
ErichDonGubler opened this issue 3 months ago
Unbreak `rustfmt` in some places
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
Update `cfg_aliases` in order to fix unexpected cfg condition warnings
Wumpf opened this pull request 3 months ago
Wumpf opened this pull request 3 months ago
Unexpected `cfg` condition warnings for cfgs defined by `build.rs`
Resonanz opened this issue 3 months ago
Resonanz opened this issue 3 months ago
[naga spv-out] Internal doc fixes for `back::spv::index`.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
[naga spv-out] Bounds check generation could be cleaner and smarter
jimblandy opened this issue 3 months ago
jimblandy opened this issue 3 months ago
SYNC-HAZARD-READ-AFTER-WRITE validation error (multithreaded, MoltenVK)
simonask opened this issue 3 months ago
simonask opened this issue 3 months ago
build(deps): bump the patch-updates group with 16 updates
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
build(deps): bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
Fix unaligned slice::from_raw_parts in gles push contant handling.
Imberflur opened this pull request 3 months ago
Imberflur opened this pull request 3 months ago
Artifact in rendering on specific hardware.
D3lta-2-1 opened this issue 3 months ago
D3lta-2-1 opened this issue 3 months ago
Update CHANGELOG with @sagudev contributions to naga
sagudev opened this pull request 3 months ago
sagudev opened this pull request 3 months ago
Very High CPU Usage with wgpu >= 0.20.0
myth0genesis opened this issue 3 months ago
myth0genesis opened this issue 3 months ago
Misc. refactors extracted from work on indirect dispatch safety
ErichDonGubler opened this pull request 3 months ago
ErichDonGubler opened this pull request 3 months ago
[naga spv-out] Consolidate explanation of global wrapping.
jimblandy opened this pull request 3 months ago
jimblandy opened this pull request 3 months ago
Naga frontend supports gles
yorkie opened this issue 4 months ago
yorkie opened this issue 4 months ago
[naga spv-out] Document and refactor `write_runtime_array_length`.
jimblandy opened this pull request 4 months ago
jimblandy opened this pull request 4 months ago
[naga] Permit only structs as binding array elements.
jimblandy opened this pull request 4 months ago
jimblandy opened this pull request 4 months ago
Naga snapshot tests should not include binary files
jimblandy opened this issue 4 months ago
jimblandy opened this issue 4 months ago
Support `Features::MULTI_DRAW_INDIRECT` on OpenGL
Astralchroma opened this issue 4 months ago
Astralchroma opened this issue 4 months ago
Support extern Context implementations
sagudev opened this issue 4 months ago
sagudev opened this issue 4 months ago
Access violation in AMD vulkan windows driver in pipeline creation with certain shaders
Imberflur opened this issue 4 months ago
Imberflur opened this issue 4 months ago
[naga] Handle phony statements properly by treating them as named expressions
sagudev opened this pull request 4 months ago
sagudev opened this pull request 4 months ago
Missing precondition for `slice::from_raw_parts` in gles backend
Imberflur opened this issue 4 months ago
Imberflur opened this issue 4 months ago
refactor: use `include_wgsl!(…)` more
ErichDonGubler opened this pull request 4 months ago
ErichDonGubler opened this pull request 4 months ago
[naga] added DrawID
ChosenName opened this pull request 4 months ago
ChosenName opened this pull request 4 months ago
Improve Context Traits
cwfitzgerald opened this issue 4 months ago
cwfitzgerald opened this issue 4 months ago
Command Buffer objects still in pending state when `vkResetCommandPool` is called. (Vulkan API Backend + Linux + Nvidia GPU)
SurajShettigar opened this issue 4 months ago
SurajShettigar opened this issue 4 months ago
metal: fix query set result copies
kvark opened this pull request 4 months ago
kvark opened this pull request 4 months ago
[naga] Remove redundant handle ordering check from validator.
jimblandy opened this pull request 4 months ago
jimblandy opened this pull request 4 months ago
Vulkan surface creation fails on wayland
JL2210 opened this issue 4 months ago
JL2210 opened this issue 4 months ago
Naga IR `ArraySize::Dynamic` should be renamed to `Runtime`, to match WGSL
jimblandy opened this issue 4 months ago
jimblandy opened this issue 4 months ago
fix: handle `Queue::submit` non-fatally
ErichDonGubler opened this pull request 4 months ago
ErichDonGubler opened this pull request 4 months ago
`Queue::submit` should not panic on validation errors
ErichDonGubler opened this issue 4 months ago
ErichDonGubler opened this issue 4 months ago
style: simplify string formatting for readability
hamirmahal opened this pull request 4 months ago
hamirmahal opened this pull request 4 months ago
Only Initialize a Single Backend in Tests
cwfitzgerald opened this pull request 4 months ago
cwfitzgerald opened this pull request 4 months ago
Allow wgpu Team to Update Naga Cargo.toml
cwfitzgerald opened this pull request 4 months ago
cwfitzgerald opened this pull request 4 months ago
Add optional color to debug groups/markers
JMS55 opened this issue 4 months ago
JMS55 opened this issue 4 months ago
build(deps): bump the patch-updates group with 9 updates
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
build(deps): bump crate-ci/typos from 1.24.5 to 1.24.6
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
[naga] Support pipeline overrides in the WGSL backend
cbbowen opened this pull request 4 months ago
cbbowen opened this pull request 4 months ago
Create a `BufferBinding` from a `BufferSlice`
DCNick3 opened this issue 4 months ago
DCNick3 opened this issue 4 months ago
[naga] Add phony as naga-ir statement
sagudev opened this pull request 4 months ago
sagudev opened this pull request 4 months ago
MatrixStride Decorations Missing
cwfitzgerald opened this issue 4 months ago
cwfitzgerald opened this issue 4 months ago
Update CI Dependencies
cwfitzgerald opened this pull request 4 months ago
cwfitzgerald opened this pull request 4 months ago
style: use `concat!(…)` in `DOWNLEVEL_*_MESSAGE`
ErichDonGubler opened this pull request 4 months ago
ErichDonGubler opened this pull request 4 months ago
chore: un-regress `unused_qualifications` lint in `naga::front::spv`
ErichDonGubler opened this pull request 4 months ago
ErichDonGubler opened this pull request 4 months ago
fix: only log `Device::maintain` waits if they happen
ErichDonGubler opened this pull request 4 months ago
ErichDonGubler opened this pull request 4 months ago