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
build(deps): bump the patch-updates group with 27 updates
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
fix wrong count buffer id
BlackStone1123 opened this pull request 4 months ago
BlackStone1123 opened this pull request 4 months ago
build(deps): bump crate-ci/typos from 1.24.1 to 1.24.3
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
WGSL: Support the `pointer_composite_access` language extension
rcoreilly opened this issue 4 months ago
rcoreilly opened this issue 4 months ago
Examples shouldn't use bytemuck to cast out of a get_mapped_range() BufferView
Oberdiah opened this issue 4 months ago
Oberdiah opened this issue 4 months ago
Refcount traffic due to lazy buffer initialization could be reduced
jimblandy opened this issue 4 months ago
jimblandy opened this issue 4 months ago
[naga wgsl-in] Proper singular generic in vec and matrix
sagudev opened this pull request 4 months ago
sagudev opened this pull request 4 months ago
[naga] Allow dynamic indexing of array
sagudev opened this pull request 4 months ago
sagudev opened this pull request 4 months ago
[naga wgsl] all swizzle components must be either color or dimension
sagudev opened this pull request 4 months ago
sagudev opened this pull request 4 months ago
[naga] Use checked_mul or leading_zeros to detect shl overflows
sagudev opened this pull request 4 months ago
sagudev opened this pull request 4 months ago
Expose conversions between TextureFormat and naga::StorageFormat
caelunshun opened this pull request 4 months ago
caelunshun opened this pull request 4 months ago
WGSL: xyzw and rgba are not allowed to apear in same swizzle
sagudev opened this issue 4 months ago
sagudev opened this issue 4 months ago
multi_draw_indirect_count set incorrect count buffer id.
BlackStone1123 opened this issue 4 months ago
BlackStone1123 opened this issue 4 months ago
feat(wgsl): add `first` and `either` sampling for `@interpolate(flat, …)`
ErichDonGubler opened this pull request 5 months ago
ErichDonGubler opened this pull request 5 months ago
Yet more preempting of Rust 1.80 lints
ErichDonGubler opened this pull request 5 months ago
ErichDonGubler opened this pull request 5 months ago
[wgpu-core] when mapping buffers for reading, mark buffers as initialized only when they have `MAP_WRITE` usage
teoxoy opened this pull request 5 months ago
teoxoy opened this pull request 5 months ago
Report overflow when shl overflows into sign bit
sagudev opened this issue 5 months ago
sagudev opened this issue 5 months ago
[wgpu-hal] #5956 `windows-rs` migration followups and cleanups
MarijnS95 opened this pull request 5 months ago
MarijnS95 opened this pull request 5 months ago
FIFO not working with Metal backend
RobinWragg opened this issue 5 months ago
RobinWragg opened this issue 5 months ago
Add `VideoFrame` to `ExternalImageSource` enum
jprochazk opened this pull request 5 months ago
jprochazk opened this pull request 5 months ago
`Device::as_hal` crashes after ID removal in #6134
ErichDonGubler opened this issue 5 months ago
ErichDonGubler opened this issue 5 months ago
Fix missing word in comment
mfluehr opened this pull request 5 months ago
mfluehr opened this pull request 5 months ago
Add `ExternalImageSource::VideoFrame`
jprochazk opened this issue 5 months ago
jprochazk opened this issue 5 months ago
webgl fallback fails in some browsers.
rukai opened this issue 5 months ago
rukai opened this issue 5 months ago
Option::unwrap in wgpu_hal on nixos
VoreckLukas opened this issue 5 months ago
VoreckLukas opened this issue 5 months ago
[wgpu-hal] Change the `DropGuard` API in Vulkan and GLES to a callback-based one.
jerzywilczek opened this pull request 5 months ago
jerzywilczek opened this pull request 5 months ago
Cannot create a texture 3D with X,Y dimension > 256 whereas webgl2 indicates a max_texture_dimension of 2048 in X,Y
bmatthieu3 opened this issue 5 months ago
bmatthieu3 opened this issue 5 months ago
DX12 backend no longer works after #5956
xiaopengli89 opened this issue 5 months ago
xiaopengli89 opened this issue 5 months ago
Vulkan: create texture from d3d11 shared handle
xiaopengli89 opened this pull request 5 months ago
xiaopengli89 opened this pull request 5 months ago
build(deps): bump crate-ci/typos from 1.23.6 to 1.24.1
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
Panic at unreachable
edwloef opened this issue 5 months ago
edwloef opened this issue 5 months ago
Currently, it seems that `wgpu` doesn't have a function to not enlarge/reduce the contents when resizing the window.
rustbasic opened this issue 5 months ago
rustbasic opened this issue 5 months ago
Fix repo URL of `d3d12` crate
LastExceed opened this pull request 5 months ago
LastExceed opened this pull request 5 months ago
[naga wgsl] Implement local `const` declarations
sagudev opened this pull request 5 months ago
sagudev opened this pull request 5 months ago
Why is the initialization so slow?
mrjbom opened this issue 5 months ago
mrjbom opened this issue 5 months ago
The repository URL of the `d3d12` crate on crates.io is 404
LastExceed opened this issue 5 months ago
LastExceed opened this issue 5 months ago
Vec4 cross product does not check types and crashes the program
AlphaNow37 opened this issue 5 months ago
AlphaNow37 opened this issue 5 months ago
[wgpu-hal] Allow importing external WGL contexts as with EGL
MarijnS95 opened this pull request 5 months ago
MarijnS95 opened this pull request 5 months ago
`wgpu_hal::gles` backend doesn't apply bounds checks to array references
jimblandy opened this issue 5 months ago
jimblandy opened this issue 5 months ago
[wgpu-hal] Upgrade `glutin` to `0.31`
MarijnS95 opened this pull request 5 months ago
MarijnS95 opened this pull request 5 months ago
hal: cargo feature to allow using `VK_GOOGLE_display_timing` unsafely
DJMcNab opened this pull request 5 months ago
DJMcNab opened this pull request 5 months ago
WGSL: Implement `diagnostic(…);` directives and `derivative_uniformity` triggering rule
ErichDonGubler opened this pull request 5 months ago
ErichDonGubler opened this pull request 5 months ago
Preempt `unused_qualifications` lints triggered in Rust 1.80
ErichDonGubler opened this pull request 5 months ago
ErichDonGubler opened this pull request 5 months ago
Reduce size of parse error
kornelski opened this pull request 5 months ago
kornelski opened this pull request 5 months ago
`CommandEncoder::finish` sometimes panics unexpectedly when `ComputePass` is not explicitly dropped beforehand
melvdlin opened this issue 5 months ago
melvdlin opened this issue 5 months ago
Further error handling improvements
kornelski opened this pull request 5 months ago
kornelski opened this pull request 5 months ago
DX12: Memory leaks with intel gpu & 30+ driver
xiaopengli89 opened this issue 5 months ago
xiaopengli89 opened this issue 5 months ago
[wgpu-hal][Vulkan] Possibly changing the difference in behavior of `drop_guard` between `Instance::from_raw` and `Device::texture_from_raw`
jerzywilczek opened this issue 5 months ago
jerzywilczek opened this issue 5 months ago
Restore CI checks for `--doc-private-items`.
jimblandy opened this issue 5 months ago
jimblandy opened this issue 5 months ago
Use the repo's MSRV for building docs.
jimblandy opened this pull request 5 months ago
jimblandy opened this pull request 5 months ago
`DOCS_RUST_VERSION` is no longer needed
jimblandy opened this issue 5 months ago
jimblandy opened this issue 5 months ago
Draft: dealing with data too large for a single buffer
alphastrata opened this pull request 5 months ago
alphastrata opened this pull request 5 months ago
`wgpu_hal` tries to call `glFlushMappedBufferRange` on buffer without setting `GL_MAP_FLUSH_EXPLICIT_BIT`
jimblandy opened this issue 5 months ago
jimblandy opened this issue 5 months ago
Make `wgpu_test::valid` print errors it detects.
jimblandy opened this pull request 5 months ago
jimblandy opened this pull request 5 months ago
build(deps): bump the patch-updates group across 1 directory with 27 updates
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
Remove IDs from wgpu traits
teoxoy opened this pull request 5 months ago
teoxoy opened this pull request 5 months ago
BindGroupLayout[Id(0,1,mtl)] does not exist (recreating the same wgpu::Device)
CGessinger opened this issue 5 months ago
CGessinger opened this issue 5 months ago
Expose the translation units and parsers for naga frontends
ncthbrt opened this issue 5 months ago
ncthbrt opened this issue 5 months ago
Unable to pass a pointer to a struct field as a function argument
kvark opened this issue 5 months ago
kvark opened this issue 5 months ago
Sometimes cannot create compute pipeline
GopherJ opened this issue 5 months ago
GopherJ opened this issue 5 months ago
NotSupported(NotSupportedError) when attempting to run example
RedPlayer1 opened this issue 5 months ago
RedPlayer1 opened this issue 5 months ago
build(deps): bump the patch-updates group with 25 updates
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
Reduce code size of error handling
kornelski opened this pull request 5 months ago
kornelski opened this pull request 5 months ago
chore: #[must_use] annotations on getters
kornelski opened this pull request 5 months ago
kornelski opened this pull request 5 months ago
0u64 has been mutated to a wierd value after transferring to webgpu then copy back (Webassembly only)
GopherJ opened this issue 5 months ago
GopherJ opened this issue 5 months ago
Fix hlsl image type conversion
atlv24 opened this pull request 5 months ago
atlv24 opened this pull request 5 months ago
Support `first` and `either` sampling in `@interpolate(flat, …)`
ErichDonGubler opened this issue 5 months ago
ErichDonGubler opened this issue 5 months ago
refactor(web): satisfy `unused_qualifications`
ErichDonGubler opened this pull request 5 months ago
ErichDonGubler opened this pull request 5 months ago
Remove `allow(trivial_casts)`
ErichDonGubler opened this pull request 5 months ago
ErichDonGubler opened this pull request 5 months ago
Make Vulkan error handling more robust
teoxoy opened this pull request 5 months ago
teoxoy opened this pull request 5 months ago
Fixed spelling mistake in URL of d3d12
codefionn opened this pull request 5 months ago
codefionn opened this pull request 5 months ago
Make context current when dropping `glow::Context` to allow for debug callback cleanup
Imberflur opened this pull request 5 months ago
Imberflur opened this pull request 5 months ago
BufferAsyncError in webassembly (Linux only)
GopherJ opened this issue 5 months ago
GopherJ opened this issue 5 months ago
Took more than 10minutes to create compute pipeline on Linux
GopherJ opened this issue 5 months ago
GopherJ opened this issue 5 months ago
`Rg11b10Float` -> `Rg11b10UFloat` and deduplicate entries in `TEXTURE_FORMAT_LIST`
sagudev opened this pull request 5 months ago
sagudev opened this pull request 5 months ago
[metal] Improve layer initialization and resizing
madsmtm opened this pull request 5 months ago
madsmtm opened this pull request 5 months ago
Enable `clippy::tests_outside_test_module` lint
Wumpf opened this issue 5 months ago
Wumpf opened this issue 5 months ago
Raise MSRV to Rust 1.80
ErichDonGubler opened this pull request 5 months ago
ErichDonGubler opened this pull request 5 months ago
Satisfy Rust 1.77 lints
ErichDonGubler opened this pull request 5 months ago
ErichDonGubler opened this pull request 5 months ago
Resolve lints in versions _newer_ than Rust 1.76 while still in Rust 1.76
ErichDonGubler opened this pull request 5 months ago
ErichDonGubler opened this pull request 5 months ago
build(deps): bump the patch-updates group with 13 updates
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
Mip level support with Metal not working?
trbabb opened this issue 5 months ago
trbabb opened this issue 5 months ago
Degenerification part 3/3: remove `gfx_select`, remove compute/render pass indirections
Wumpf opened this pull request 5 months ago
Wumpf opened this pull request 5 months ago
Degenerification part 2/3: Removal of lifetimes from `wgpu-core`
Wumpf opened this pull request 5 months ago
Wumpf opened this pull request 5 months ago
Degenerification part 1/3: `wgpu-hal` `DynDevice` & friends
Wumpf opened this pull request 5 months ago
Wumpf opened this pull request 5 months ago
regression: compute example doesn't work on wayland
sigmaSd opened this issue 5 months ago
sigmaSd opened this issue 5 months ago
Memory write concurrency guarantees
trbabb opened this issue 5 months ago
trbabb opened this issue 5 months ago
get_bind_group_layout fails when layout is auto
sagudev opened this issue 5 months ago
sagudev opened this issue 5 months ago
Add a separate pipeline constants error
teoxoy opened this pull request 5 months ago
teoxoy opened this pull request 5 months ago
Maximum dynamic offset limit is incorrect per the spec
trbabb opened this issue 5 months ago
trbabb opened this issue 5 months ago
Use `ManuallyDrop` in remaining places
teoxoy opened this pull request 5 months ago
teoxoy opened this pull request 5 months ago
Change remaining device methods to return `Arc`ed resources
teoxoy opened this pull request 5 months ago
teoxoy opened this pull request 5 months ago
Introduce `ExternalStagingBuffer` for staging buffer uses outside of `wgpu-core`
teoxoy opened this pull request 5 months ago
teoxoy opened this pull request 5 months ago
[wgpu-core] Call `flush_mapped_ranges` when unmapping write-mapped buffers
teoxoy opened this pull request 5 months ago
teoxoy opened this pull request 5 months ago
[wgpu-core] Remove tracking data from resources that are not tracked
teoxoy opened this pull request 5 months ago
teoxoy opened this pull request 5 months ago
f64 calculation wrong
Jianqoq opened this issue 5 months ago
Jianqoq opened this issue 5 months ago
Using `@builtin(sample_mask)` in a fragment shader with OpenGL panics due to a naga translation error
RedMindZ opened this issue 5 months ago
RedMindZ opened this issue 5 months ago
In OpenGL backend, attempting to render to a multisampled texture with the usages `RENDER_ATTACHMENT | TEXTURE_BINDING` fails
RedMindZ opened this issue 5 months ago
RedMindZ opened this issue 5 months ago
Setting a pipeline-overridable shader constant to `f64::INFINITY` results in a crash on certain platforms
polina4096 opened this issue 5 months ago
polina4096 opened this issue 5 months ago
can't compile compute shader
Jianqoq opened this issue 5 months ago
Jianqoq opened this issue 5 months ago