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

Convert some module doc comments

github.com/gfx-rs/wgpu - waywardmonkeys opened this pull request 6 months ago
Split `wgpu` Crate into Modules

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request 6 months ago
wgpu-types: Use explicit feature for `serde`

github.com/gfx-rs/wgpu - waywardmonkeys opened this pull request 6 months ago
Make some errors serializable

github.com/gfx-rs/wgpu - sagudev opened this pull request 6 months ago
`cargo clippy` fails on call into `profiling`

github.com/gfx-rs/wgpu - torokati44 opened this issue 6 months ago
wgpu-core docs fail to build.

github.com/gfx-rs/wgpu - andriyDev opened this issue 6 months ago
Fix profiling with tracy.

github.com/gfx-rs/wgpu - waywardmonkeys opened this pull request 6 months ago
Fix Codecov Timeout Issues

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request 6 months ago
Expose GPU allocation reports

github.com/gfx-rs/wgpu - nical opened this pull request 6 months ago
Update gpu-allocator dependency to 0.27

github.com/gfx-rs/wgpu - nical opened this pull request 6 months ago
Add missing same device checks

github.com/gfx-rs/wgpu - teoxoy opened this pull request 6 months ago
Add a few missing changelog entries

github.com/gfx-rs/wgpu - teoxoy opened this pull request 6 months ago
22.0.0 release

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 6 months ago
Remove latest_submission_index

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request 6 months ago
[wgpu] remove `trace` feature temporarily

github.com/gfx-rs/wgpu - teoxoy opened this pull request 6 months ago
[example] add instructions to halmark

github.com/gfx-rs/wgpu - teoxoy opened this pull request 6 months ago
docs(CHANGELOG): backport 0.19.5 entries

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 7 months ago
[test] remove molten vk failure

github.com/gfx-rs/wgpu - teoxoy opened this pull request 7 months ago
v0.19.5

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 7 months ago
v0.20.2 not available in crates.io

github.com/gfx-rs/wgpu - psvri opened this issue 7 months ago
build(deps): bump the patch-updates group with 6 updates

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 7 months ago
build(deps): bump crate-ci/typos from 1.23.1 to 1.23.2

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 7 months ago
[wgpu-hal] Migrate d3d12 backend over to `windows-rs`

github.com/gfx-rs/wgpu - MarijnS95 opened this pull request 7 months ago
sampler: Add missing `gpu_resource_id()` getter

github.com/gfx-rs/metal-rs - MarijnS95 opened this pull request 7 months ago
Atomic64 fixes

github.com/gfx-rs/wgpu - JMS55 opened this pull request 7 months ago
[d3d12] Drop resource before free suballocation

github.com/gfx-rs/wgpu - xiaopengli89 opened this pull request 7 months ago
wgc: Use explicit feature for `raw-window-handle`

github.com/gfx-rs/wgpu - waywardmonkeys opened this pull request 7 months ago
Use `derive` feature on `serde` rather than `serde_derive`

github.com/gfx-rs/wgpu - waywardmonkeys opened this pull request 7 months ago
Buffer leaks

github.com/gfx-rs/wgpu - xiaopengli89 opened this issue 7 months ago
naga: Fix reference to `serde` feature.

github.com/gfx-rs/wgpu - waywardmonkeys opened this pull request 7 months ago
Changelog cleanup round

github.com/gfx-rs/wgpu - Wumpf opened this pull request 7 months ago
clippy: Fix `doc_lazy_continuation` lints

github.com/gfx-rs/wgpu - waywardmonkeys opened this pull request 7 months ago
[wgpu-core] fix `.zip()` usages

github.com/gfx-rs/wgpu - teoxoy opened this pull request 7 months ago
[xtask test] Implement `--nocapture` flag.

github.com/gfx-rs/wgpu - jimblandy opened this pull request 7 months ago
Expose adapter driver version for DX12 backend

github.com/gfx-rs/wgpu - xiaopengli89 opened this pull request 7 months ago
Version 0.29.0

github.com/gfx-rs/metal-rs - nical opened this pull request 7 months ago
build(deps): bump rustc-hash from 1.1.0 to 2.0.0

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 7 months ago
build(deps): bump the patch-updates group with 17 updates

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 7 months ago
build(deps): bump crate-ci/typos from 1.22.9 to 1.23.1

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request 7 months ago
Validating sample count based on texture features

github.com/gfx-rs/wgpu - andristarr opened this pull request 7 months ago
refactor!: suppress `dead_code` in `wgpu::util::DownloadBuffer`

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 7 months ago
refactor: satisfy `missing_docs,clippy::empty_docs`

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 7 months ago
WIP: refactor(types)!: `SampleCount` newtype

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 7 months ago
chore: satisfy `clippy::manual_unwrap_or_default`

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 7 months ago
chore(clippy): satisfy `unused_qualifications`

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 7 months ago
test: fix `wgpu-test` building by itself

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 7 months ago
refactor: use built-in `{integer}::power_of_two` methods

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request 7 months ago
Initial Support for DRM interface in vulkan backend

github.com/gfx-rs/wgpu - morr0ne opened this pull request 7 months ago
[example hello] Use `println!`, not `log::info!`.

github.com/gfx-rs/wgpu - jimblandy opened this pull request 7 months ago
regression: Incompatible color attachments

github.com/gfx-rs/wgpu - sagudev opened this issue 7 months ago
Remove more internal uses of IDs #5

github.com/gfx-rs/wgpu - teoxoy opened this pull request 7 months ago