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

Move buffer slice OOB check from panic in `wgpu` to validation error in `wgpu-core`

ErichDonGubler opened this pull request about 2 months ago
build(deps): bump the patch-updates group with 10 updates

dependabot[bot] opened this pull request about 2 months ago
build(deps): bump crate-ci/typos from 1.26.8 to 1.27.0

dependabot[bot] opened this pull request about 2 months ago
[bug]: Wasm builds fail on WGPU>=22.0.0 with Grab WGPU Adapter failure

lexi-the-cute opened this issue about 2 months ago
[Naga] ModuleInfo's entry point visibility is too restrictive

bavalpey opened this issue about 2 months ago
docs(CHANGELOG): ref. #4400 directly in v23 entry

ErichDonGubler opened this pull request about 2 months ago
type of X doesn't match..

rcoreilly opened this issue about 2 months ago
Fixes crash when there's a missing texture argument

aedm opened this pull request about 2 months ago
Missing WGSL texture argument crashes Naga

aedm opened this issue about 2 months ago
naga: Fix textureNumLevels in the GLSL backend

magcius opened this pull request about 2 months ago
[wgpu-hal] Change the `DropCallback` API to use `FnOnce` instead of `FnMut`

jerzywilczek opened this pull request about 2 months ago
fix(naga-cli): allow output files with `--stdin-file-path`

ErichDonGubler opened this pull request about 2 months ago
[naga spv-out] Rename `write_expression_pointer` to `write_access_chain`

jimblandy opened this pull request about 2 months ago
docs(RELEASE): remove refs. to `d3d12`

ErichDonGubler opened this pull request about 2 months ago
Update wgpu type names to match WGSL spec changes

jimblandy opened this issue about 2 months ago
Spam

Mm89u opened this issue about 2 months ago
[naga-cli] Use of `--stdin-file-path` prevents writing output files

bavalpey opened this issue about 2 months ago
wgpu/Naga requires an `f32`, Chrome expects a `u32`

BenjaminBrienen opened this issue about 2 months ago
add **/Cargo.lock

mahit56 opened this pull request about 2 months ago
build(deps): bump crate-ci/typos from 1.26.0 to 1.26.8

dependabot[bot] opened this pull request about 2 months ago
build(deps): bump the patch-updates group with 24 updates

dependabot[bot] opened this pull request about 2 months ago
Invalid `dispatch_workgroups` arguments can crash MacOS

dfellis opened this issue about 2 months ago
chore: mark `lock-analyzer` as `package.publish = false`

ErichDonGubler opened this pull request about 2 months ago
v23.0.0 release

ErichDonGubler opened this pull request about 2 months ago
feat(naga-cli)!: init. logger to `INFO` by default

ErichDonGubler opened this pull request about 2 months ago
chore(naga): remove unimplemented directive kinds

ErichDonGubler opened this pull request about 2 months ago
Check (all?) backends of `profiling` in CI

ErichDonGubler opened this issue about 2 months ago
Add naga variants and stubs for r64uint

atlv24 opened this pull request 2 months ago
Naga: support all standard severities for diagnostics

ErichDonGubler opened this issue 2 months ago
test(naga): add coverage for `diagnostic` directive parsing

ErichDonGubler opened this pull request 2 months ago
wgpu supported @builtin(frag_coord) or not?

olejaaaaaaaa opened this issue 2 months ago
wgpu-hal needs a no-op backend for fuzzing and benchmarking

jimblandy opened this issue 2 months ago
Add R64Uint texture format

atlv24 opened this pull request 2 months ago
refactor texture format to scalar conversion

atlv24 opened this pull request 2 months ago
Naga: add types to `InvalidBinaryOperandTypes` error msg

ErichDonGubler opened this pull request 2 months ago
Lost an ability to use external GLES context on Windows

kvark opened this issue 2 months ago
refactor: narrow `{,Unimplemented}DirectiveKind` to `pub(crate)`

ErichDonGubler opened this pull request 2 months ago
Add tests for `requires` extension parsing

ErichDonGubler opened this pull request 2 months ago
Touch up language in directive and enable-extension parsing

ErichDonGubler opened this pull request 2 months ago
WGSL: Support the `packed_4x8_integer_dot_product` language extension

ErichDonGubler opened this issue 2 months ago
WGSL: Add tests for `enable` directive parsing

ErichDonGubler opened this pull request 2 months ago
[naga] Built-in function database

jimblandy opened this issue 2 months ago
[naga] The fuzzer should be able to create valid `naga::Module`s

jimblandy opened this issue 2 months ago
Naga's typechecker ignores scalar kind when casting matrices

cogumbreiro opened this issue 2 months ago
Adapter docs tell how to create

DevJac opened this pull request 2 months ago
`struct <fun>Output` conflicts with `fn <fun>` on Metal

Jengamon opened this issue 2 months ago
fix(msl-out): use `namer` for `<fun>{Input,Output}` structs

ErichDonGubler opened this pull request 2 months ago
WGSL: add base support for `requires` that reports nice errors

ErichDonGubler opened this pull request 2 months ago
Unify validation error presentation in Naga CLI and WebGPU compilation messages

ErichDonGubler opened this pull request 2 months ago
Wgpu22 23% slower than wgpu 0.20 on my render-bench.

John-Nagle opened this issue 2 months ago
Bundles still have lifetime constraints

fyellin opened this issue 2 months ago
Add bounds check to Buffer slice method

beholdnec opened this pull request 2 months ago
[hlsl-out] Add support for restricting indexing to avoid OOB accesses

teoxoy opened this pull request 2 months ago
Slang Binding Array Test

cwfitzgerald opened this pull request 2 months ago
build(deps): bump the patch-updates group with 15 updates

dependabot[bot] opened this pull request 2 months ago
Buffer slice method should panic when index is out of range (?)

beholdnec opened this issue 2 months ago
Optimise GL fence checking by querying less

Dinnerbone opened this pull request 2 months ago
DownloadBuffer: Improve usability and documentation

9SMTM6 opened this issue 2 months ago
WGSL: Add a skeleton for enable-extensions/`enable …;` that reports nice errors

ErichDonGubler opened this pull request 2 months ago
Support RuntimeDescriptorArray when ingesting SPIR-V

hasenbanck opened this issue 2 months ago
Minimize moves by introducing `WeakVec`

teoxoy opened this pull request 2 months ago
ADD metal namespace for uint4

xiaopengli89 opened this pull request 2 months ago
macOS 10.13 compatibility issue

xiaopengli89 opened this issue 2 months ago
naga: Add support for textureQueryLevels to GLSL parser

magcius opened this pull request 2 months ago
Panic when indirect buffer is 0 sized

schell opened this issue 2 months ago
Wait for submissions to complete on `Queue` drop

teoxoy opened this pull request 2 months ago
wgpu Deadlock

QuantizedPixel opened this issue 2 months ago
Remove required barrier for indirect dispatch safety check

teoxoy opened this issue 2 months ago
build(deps): bump the patch-updates group with 12 updates

dependabot[bot] opened this pull request 2 months ago
Vulkan timestamp queries can return 0 if resolved too soon

Dinnerbone opened this issue 2 months ago
chore: note: `round_ties_even` is on stable, but not MSRV yet

ErichDonGubler opened this pull request 2 months ago
trivial fix typo in docs: `create_bind_group -> create_bind_group_layout`

Bruce0203 opened this pull request 2 months ago
Converge dual-source blending with the WebGPU standard

ErichDonGubler opened this issue 2 months ago
refactor: fully qual. `size_of` usage

ErichDonGubler opened this pull request 2 months ago
build(deps): bump crate-ci/typos from 1.24.6 to 1.26.0

dependabot[bot] opened this pull request 2 months ago
chore: satisfy `unused_qualifications` (again)

ErichDonGubler opened this pull request 2 months ago
WGSL template arg. parsing should permit a single trailing comma

ErichDonGubler opened this issue 2 months ago
Naga doesn't recognize GLSL 'textureQueryLevels' function

aedm opened this issue 2 months ago
Move more code into methods on wgpu-core objects

teoxoy opened this pull request 2 months ago
[naga spv-out] Spill arrays and matrices for runtime indexing.

jimblandy opened this pull request 2 months ago
[naga spv-out] Delete `BlockContext::is_intermediate`; use types.

jimblandy opened this pull request 2 months ago
[naga spv-out] Simplify `Writer::get_pointer_id`.

jimblandy opened this pull request 2 months ago
[naga spv-out] Expand LocalType to permit pointers to matrices.

jimblandy opened this pull request 2 months ago