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

WGSL: Const. eval. short-circuiting

ErichDonGubler opened this issue 4 months ago
fix: usage of `a deprecated Node.js version` in CI

hamirmahal 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
[naga spv-in] Support for OpAtomicCompareExchange

schell opened this issue 4 months ago
chore: suppress `unused_qualifications` for `wgpu_core::id` const. assertions

ErichDonGubler opened this pull request 4 months ago
docs(msl-out): note that Dawn also avoids loop UB like we do

ErichDonGubler opened this pull request 4 months ago
build(deps): bump the patch-updates group across 1 directory with 11 updates

dependabot[bot] opened this pull request 4 months ago
Ray Queries

Vecvec opened this pull request 4 months ago
Remove `SupportedLimits.maxInterStageShaderComponents`

ErichDonGubler opened this issue 4 months ago
EGL `create_surface` is unsound

mahkoh opened this issue 4 months ago
Constant byte index xxx is out of bounds of `` errors (Naga)

hakolao opened this issue 4 months ago
Update parking_lot dependency

mahkoh opened this pull request 4 months ago
[naga msl-out] Defeat the MSL compiler's infinite loop analysis.

jimblandy opened this pull request 4 months ago
build(deps): bump the patch-updates group with 8 updates

dependabot[bot] opened this pull request 4 months ago
Generic "parent device lost" error/crash after #6092

ArthurBrussee opened this issue 4 months ago
Coherent storage

JMS55 opened this pull request 4 months ago
naga: Don't consider per-polygon inputs to be subgroup uniform

magcius opened this pull request 4 months ago
Document default pipeline layout behavior.

BGR360 opened this pull request 4 months ago
Clarify cfg(send_sync) gating in this backend/webgpu comment.

BGR360 opened this pull request 4 months ago
chore!: remove `#[no_mangle] … extern "C" …` from `fn`s in `bundle_ffi`

ErichDonGubler opened this pull request 4 months ago
Update some docs containing OpenGL or GLSL references

Nelarius opened this pull request 4 months ago
Non uniform indices are not always properly handled by naga

hasenbanck opened this issue 4 months ago
DRM kernel driver 'nvidia-drm' in use. NVK requires nouveau.

laycookie opened this issue 4 months ago
snapshot SPIR-V output doesn't have the right source language

jimblandy opened this issue 4 months ago
[naga msl-out] Implement atomicCompareExchangeWeak for MSL backend

AsherJingkongChen opened this pull request 4 months ago
Remove `backend` from ID

teoxoy opened this pull request 4 months ago
[d3d12] handle absence of Windows SDK

teoxoy opened this pull request 4 months ago
Get error on startup

IamRezaMousavi opened this issue 4 months ago
wgsl textureBarrier unsupported

mikialex opened this issue 4 months ago
Vulkan: Avoid undefined behaviour with adversarial debug label

DJMcNab opened this pull request 4 months ago
spv-out: configure source language in debug info

kvark opened this pull request 4 months ago
Device capture not working in metal backend

mikialex opened this issue 4 months ago
Make Surface#configure and Surface#get_current_texture non-fatal

alokedesai opened this pull request 4 months ago
[naga] Expose lexer/parser in frontend gated by feature flag?

DexterHill0 opened this issue 4 months ago
Fix initial texture state for injected hal textures

Tsuguri opened this pull request 4 months ago
Crash when using texture created with create_texture_from_hal

Tsuguri opened this issue 4 months ago
Linux + Nvidia + EGL + X11 picks the wrong adapter

valadaptive opened this issue 4 months ago
WGLSL and WebGL Primary Full Support

KooIaIa opened this issue 4 months ago
wgpu needs a better (and stable) public API

SludgePhD opened this issue 4 months ago
`DepthStencilState::bias` should be named `depth_bias`

ErichDonGubler opened this issue 4 months ago
Move out invalidity from the `Registry`

teoxoy opened this pull request 4 months ago
style: simplify string hashes for readability

hamirmahal opened this pull request 4 months ago
[d3d12] handle known error variants returned by `D3D12CreateDevice`

teoxoy opened this pull request 4 months ago
New minor release?

bircni opened this issue 4 months ago
build(deps): bump the patch-updates group with 21 updates

dependabot[bot] opened this pull request 4 months ago
build(deps): bump crate-ci/typos from 1.24.1 to 1.24.5

dependabot[bot] opened this pull request 4 months ago
build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4

dependabot[bot] opened this pull request 4 months ago
support `enable clip_distances` extension

EriKWDev opened this issue 4 months ago
DX12: Surface::configure panics if old TextureView is still alive

akimakinai opened this issue 4 months ago
feat: Add 32-bit floating-point atomics (`SHADER_FLOAT32_ATOMIC`)

AsherJingkongChen opened this pull request 4 months ago
WGSL constant values should not be concretized

jimblandy opened this issue 4 months ago
[naga] Document `snapshots::Targets::IR` and `ANALYSIS`.

jimblandy opened this pull request 4 months ago
`Texture` from `ID3D12Resource/ID3D11Resource`?

mycrl opened this issue 4 months ago
Fix a regression from #6223

nical opened this pull request 4 months ago
Typo rename Rg11b10UFloat to Rg11b10Ufloat

valaphee opened this pull request 4 months ago
Resolve lints for Rust 1.78-1.81 that can be preempted before upgrade

ErichDonGubler opened this pull request 4 months ago
[ci] Re-enable `cargo doc --document-private-items` in CI

jimblandy opened this pull request 4 months ago
Fix the internal buffer and texture count

nical opened this pull request 4 months ago
Unable to break out of the loop in SPIR-V

kvark opened this issue 4 months ago
[core] Update docs for private items.

jimblandy opened this pull request 4 months ago
[naga] Update docs for private items.

jimblandy opened this pull request 4 months ago
[naga] Make tests compile without the WGSL front end.

jimblandy opened this pull request 4 months ago
Make bind group an Option for set_bind_group calls.

bradwerth opened this pull request 4 months ago
Minor test fixups

ErichDonGubler opened this pull request 4 months ago
chore: satisfy `clippy::ref_as_ptr`

ErichDonGubler opened this pull request 4 months ago
[naga const-eval] `LiteralVector` and some demo builtins

sagudev opened this pull request 4 months ago
WGL and EGL's context activation is unsound

ErichDonGubler opened this issue 4 months ago
[metal] Use `raw-window-metal` to do layer creation

madsmtm opened this pull request 4 months ago
[hal] Document some `CommandEncoder` trait methods.

jimblandy opened this pull request 4 months ago
[glsl-in] lost statement of multi part loop-expression

Vipitis opened this issue 4 months ago
build(deps): bump the patch-updates group across 1 directory with 28 updates

dependabot[bot] opened this pull request 4 months ago
[d3d12] Make sure WARP device creation works properly

teoxoy opened this issue 4 months ago
test

teoxoy opened this pull request 4 months ago
[core, hal, types] Clarify `wgpu_hal`'s bounds check promises.

jimblandy opened this pull request 4 months ago
D3D12 cleanup

teoxoy opened this pull request 4 months ago
[naga wgsl-in] allow global vars without explicit type

sagudev opened this pull request 4 months ago
[naga wgsl] Impl `const_assert`

sagudev opened this pull request 4 months ago