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

Bump `bitflags` to v2 (#44)

777c5c1cdd41f3dc140e55be10273a2f56a3c162 authored over 1 year ago
Bump `bitflags` to v2 (#2358)

b7f4006e46313da063f8f2f930230767c9740239 authored over 1 year ago
Changelog backport

ad45f29bb6a8e3d974c5a00b897e0d3d086ce3ce authored over 1 year ago
Handle case insensitive FXC HLSL keywords. (#2347)

There are a few keywords like "pass" in HLSL that are actually case-insensitive for FXC. This ca...

544ccf88daeede7614f8cbae7126496f04cbac68 authored over 1 year ago
update snapshots (#2363)

5206c59509d29825c8f6edef57e70533d9eebd87 authored over 1 year ago
DX12 increase `max_storage_buffers_per_shader_stage` and `max_storage_textures_per_shader_stage` (#3798)

e6314c407048ae20a49c6cba0730949d5bb1a7e8 authored over 1 year ago
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#3812)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-ac...

307f7acb6c4e9dc45074688ebfa562180387eefb authored over 1 year ago
Workgroup uniform load (#2201)

Implement the WGSL `workgroupUniformLoad` function.

907b7c7cda2447f2869820a27b8f331d7c512fab authored over 1 year ago
[wgsl-in] Error on param redefinition (#2342)

* error on param redefinition

* also fix #2312

1c17fa82d4a8f4b2c596f7abbe4dd9e4f1ad18a8 authored over 1 year ago
Document which expressions are in scope for a `break_if` expression. (#2326)

baed251cb12e0c1ab433d006da39328aa9608991 authored over 1 year ago
[spv-in] Improve documentation for SPIR-V control flow parsing. (#2324)

201c0e2999c7c47eeecd880bf4425b577223e892 authored over 1 year ago
wgpu-core: Move `Resource` trait to `resource` module.

55e3558db4718e91a51db6c9f66e80421bd110b7 authored over 1 year ago
wgpu-core: Move `Device` resource methods into `device::resource`.

4478c52debcab1b88b80756b197dc10ece90dec9 authored over 1 year ago
wgpu-core: Move storage code to new `storage` module.

4d1fbeb75313350f7b72f6706a2f3e7eb812d8bd authored over 1 year ago
wgpu-core: Move device/mod.rs's Global impl to device/global.rs.

286d6254285e6e0d4fb67d81d574ee4e36807f68 authored over 1 year ago
wgpu-core: Move registry code to new `registry` module.

17d536187969c3438a0af1e7750c07b92a9fe527 authored over 1 year ago
wgpu-core: Move identity code to new `identity` module.

29914b308f521d8d135dec4726e4671c577fb330 authored over 1 year ago
wgpu-core: Move `HalAPI` to new `hal_api` module.

13bd3eea55342d6b3642929657062721cb1d9d0a authored over 1 year ago
wgpu-core: Move `Global` to new `global` module.

f00e6b70ea77074ee3cfd547901be2538503ac34 authored over 1 year ago
refactor: add several `clippy` lints (#2296)

4b41e07a9922d511ed4e288067e066b04caede20 authored over 1 year ago
Implement Send and Sync unconditionally for exposed Id type. (#3801)

9c8666a5c962bb009e6c5baf183d303f85efb642 authored over 1 year ago
Fix doc links in `wgpu-types/src/lib.rs`. (#3799)

7f4c39c8db75a7a9608394c05ad3941ef768588d authored over 1 year ago
[front/spir-v] Obey the `is_depth` field of `OpTypeImage` (#2341)

* [front/spir-v] Obey the is_depth field of OpTypeImage

* Add changed tests

ce48588d74c55c7e63fe9f7f50c8d703d65c2a32 authored over 1 year ago
Fix missing 4X MSAA support on some OpenGL backends (#3780)

* Always support 4x MSAA on GL

* Update changelog

b0dfd11a010f19e0ef51807b88f9c8cafcf1567e authored over 1 year ago
Fix multiview rendering (#3779)

dafc189d6b5bce2af446285916328682120d38fd authored over 1 year ago
Bump bitflags from 2.2.1 to 2.3.1 (#3782)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.2.1 to 2.3.1.
- [Release notes](h...

dd47d73c0c54f7fa1098e18a40b5ec54bb7406a5 authored over 1 year ago
Fix order of arguments to glPolygonOffset. (#3783)

c91a660ec5e8ac5b03d506bf706b37f75d2ff53f authored over 1 year ago
Document that various sizes and offsets are in bytes. (#3773)

3563849585ad6f3ea65b6c9be294e9190555eed3 authored over 1 year ago
[spv-in] Convert conditional backedges to `break if`.

423a069dcddc790fdf27d8c389fa4487f07fcc0a authored over 1 year ago
Change type of constant sized arrays to `NonZeroU32` (#2337)

62b287e761b9aefb311287862cbd78c046a9a793 authored over 1 year ago
Bump serde from 1.0.162 to 1.0.163 (#3770)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.162 to 1.0.163.
- [Release notes](htt...

372ac9b529613792e82ce265ce946e453779d0e8 authored over 1 year ago
Correct type of index and flush the emitter

405413452d9b6cdcd0865a6fc5f866a0deef7cf3 authored over 1 year ago
Introduce `GlobalCtx`

d842d6688d5cf02e6efb2fce6d4dc599f2d4f33c authored over 1 year ago
Publish examples to wgpu.rs on updates to trunk branch instead of gecko (#3750)

28374fb1c8143965e012404777cc5d4f2d2451d8 authored over 1 year ago
[spv-in] Generate `Expression::Literal` in some limited cases.

d763fb31e244944b0acd6dce1e7e9328770a3bcc authored over 1 year ago
[wgsl-in] Generate `Expression::Literal`.

412d5aa62e7d4f9c22dfe3e57ef1c648d646d808 authored over 1 year ago
[glsl-in] Generate `Expression::Literal`.

959c84f039c0cb33b07182de11c6a588ff967d3e authored over 1 year ago
Introduce `Expression::Literal`.

02ddf6532c4befd90444188979e1a595b459bfe4 authored over 1 year ago
Introduce `Expression::ZeroValue`.

dcc8615c5b1712bb6a78ff3e6f92c47798a06861 authored over 1 year ago
Use `Expression::ZeroValue` in SPIR-V and WGSL front ends.

4d87401fac27967b24ca92a12a866365668cfbd8 authored over 1 year ago
docs(adapter): document `device` and `vendor` IDs repr. (#3763)

f71a1bc736fde37509262ca03e91d8f56a13aeb5 authored over 1 year ago
Bump gpu-alloc from 0.5.3 to 0.5.4 (#3765)

Bumps [gpu-alloc](https://github.com/zakarumych/gpu-alloc) from 0.5.3 to 0.5.4.
- [Changelog](h...

52305cd607d32e76fb6317abb06e021ad883fbbe authored over 1 year ago
Bump serde from 1.0.160 to 1.0.162 (#3766)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.162.
- [Release notes](htt...

c6d38ce4196091b44065419d8d1b8751c730517f authored over 1 year ago
refactor(valid)!: remove unneeded `ConstantError::Unresolved{Component,Size}` (#2330)

Resolves #2329.

dd54aaf26062384db0ecc7553c0fbe9534bb491e authored over 1 year ago
[msl-out] Revert af4d989 since #764 removes the need for it (#2331)

Assigning arrays by value works fine since all arrays are now wrapped by a struct.

Co-authore...

59a2441a432e96bf174fac814cede612f9fb0c41 authored over 1 year ago
add changelog for v0.12 (#2310)

875df5899b837c952558bf3da82a7582c4d3cd1f authored over 1 year ago
Change `AdapterInfo::{device,vendor}` fields to `u32` (#3760)

* Change AdapterInfo device and vendor to u32s

* Add CHANGELOG

4d8a7ed38ddde2b2fe517d12551a213b0dfb3f13 authored over 1 year ago
Bump bitflags from 2.1.0 to 2.2.1 (#3727)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.1.0 to 2.2.1.
- [Release notes](h...

45588492d2ac7aff6a2bbf1e4622880e9b4acb7c authored over 1 year ago
Bump libc from 0.2.141 to 0.2.144 (#3761)

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.141 to 0.2.144.
- [Release notes](http...

7c94192afb3295e8c4ffccd29952787bad92cfff authored over 1 year ago
Update CI to install wasm-pack from binary (#3754)

f173575427b028dde71bdb76dce10d27060b03ba authored almost 2 years ago
fix(wgpu-core)!: use `u32` indices for bind group layouts everywhere (#3743)

0f0044f3581712741661e2a23d2871ded14857d3 authored almost 2 years ago
Define wgpu_core::Global::create_render_bundle_error. (#3746)

49800337d1681b46469fd669b58444ddd5aa7fde authored almost 2 years ago
docs: note feature req. for `Depth32FloatStencil8` (#3734)

Co-authored-by: Connor Fitzgerald <[email protected]>

3e562aaeaae71ce60c3cb9a134161bf6625fcf2a authored almost 2 years ago
Fix crash on command buffer drop (#3726)

1dd105c3bfbb23b4eb88b153198250bfdfe2c950 authored almost 2 years ago
[wgsl-out] Simplify map_binding_to_attribute to always return an interpolate attribute (#2318)

da3f43394f3afd12b2776c3e29f69abaca7ca582 authored almost 2 years ago
Pass correct surface for existing canvases (#3718)

66c029f172af69d012d11f863d3c08eefa8f6395 authored almost 2 years ago
Fix typo (#3719)

The error previously printed "otherusages" without a space

4220a42139c7aefd29ddd39727fd535dc7665de6 authored almost 2 years ago
Fix typo (#3732)

72c6324b6370e7bf6f7630f893bdea96497490b9 authored almost 2 years ago
[hlsl-out] Fix return type for firstbitlow/high (#2315)

9befaed7e985fb9a23322e9f19baf2a95bfd8b9c authored almost 2 years ago
Support array bindings of buffers (#2282)

* Support buffer resource arrays in IR, wgsl-in, and spv-out

* spv-out: refactor non-uniform ...

37b3c36a8f1aaa611e0dcfc4892333e83ac3a919 authored almost 2 years ago
refactor: resolve `clippy::redundant_clone` (#3717)

2571af9557eeba59f00f69649ae6bcd9d5a62392 authored almost 2 years ago
refactor(valid)!: remove `TypeError::UnresolvedBase` (#2308)

Resolves #2303.

1421a5e1ab5ca66ecdd1c03998fb0a712ec92bdf authored almost 2 years ago
Bump libloading (#3711)

* bump libloading in Cargo.toml

* bump libloading in wgpu-hal/Cargo.toml

3432aabab158b2183d4eb2b6f58b74639acad2f3 authored almost 2 years ago
Revert "Bump libloading from 0.7.4 to 0.8.0 (#3666)" (#3709)

This reverts commit 7f179ff1fa0ab28fc9828ca7d5f55fbc857e0137.

25cb9f61e9a6be572ee42536bbe57aa5f759a700 authored almost 2 years ago
Update CHANGELOG.md

0b53b477c562bcedda3033d48ba65ea462ce8309 authored almost 2 years ago
Release v0.16.0 (#3707)

Co-authored-by: Connor Fitzgerald <[email protected]>

011a4e26d04f388ef40e3baee3f19a255b9b5148 authored almost 2 years ago
Fix unsetting vertex attributes in gles backend (#3706)

Co-authored-by: Connor Fitzgerald <[email protected]>

c86f9773caf0596345aea1c8cc98278d710e75ef authored almost 2 years ago
Adjust internal canvas size on `Surface::configure()` (#3690)

85fc42747074d267023025639db4ff8e5e977768 authored almost 2 years ago
Update to version 0.12

b99d58ea435090e561377949f428bce2c18451bb authored almost 2 years ago
Implement `Features::RG11B10UFLOAT_RENDERABLE` (#3701)

62ea7813e46e29b3ff6c1d48da0b194821641957 authored almost 2 years ago
fix a minor typo (#3703)

L1642 `creates` -> `create`

191cabc83323cd522c4118d968742d648ce4559a authored almost 2 years ago
Update naga to 0.11.0@git:b9c5cb5a7841a8728137a58840fbbdbb9b310267 (#3705)

4035748c836f42459380655d52e81afd633967ed authored almost 2 years ago
Bump profiling from 1.0.7 to 1.0.8 (#3697)

Bumps [profiling](https://github.com/aclysma/profiling) from 1.0.7 to 1.0.8.
- [Release notes](...

fc4d591e9ea4ea7c769dff9408a196012f2c9516 authored almost 2 years ago
Fix documentation comments for `multi_draw_*_indirect_count` (#3694)

562ad0d7c2ca7973424a68cd8abf29b2a43b97e2 authored almost 2 years ago
add feature RG11B10UFLOAT_RENDERABLE on webgpu (#3689)

* add feature RG11B10UFLOAT_RENDERABLE on web

* changelog

bf8e6fe371460247509a31a21691b3895ab53a05 authored almost 2 years ago
reject binding type multisampled when on a float filterable sample type (#3686)

7c25c00f07290e03ad6c3ff880cf7be362608778 authored almost 2 years ago
Bump serde_json from 1.0.95 to 1.0.96 (#3682)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

af3b29ab49102da801dbd38af885dcee63158296 authored almost 2 years ago
remove old comment about swapchain for the web (#3673)

8985bca32c18e516c46abb55138c65505352502d authored almost 2 years ago
Bump libloading from 0.7.4 to 0.8.0 (#3666)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

7f179ff1fa0ab28fc9828ca7d5f55fbc857e0137 authored almost 2 years ago
Cleanups for WebGPU (#3671)

Co-authored-by: Connor Fitzgerald <[email protected]>

a7defb723f856d946d6d220e9897d20dbb7b8f61 authored almost 2 years ago
Bump serde from 1.0.159 to 1.0.160 (#3667)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

618d4f0d516571863517a2a1131ee3573ffd2744 authored almost 2 years ago
validate vertex stage returns the position built-in

b9c5cb5a7841a8728137a58840fbbdbb9b310267 authored almost 2 years ago
`expose-ids`: pass the correct field for global ID (#3669)

d781bb744397d64ed95e6888a4ccb4d6975c8cc3 authored almost 2 years ago
Fix depth stencil attachment downcast for WebGPU (#3670)

ee175f909c7bb38d6074e9610b2945bfc14f1436 authored almost 2 years ago
Update naga to 0.11.0@git:f59668ccfaf7bdb3a7e43d84363a21c77357b2fe (#3665)

f3bf0f782e4dfc561d48e758e1f1e04f77860925 authored almost 2 years ago
Bump png from 0.17.7 to 0.17.8 (#3664)

Bumps [png](https://github.com/image-rs/image-png) from 0.17.7 to 0.17.8.
- [Release notes](http...

9bd6a8db48f687562b7f44ab8339cf55b73ba86b authored almost 2 years ago
Avoid using `WasmAbi` functions on WebGPU backend (#3657)

Co-authored-by: Connor Fitzgerald <[email protected]>

cfc038aeb9b732019dc03fa7eeaac1c7f37fc71f authored almost 2 years ago
add dxc error message formatting (#3632)

4d15567392317cbef98d8dc172a5e2100c496594 authored almost 2 years ago
Web: handle None for depth_ops and stencil_ops (#3660)

2c37608ad39072a231cf231e67dae3325493bece authored almost 2 years ago
Bump async-executor from 1.5.0 to 1.5.1 (#3662)

* Bump async-executor from 1.5.0 to 1.5.1

Bumps [async-executor](https://github.com/smol-rs/a...

c7f3d8d7a3698f58402a5fb616c6155f3be42fc6 authored almost 2 years ago
Make wgpu-core errors non-exhaustive (#3652)

Co-authored-by: Connor Fitzgerald <[email protected]>

51bf95bbd6bf1ce49ed0afec5c1f0d877c5e5a8f authored almost 2 years ago
[metal] Adapt code to work with the new `per_entry_point_map` (#3524)

7fd129a5356a669914340d01707099a6fa31f098 authored almost 2 years ago
Allow `array_index` to be unsigned (#2298)

f59668ccfaf7bdb3a7e43d84363a21c77357b2fe authored almost 2 years ago
Bump bitflags from 2.0.2 to 2.1.0 (#3653)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dd64343f942ff519f980a2adc02fa60f3a7b72a3 authored almost 2 years ago
fix(hlsl-out): use `Interlocked<op>` intrinsic for atomic integers (#2294)

We currently assume that we are using raw `RWByteAddressBuffer` methods for all atomic operation...

99a7773e65f855ecdefc6fc0fffa6f0aacd3f867 authored almost 2 years ago
Document `wgpu_core::hub::Hub` locking rules. (#3577)

Co-authored-by: Connor Fitzgerald <[email protected]>
Co-authored-by: Connor Fitzg...

711ab981b79b873557bb4afa1ade3d8606a2b55d authored almost 2 years ago
[metal] Fix metal erroring on an `array_stride` of 0 (#3538)

Co-authored-by: Connor Fitzgerald <[email protected]>

6918cf33d4700a0afc460338242a0c8e95298a6c authored almost 2 years ago
Bump bitflags from 1.3.2 to 2.0.2 (#3606)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored...

a13ed916264379ebd9a4cdee65dcb3fce69f0b0b authored almost 2 years ago
Silence vulkan validation error (#3095) (#3627)

27cdfd2954a87bacc7b7b328c20a9eb653670444 authored almost 2 years ago
Bump libc from 0.2.140 to 0.2.141 (#3651)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

7119fc767213ba2f649367a203345ff57ab0a1c8 authored almost 2 years ago