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

[glsl-in] naga panic: index out of bound in swizzle expression

Vipitis opened this issue about 1 year ago
Downgrade resource lifetime management log level to trace.

nical opened this pull request about 1 year ago
Downgrade some of wgpu_core's logging level from info to trace and debug

nical opened this pull request about 1 year ago
Conditionally lift API logging from trace to info level

nical opened this pull request about 1 year ago
remove lifetimes on renderpass

swiftcoder opened this pull request about 1 year ago
write_texture with js_sys::ArrayBuffer

zeroexcuses opened this issue about 1 year ago
[spv-out] decorate non-uniform image/sampler access chains

teoxoy opened this pull request about 1 year ago
Revamp Examples to Match Website

cwfitzgerald opened this pull request about 1 year ago
Implement `GPURenderPassColorAttachment.depthSlice`

kpreid opened this issue about 1 year ago
Naga translated SpirV shader cannot be passed through

eadwu opened this issue about 1 year ago
[naga] Make the `example_wgsl` test build without `wgsl-in` feature.

jimblandy opened this pull request about 1 year ago
Add feature float32-filterable

almarklein opened this pull request about 1 year ago
[vk] remove (old) unused blocklist for dual source blending

teoxoy opened this pull request about 1 year ago
Move to A Single Example Executable

cwfitzgerald opened this pull request about 1 year ago
[naga wgsl-in] Automatic conversions for `var` initializers.

jimblandy opened this pull request about 1 year ago
wgpu-hal(vk): Add WGPU_ALLOW_NONCOMPLIANT_ADAPTER

i509VCB opened this pull request about 1 year ago
Fix Mac Event Loop

cwfitzgerald opened this pull request about 1 year ago
Logging cleanups in device/global.rs

nical opened this pull request about 1 year ago
OpenGL fails to initialize on Nvidia Linux

krakow10 opened this issue about 1 year ago
Always return line of error in WGSL

Norlock opened this issue about 1 year ago
Allow Tests to Expect Certain Panic or Validation Messages

cwfitzgerald opened this pull request about 1 year ago
[naga wgsl-in] Experimental 64-bit floating-point literals.

jimblandy opened this pull request about 1 year ago
Skip Flaky Test

cwfitzgerald opened this pull request about 1 year ago
[naga wgsl-in] Test hex float suffix handling corner case.

jimblandy opened this pull request about 1 year ago
Ensure DeviceLostClosureC callbacks have null-terminated message strings

bradwerth opened this pull request about 1 year ago
[naga]: Make snapshot tests include paths in errors.

jimblandy opened this pull request about 1 year ago
[naga] Fix type error in test.

jimblandy opened this pull request about 1 year ago
CI Flakes on VK discarding_either_depth_or_stencil_aspect_test

cwfitzgerald opened this issue about 1 year ago
Revert changes to `zero_init_texture_after_discard`

teoxoy opened this pull request about 1 year ago
The bind group in `set_bind_group` should be optional

nical opened this issue about 1 year ago
Make the command_encoder_clear_buffer's size an Option<BufferAddress>

nical opened this pull request about 1 year ago
Bump serde from 1.0.192 to 1.0.193

dependabot[bot] opened this pull request about 1 year ago
[naga]: Let `TypeInner::Matrix` hold a `Scalar`, not just a width.

jimblandy opened this pull request about 1 year ago
[naga] Make compaction preserve named types, even if unused.

jimblandy opened this pull request about 1 year ago
[naga wgsl-in] Preserve type names in `alias` declarations.

jimblandy opened this pull request about 1 year ago
Metal Autosync Doesn't Barrier Vertex Shader Write -> Copy Source Hazards

cwfitzgerald opened this issue about 1 year ago
add pipeline constants plumbing

teoxoy opened this pull request about 1 year ago
Remove expected failure on AMD/DX12 from msaa example

teoxoy opened this pull request about 1 year ago
Re-enable zero-init-workgroup-memory test

cwfitzgerald opened this pull request about 1 year ago
Make vec4f accept int parameter

beaufortfrancois opened this issue about 1 year ago
Fix Javascript exception on repeated `BufferSlice::get_mapped_range` calls

DouglasDwyer opened this pull request about 1 year ago
Corrects typo in examples FrameCounter

cantudo opened this pull request about 1 year ago
Typo in FrameCounter from examples

cantudo opened this issue about 1 year ago
Test And Normalize Vertex Behavior on All Backends

cwfitzgerald opened this pull request about 1 year ago
Implement base instance in shaders on GL

cwfitzgerald opened this pull request about 1 year ago
Mesh Shaders

lylythechosenone opened this issue about 1 year ago
[naga] Let constant evaluation of `As` preserve `Splat` expressions.

jimblandy opened this pull request about 1 year ago
[vk] check that adapters are Vulkan compliant

teoxoy opened this pull request about 1 year ago
[naga]: Removed unused arg to `TypeInner::size`.

jimblandy opened this pull request about 1 year ago
Add non-nullable type state `d3d12::ComPtr`

ErichDonGubler opened this pull request about 1 year ago
Mask Off Haswell Devices on Vulkan

cwfitzgerald opened this issue about 1 year ago
[naga wgsl-in] Include base when printing pointer and array types.

jimblandy opened this pull request about 1 year ago
Fix typo in pull request template.

jimblandy opened this pull request about 1 year ago
[naga] Add `Literal::I64`, for signed 64-bit integer literals.

jimblandy opened this pull request about 1 year ago
WGSL front end doesn't report unclosed block comments

jimblandy opened this issue about 1 year ago
[dx12] filter out haswell iGPUs

teoxoy opened this pull request about 1 year ago
Fix max_vertex_buffers validation

nical opened this pull request about 1 year ago
Add more metal keywords

fornwall opened this pull request about 1 year ago
[naga] remove `span` and `validate` features

teoxoy opened this pull request about 1 year ago
Remove naga's `span` and `validate` features

teoxoy opened this issue about 1 year ago
Align with the spec on read-only and read-write storage textures

teoxoy opened this issue about 1 year ago
Write shader IO structs separately

teoxoy opened this issue about 1 year ago
Add `WasmNotSendSync`

daxpedda opened this pull request about 1 year ago
[naga msl-out] Emit and init `struct` member padding always

ErichDonGubler opened this pull request about 1 year ago
On d3d12 it is too easy to hit the 2k sampler descriptor limit

nical opened this issue about 1 year ago
remove winit from hello-compute example

psvri opened this pull request about 1 year ago
Prevent panic when submitting a destroyed buffer

nical opened this pull request about 1 year ago
OpenGL ES 2.0 Support for Android?

p0ryae opened this issue about 1 year ago
[naga] Preserve spans when compacting Arenas.

jimblandy opened this pull request about 1 year ago
[naga] Let constant evaluation handle `Compose` of `Splat`.

jimblandy opened this pull request about 1 year ago
Backport 0.18.1 changelog

cwfitzgerald opened this pull request about 1 year ago
Check if `source` is empty when constructing `hal::DebugSource` (0.18 backport)

danielhjacobs opened this pull request about 1 year ago
Better handle destroyed buffers in the mapping logic

nical opened this pull request about 1 year ago
Prevent panic in untrack if a resource is already destroyed

nical opened this pull request about 1 year ago
Nvidia Driver 545 Breaks Skybox Example on Linux Wayland

krakow10 opened this issue about 1 year ago
Bump termcolor from 1.3.0 to 1.4.0

dependabot[bot] opened this pull request about 1 year ago
[naga wgsl-in] Clean up type formatting.

jimblandy opened this pull request about 1 year ago
Deadlock on AMD/Mesa/vk

SludgePhD opened this issue about 1 year ago
[naga] Follow-ups to #4763, Introduce `Scalar` type to IR.

jimblandy opened this pull request about 1 year ago
[naga] Exercise GLSL double-precision builtin functions, and fix the fallout.

jimblandy opened this pull request about 1 year ago
add pipeline constants plumbing

teoxoy opened this pull request about 1 year ago
Push constants can trigger assert when attaching Xcode debugger

LPGhatguy opened this issue about 1 year ago
Keep the value in its storage after destroy

nical opened this pull request about 1 year ago
add pipeline constants plumbing

teoxoy opened this pull request about 1 year ago
POLYGON_MODE_LINE on WebGPU

benjamin-sieffert opened this issue about 1 year ago
Bump env_logger from 0.10.0 to 0.10.1

dependabot[bot] opened this pull request about 1 year ago
[naga] Introduce `Scalar` type to IR.

jimblandy opened this pull request about 1 year ago
add new line in readme

fezro opened this pull request about 1 year ago
Commit #4657 appears to introduce a race condition

apessino opened this issue about 1 year ago
vk: Enable FifoRelaxed PresentMode

radgeRayden opened this pull request about 1 year ago
WGPU 0.18.0 Not binding Texture Arrays in GL on windows.

genusistimelord opened this issue about 1 year ago
Clamping when rendering onto R16Uint format textures

mathiasplans opened this issue about 1 year ago