Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
gfx-rs hardware
[frozen] Provide hardware to contributors for testing and development.
Collective -
Host: opensource -
https://opencollective.com/gfx-rs
- Website: https://gfx-rs.github.io
- Code: https://github.com/gfx-rs
RenderBundleEncoder extremely fragile and frequently crashes.
github.com/gfx-rs/wgpu-native - fyellin opened this issue 3 months ago
github.com/gfx-rs/wgpu-native - fyellin opened this issue 3 months ago
[naga wgsl-in] Add directive keywords to "expected" values on global item parsing
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
[spv-in] Support texture access qualifier and infer texture access mode
github.com/gfx-rs/wgpu - schell opened this issue 3 months ago
github.com/gfx-rs/wgpu - schell opened this issue 3 months ago
Minimize moves by introducing `WeakVec`
github.com/gfx-rs/wgpu - teoxoy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - teoxoy opened this pull request 3 months ago
Avoid creating the bind group for indirect validation if buffer size is 0
github.com/gfx-rs/wgpu - teoxoy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - teoxoy opened this pull request 3 months ago
ADD metal namespace for uint4
github.com/gfx-rs/wgpu - xiaopengli89 opened this pull request 3 months ago
github.com/gfx-rs/wgpu - xiaopengli89 opened this pull request 3 months ago
macOS 10.13 compatibility issue
github.com/gfx-rs/wgpu - xiaopengli89 opened this issue 3 months ago
github.com/gfx-rs/wgpu - xiaopengli89 opened this issue 3 months ago
naga: Add support for textureQueryLevels to GLSL parser
github.com/gfx-rs/wgpu - magcius opened this pull request 3 months ago
github.com/gfx-rs/wgpu - magcius opened this pull request 3 months ago
Panic when indirect buffer is 0 sized
github.com/gfx-rs/wgpu - schell opened this issue 3 months ago
github.com/gfx-rs/wgpu - schell opened this issue 3 months ago
Wait for submissions to complete on `Queue` drop
github.com/gfx-rs/wgpu - teoxoy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - teoxoy opened this pull request 3 months ago
Remove required barrier for indirect dispatch safety check
github.com/gfx-rs/wgpu - teoxoy opened this issue 3 months ago
github.com/gfx-rs/wgpu - teoxoy opened this issue 3 months ago
build(deps): bump the patch-updates group with 12 updates
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
Upgrade to latest wgpu
github.com/gfx-rs/wgpu-native - eliemichel opened this pull request 3 months ago
github.com/gfx-rs/wgpu-native - eliemichel opened this pull request 3 months ago
`MaintainResult::panic_on_timeout()` doesn't seem to do anything
github.com/gfx-rs/wgpu - casey opened this issue 3 months ago
github.com/gfx-rs/wgpu - casey opened this issue 3 months ago
Vulkan timestamp queries can return 0 if resolved too soon
github.com/gfx-rs/wgpu - Dinnerbone opened this issue 3 months ago
github.com/gfx-rs/wgpu - Dinnerbone opened this issue 3 months ago
Android mising symbol at crash.
github.com/gfx-rs/wgpu-native - ygdrasil-io opened this issue 3 months ago
github.com/gfx-rs/wgpu-native - ygdrasil-io opened this issue 3 months ago
chore: note: `round_ties_even` is on stable, but not MSRV yet
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
trivial fix typo in docs: `create_bind_group -> create_bind_group_layout`
github.com/gfx-rs/wgpu - Bruce0203 opened this pull request 3 months ago
github.com/gfx-rs/wgpu - Bruce0203 opened this pull request 3 months ago
Remove redundant command buffer creation for empty resource transit
github.com/gfx-rs/wgpu - Snowapril opened this issue 3 months ago
github.com/gfx-rs/wgpu - Snowapril opened this issue 3 months ago
Converge dual-source blending with the WebGPU standard
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
refactor: fully qual. `size_of` usage
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
refactor: s/`once_cell::sync::OnceCell`/`std::sync::OnceLock` (as much as possible)
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
build(deps): bump crate-ci/typos from 1.24.6 to 1.26.0
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
chore: satisfy `unused_qualifications` (again)
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
WGSL does not force parentheses in equal-precedence operations in expressions
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
Naga SPIR-V backend assumes that let-bound indexes are bounds checked in validation
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
on_submitted_work_done / onSubmittedWorkDone is unimplemented on WebGPU
github.com/gfx-rs/wgpu - ArthurBrussee opened this issue 3 months ago
github.com/gfx-rs/wgpu - ArthurBrussee opened this issue 3 months ago
WGSL template arg. parsing should permit a single trailing comma
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
Naga doesn't recognize GLSL 'textureQueryLevels' function
github.com/gfx-rs/wgpu - aedm opened this issue 3 months ago
github.com/gfx-rs/wgpu - aedm opened this issue 3 months ago
Complete Timestamp Query feature implementation
github.com/gfx-rs/wgpu-native - zackgomez opened this pull request 3 months ago
github.com/gfx-rs/wgpu-native - zackgomez opened this pull request 3 months ago
expose SUBGROUP, SUBGROUP_VERTEX, SUBGROUP_BARRIER native features
github.com/gfx-rs/wgpu-native - zackgomez opened this pull request 3 months ago
github.com/gfx-rs/wgpu-native - zackgomez opened this pull request 3 months ago
implement `wgpuComputePassEncoderSetPushConstants`
github.com/gfx-rs/wgpu-native - zackgomez opened this pull request 3 months ago
github.com/gfx-rs/wgpu-native - zackgomez opened this pull request 3 months ago
Move more code into methods on wgpu-core objects
github.com/gfx-rs/wgpu - teoxoy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - teoxoy opened this pull request 3 months ago
[naga spv-out] Spill arrays and matrices for runtime indexing.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
[naga spv-out] Delete `BlockContext::is_intermediate`; use types.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
[naga spv-out] Simplify `Writer::get_pointer_id`.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
[naga spv-out] Expand LocalType to permit pointers to matrices.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
[naga/wgsl-out]: polyfill `inverse` function
github.com/gfx-rs/wgpu - chyyran opened this pull request 3 months ago
github.com/gfx-rs/wgpu - chyyran opened this pull request 3 months ago
[spv-in] sampling from depth textures returns a scalar and is splatted
github.com/gfx-rs/wgpu - schell opened this pull request 3 months ago
github.com/gfx-rs/wgpu - schell opened this pull request 3 months ago
[naga/wgsl-out] allow user-provided polyfills of `inverse` and `outer`
github.com/gfx-rs/wgpu - chyyran opened this pull request 3 months ago
github.com/gfx-rs/wgpu - chyyran opened this pull request 3 months ago
Document rationale for vendoring WebGPU bindings.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
[wgpu] Revert changes to vendored copy of web-sys from #6377.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
thread 'main' attempted to acquire a snatch lock recursively
github.com/gfx-rs/wgpu - hakolao opened this issue 3 months ago
github.com/gfx-rs/wgpu - hakolao opened this issue 3 months ago
fix(web)!: remove `maxInterStageShaderComponents` from vendored `web-sys`
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
Expose SPIRV_SHADER_PASSTHROUGH native feature.
github.com/gfx-rs/wgpu-native - MineBill opened this pull request 3 months ago
github.com/gfx-rs/wgpu-native - MineBill opened this pull request 3 months ago
Keep TOML fields alphabetized
github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request 3 months ago
github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request 3 months ago
build(deps): bump crate-ci/typos from 1.24.6 to 1.25.0
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
build(deps): bump the patch-updates group with 24 updates
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
include webgpu.yml on packaging
github.com/gfx-rs/wgpu-native - ygdrasil-io opened this pull request 3 months ago
github.com/gfx-rs/wgpu-native - ygdrasil-io opened this pull request 3 months ago
Uses of `PreHashedMap` are probably not sound
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
Read-only storage textures should be allowed without a feature
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
Missing default value in enums
github.com/gfx-rs/wgpu-native - menduz opened this issue 3 months ago
github.com/gfx-rs/wgpu-native - menduz opened this issue 3 months ago
Add utils for WebGPU support detection & Instance creation
github.com/gfx-rs/wgpu - Wumpf opened this pull request 3 months ago
github.com/gfx-rs/wgpu - Wumpf opened this pull request 3 months ago
Roll back once_cell to 1.19.0.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
refactor(ci): use more descriptive name for Rust formatting
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
Enforce fmt. of `*.{md,js,html,yml}` with prettier
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
test(ci): include `naga/xtask` in `cargo fmt` check
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
Enforce formatting of TOML with `taplo`
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
DO NOT MERGE: REBASE: feature: Parse enable directives & SHADER-F16 support
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
Error messages like "The type of [4] doesn't match the type stored in [5]" are meaningless.
github.com/gfx-rs/wgpu - magcius opened this issue 3 months ago
github.com/gfx-rs/wgpu - magcius opened this issue 3 months ago
[naga] Support dynamic indexing of by-value matrices
github.com/gfx-rs/wgpu - sagudev opened this pull request 3 months ago
github.com/gfx-rs/wgpu - 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
github.com/gfx-rs/wgpu - eliemichel opened this pull request 3 months ago
github.com/gfx-rs/wgpu - eliemichel opened this pull request 3 months ago
Maybe Naga IR should include unresolved identifiers and applications
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
[naga spv-out] Indexing arrays by value causes unnecessary copies
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
State change (draw call) overhead in `wgpu` is very high relative to vulkan
github.com/gfx-rs/wgpu - alice-i-cecile opened this issue 3 months ago
github.com/gfx-rs/wgpu - alice-i-cecile opened this issue 3 months ago
Remove redundant let binding
github.com/gfx-rs/wgpu - eliemichel opened this pull request 3 months ago
github.com/gfx-rs/wgpu - eliemichel opened this pull request 3 months ago
Program not running and just crashing.
github.com/gfx-rs/wgpu - jyash8 opened this issue 3 months ago
github.com/gfx-rs/wgpu - jyash8 opened this issue 3 months ago
[naga spv-out] Don't emit unreachable blocks that jump into loops.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
feat(wgsl-in): parse `diagnostic(…)` attributes on `fn`s
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
Add a skeleton for directives that reports nice errors
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
[naga spv-out] bounds-check runtime-sized array access correctly.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
WGSL: Support the `requires` directive
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this issue 3 months ago
Unbreak `rustfmt` in some places
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
Update `cfg_aliases` in order to fix unexpected cfg condition warnings
github.com/gfx-rs/wgpu - Wumpf opened this pull request 3 months ago
github.com/gfx-rs/wgpu - Wumpf opened this pull request 3 months ago
Unexpected `cfg` condition warnings for cfgs defined by `build.rs`
github.com/gfx-rs/wgpu - Resonanz opened this issue 3 months ago
github.com/gfx-rs/wgpu - Resonanz opened this issue 3 months ago
[naga spv-out] Internal doc fixes for `back::spv::index`.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
[naga spv-out] Bounds check generation could be cleaner and smarter
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
Add ShaderAtomic to MTLTextureUsage
github.com/gfx-rs/metal-rs - atlv24 opened this pull request 3 months ago
github.com/gfx-rs/metal-rs - atlv24 opened this pull request 3 months ago
SYNC-HAZARD-READ-AFTER-WRITE validation error (multithreaded, MoltenVK)
github.com/gfx-rs/wgpu - simonask opened this issue 3 months ago
github.com/gfx-rs/wgpu - simonask opened this issue 3 months ago
build(deps): bump the patch-updates group with 16 updates
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
github.com/gfx-rs/wgpu - 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
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 3 months ago
Fix unaligned slice::from_raw_parts in gles push contant handling.
github.com/gfx-rs/wgpu - Imberflur opened this pull request 3 months ago
github.com/gfx-rs/wgpu - Imberflur opened this pull request 3 months ago
add webgpu.yml on release
github.com/gfx-rs/wgpu-native - ygdrasil-io opened this issue 3 months ago
github.com/gfx-rs/wgpu-native - ygdrasil-io opened this issue 3 months ago
Artifact in rendering on specific hardware.
github.com/gfx-rs/wgpu - D3lta-2-1 opened this issue 3 months ago
github.com/gfx-rs/wgpu - D3lta-2-1 opened this issue 3 months ago
Update CHANGELOG with @sagudev contributions to naga
github.com/gfx-rs/wgpu - sagudev opened this pull request 3 months ago
github.com/gfx-rs/wgpu - sagudev opened this pull request 3 months ago
Very High CPU Usage with wgpu >= 0.20.0
github.com/gfx-rs/wgpu - myth0genesis opened this issue 3 months ago
github.com/gfx-rs/wgpu - myth0genesis opened this issue 3 months ago
Misc. refactors extracted from work on indirect dispatch safety
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 3 months ago
Fix incorrect function call
github.com/gfx-rs/wgpu-native - fyellin opened this pull request 3 months ago
github.com/gfx-rs/wgpu-native - fyellin opened this pull request 3 months ago
[naga spv-out] Consolidate explanation of global wrapping.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
Recommend `objc2-metal` instead of `metal`
github.com/gfx-rs/metal-rs - grovesNL opened this issue 3 months ago
github.com/gfx-rs/metal-rs - grovesNL opened this issue 3 months ago
[naga spv-out] Document and refactor `write_runtime_array_length`.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
[naga] Permit only structs as binding array elements.
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this pull request 3 months ago
Naga snapshot tests should not include binary files
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
github.com/gfx-rs/wgpu - jimblandy opened this issue 3 months ago
Support `Features::MULTI_DRAW_INDIRECT` on OpenGL
github.com/gfx-rs/wgpu - Astralchroma opened this issue 3 months ago
github.com/gfx-rs/wgpu - Astralchroma opened this issue 3 months ago