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

Fix Test Failure on AMD GL

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request 26 days ago
Add Bind Group Creation Benchmark

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request 26 days ago
WebGPU requires timestamps in nanoseconds

github.com/gfx-rs/wgpu - Draradech opened this issue 27 days ago
[core] Support optional ops in PassChannel

github.com/gfx-rs/wgpu - sagudev opened this pull request 27 days ago
Fix a couple typos

github.com/gfx-rs/wgpu - atlv24 opened this pull request 28 days ago
chore: satisfy `clippy::unused_qualification`

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 28 days ago
[v23] Rt constants backport

github.com/gfx-rs/wgpu - kvark opened this pull request 28 days ago
chore: satisfy `clippy::unnecessary_map_or`

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 28 days ago
Renumber bitflags sort

github.com/gfx-rs/wgpu - atlv24 opened this pull request 28 days ago
Update Some Repository Documentation

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request 28 days ago
Image atomics support

github.com/gfx-rs/wgpu - atlv24 opened this pull request 28 days ago
Add CoC and Reference to wgpu Meetings

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request 28 days ago
Inline PassChannel into ColorAttachment

github.com/gfx-rs/wgpu - sagudev opened this pull request 28 days ago
Replace Range<T> with StateTransition<T>

github.com/gfx-rs/wgpu - atlv24 opened this pull request 29 days ago
Clean up `guaranteed_format_features`

github.com/gfx-rs/wgpu - atlv24 opened this pull request 29 days ago
Release naga-23.1

github.com/gfx-rs/wgpu - kvark opened this issue 30 days ago
[spv-in] Support atomics in fields of global structs

github.com/gfx-rs/wgpu - schell opened this pull request about 1 month ago
chore: [spv-in] atomics snapshot tests

github.com/gfx-rs/wgpu - schell opened this pull request about 1 month ago
Remove `BufferUses::STORAGE_WRITE_ONLY`

github.com/gfx-rs/wgpu - teoxoy opened this pull request about 1 month ago
[trackers] move common logic into `TextureStateSet`

github.com/gfx-rs/wgpu - teoxoy opened this pull request about 1 month ago
complile faild

github.com/gfx-rs/wgpu - KKW557 opened this issue about 1 month ago
chore(deps): bump the patch-updates group with 9 updates

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 month ago
chore(deps): bump crate-ci/typos from 1.28.1 to 1.28.2

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 month ago
chore(deps): bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 month ago
[naga spv-in] Let `BlockContext` hold a `&mut Module`.

github.com/gfx-rs/wgpu - jimblandy opened this pull request about 1 month ago
Fix dropping Device if not using indirect validation

github.com/gfx-rs/wgpu - Dinnerbone opened this pull request about 1 month ago
docs: remove last paragraph from `CommandBuffer::data`

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request about 1 month ago
Transition resources

github.com/gfx-rs/wgpu - JMS55 opened this pull request about 1 month ago
Outdated comment

github.com/gfx-rs/wgpu - JMS55 opened this issue about 1 month ago
Remove stale references to `d3d12` bindings wrapper crate

github.com/gfx-rs/wgpu - MarijnS95 opened this pull request about 1 month ago
CONTRIBUTING.md: Clarify meaning of `assigned` field on PRs.

github.com/gfx-rs/wgpu - jimblandy opened this pull request about 1 month ago
fix doc string for `SurfaceConfiguration::usage`

github.com/gfx-rs/wgpu - Wumpf opened this pull request about 1 month ago
Implement Clone on Api Types and Arc Dispatcher

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 month ago
Update Deps

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 month ago
Make Force Loop Bounding Optional

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 month ago
Improve Snapshot Test Configuration Deserialization

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 month ago
chore(deps): bump the patch-updates group with 8 updates

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 month ago
WIP: Support extern context impl

github.com/gfx-rs/wgpu - sagudev opened this pull request about 1 month ago
meta: add `CONTRIBUTING.md`

github.com/gfx-rs/wgpu - jimblandy opened this pull request about 1 month ago
Link Error with `static-dxc`

github.com/gfx-rs/wgpu - cwfitzgerald opened this issue about 1 month ago
Override-expressions for Fixed Size Arrays

github.com/gfx-rs/wgpu - kentslaney opened this pull request about 1 month ago
Amend unknown bitflag contain check

github.com/gfx-rs/wgpu - atlv24 opened this pull request about 1 month ago
create_validator unusuable in webgpu builds

github.com/gfx-rs/wgpu - atlv24 opened this issue about 1 month ago
Add minor ray tracing tests

github.com/gfx-rs/wgpu - Vecvec opened this pull request about 1 month ago
Move TextureViewDescriptor to wgpu-types

github.com/gfx-rs/wgpu - atlv24 opened this pull request about 1 month ago
Move SamplerDescriptor to wgpu-types

github.com/gfx-rs/wgpu - atlv24 opened this pull request about 1 month ago
Move TextureDataOrder to wgpu-types

github.com/gfx-rs/wgpu - atlv24 opened this pull request about 1 month ago
Apple m4 chips Sampling issue

github.com/gfx-rs/wgpu - QuantizedPixel opened this issue about 1 month ago
[core] Ray tracing is missing some minor test coverage

github.com/gfx-rs/wgpu - jimblandy opened this issue about 1 month ago
Why `Range<BufferUses>`

github.com/gfx-rs/wgpu - atlv24 opened this issue about 1 month ago
clean up bitflag serde

github.com/gfx-rs/wgpu - atlv24 opened this pull request about 1 month ago
Avoid using FXC as fallback

github.com/gfx-rs/wgpu - teoxoy opened this pull request about 1 month ago
Align Storage Access enums to spec

github.com/gfx-rs/wgpu - atlv24 opened this pull request about 1 month ago
chore: update webgpu_sys to draft 2024-11-22

github.com/gfx-rs/wgpu - nolanderc opened this pull request about 1 month ago
chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 month ago
chore(deps): bump crate-ci/typos from 1.27.3 to 1.28.1

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 month ago
Add Pipeline Overrides for `workgroup_size`

github.com/gfx-rs/wgpu - kentslaney opened this pull request about 1 month ago
Black screen until resize starting in wgpu 23

github.com/gfx-rs/wgpu - LPGhatguy opened this issue about 1 month ago
[naga wgsl-in] Remove support for `-> void` return type syntax.

github.com/gfx-rs/wgpu - jimblandy opened this pull request about 1 month ago
[naga spv-in] OpImageWrite allows input other than Vector4.

github.com/gfx-rs/wgpu - ReinaS-64892 opened this pull request about 1 month ago
[naga] Leave `Module` as the last thing in `naga/src/lib.rs`.

github.com/gfx-rs/wgpu - jimblandy opened this pull request about 1 month ago
[core] Simplify some buffer tracker utility methods

github.com/gfx-rs/wgpu - jimblandy opened this pull request about 1 month ago
[core] Submission doesn't check for destroyed textures

github.com/gfx-rs/wgpu - jimblandy opened this issue about 1 month ago
[wgpu-core] simplify callbacks

github.com/gfx-rs/wgpu - teoxoy opened this pull request about 1 month ago