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

Allow checking type of wgpu::Instance's context

github.com/gfx-rs/wgpu - Wumpf opened this issue about 1 year ago
Avoid leaking submitted command encoders

github.com/gfx-rs/wgpu - nical opened this pull request about 1 year ago
Add Fractl to the showcase

github.com/gfx-rs/wgpu-rs.github.io - Shapur1234 opened this pull request about 1 year ago
Improve backend specific configuration options

github.com/gfx-rs/wgpu - Wumpf opened this issue about 1 year ago
[d3d12] Avoid panic on instance drop

github.com/gfx-rs/wgpu - hakolao opened this pull request about 1 year ago
Differentiate between device loss caused by error/drop

github.com/gfx-rs/wgpu - nical opened this pull request about 1 year ago
Snatch texture views of destroyed textures

github.com/gfx-rs/wgpu - nical opened this pull request about 1 year ago
workaround queue references on single QueueId

github.com/gfx-rs/wgpu-native - rajveermalviya opened this pull request about 1 year ago
Join threads in `MULTITHREADED_COMPUTE` example.

github.com/gfx-rs/wgpu - jimblandy opened this pull request about 1 year ago
Allow infinite floating point literals in Naga

github.com/gfx-rs/wgpu - pema99 opened this issue about 1 year ago
Remove the lock around TextureView::parent

github.com/gfx-rs/wgpu - nical opened this pull request about 1 year ago
d3d12: Propagate errors when closing command lists

github.com/gfx-rs/wgpu - nical opened this pull request about 1 year ago
Make wgpu-core less generic (brainstorm)

github.com/gfx-rs/wgpu - nical opened this issue about 1 year ago
Support for I64 and I64 image atomics

github.com/gfx-rs/wgpu - JMS55 opened this pull request about 1 year ago
Remove IDs and Registries

github.com/gfx-rs/wgpu - nical opened this issue about 1 year ago
Avoid a clone when creating a Glsl shader

github.com/gfx-rs/wgpu - a1phyr opened this pull request about 1 year ago
Update wgpu-core to v0.19.1

github.com/gfx-rs/wgpu-native - rajveermalviya opened this pull request about 1 year ago
build(deps): bump rayon-core from 1.12.0 to 1.12.1

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump regex-automata from 0.4.3 to 0.4.4

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

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 year ago
Release 0.19.1

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 year ago
memory leak regression from 0.18 to 0.19

github.com/gfx-rs/wgpu - wez opened this issue about 1 year ago
Wasm32 build missing web_sys::Gpu*

github.com/gfx-rs/wgpu - rongcuid opened this issue about 1 year ago
Simplify examples

github.com/gfx-rs/wgpu-native - rajveermalviya opened this pull request about 1 year ago
Increase the consistency of identifiers in wgpu-core

github.com/gfx-rs/wgpu - udoprog opened this pull request about 1 year ago
Error on missing web_sys_unstable_apis

github.com/gfx-rs/wgpu - rukai opened this pull request about 1 year ago
Texture Binding Array not Validated Against Flag

github.com/gfx-rs/wgpu - rubengrim opened this issue about 1 year ago
Impl. const. eval. for "first bit" numeric built-ins

github.com/gfx-rs/wgpu - ErichDonGubler opened this pull request about 1 year ago
[d3d12] use plane 1 for stencil only views

github.com/gfx-rs/wgpu - teoxoy opened this pull request about 1 year ago
update wgpu-core to v0.19

github.com/gfx-rs/wgpu-native - rajveermalviya opened this pull request about 1 year ago
`webgpu` feature fails to compile

github.com/gfx-rs/wgpu - rukai opened this issue about 1 year ago
Apparent memory leak

github.com/gfx-rs/wgpu-native - shadowndacorner opened this issue about 1 year ago
DX12 wrong swap-chain buffer reference error

github.com/gfx-rs/wgpu - valaphee opened this issue about 1 year ago
Crash with ruining examples on debug mode

github.com/gfx-rs/wgpu - poweron0102 opened this issue about 1 year ago
Intermittent crashes in Vulkan tests on Linux

github.com/gfx-rs/wgpu - jimblandy opened this issue about 1 year ago
Update glow to 0.13.1

github.com/gfx-rs/wgpu - grovesNL opened this pull request about 1 year ago
Release 0.19

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 year ago
Eagerly destroy texture views and bind groups

github.com/gfx-rs/wgpu - nical opened this issue about 1 year ago
polish changelog for upcoming release

github.com/gfx-rs/wgpu - Wumpf opened this pull request about 1 year ago
Remove many uses of Option<T> and unwraps

github.com/gfx-rs/wgpu - udoprog opened this pull request about 1 year ago
Introduce error helpers in wgpu-core

github.com/gfx-rs/wgpu - udoprog opened this pull request about 1 year ago
Metal `half` name reserved

github.com/gfx-rs/wgpu - BenjaminSchaaf opened this issue about 1 year ago
Make error plumbing less public in `wgpu-core`

github.com/gfx-rs/wgpu - udoprog opened this issue about 1 year ago
CI: Collect basic checks in one place and add concurrency

github.com/gfx-rs/wgpu - udoprog opened this pull request about 1 year ago
avoid returning null strings

github.com/gfx-rs/wgpu-native - rajveermalviya opened this pull request about 1 year ago
Improve ergonomics of gfx_select!

github.com/gfx-rs/wgpu - udoprog opened this pull request about 1 year ago
Improve test feedback and implementation

github.com/gfx-rs/wgpu - udoprog opened this pull request about 1 year ago
Incorrect looping in shader on metal

github.com/gfx-rs/wgpu - pieper opened this issue about 1 year ago
naga bugreport in bevy 0.12.1 mobile example

github.com/gfx-rs/wgpu - fr-an-k opened this issue about 1 year ago
Re-export public dependencies

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 year ago
Bump wasm-bindgen from 0.2.89 to 0.2.90

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 year ago
Bump the patch-updates group with 12 updates

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 year ago
Bump Swatinem/rust-cache from 2.7.1 to 2.7.3

github.com/gfx-rs/wgpu - dependabot[bot] opened this pull request about 1 year ago
Dimension X value 4480 exceeds the limit of 4096

github.com/gfx-rs/wgpu - miketwenty1 opened this issue about 1 year ago
Staged CI

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 year ago
Add `cfg_aliases` to `wgpu-core` and `wgpu-hal`

github.com/gfx-rs/wgpu - daxpedda opened this pull request about 1 year ago
Re-Export All Public Dependencies

github.com/gfx-rs/wgpu - cwfitzgerald opened this issue about 1 year ago
Convert Tests to Use Async Poll

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 year ago
Fix DX12 Wait with Timeout

github.com/gfx-rs/wgpu - cwfitzgerald opened this pull request about 1 year ago
Add Proper Timeouts to CI/nextest

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