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
Co-authored-by: Sotaro Ikeda <[email protected]>
1d6c7a02631648231c81b28edfab0c700fdb7fda authored about 1 year ago by sotaroikeda <[email protected]>* Ensure device lost closure is called exactly once before being dropped.
This requires a cha...
56d9d32a072fd9d6bfc5bcb6c0fa0d5091fbd9c9 authored about 1 year ago by Brad Werth <[email protected]>* Remove some locks in BindGroup
These are only written to clear the vectors when triaging bi...
aade481bdf7f8f9ae18423bf9f0dc1279844f37e authored about 1 year ago by Nicolas Silva <[email protected]>We allocate a String every time we want to get a label for logging. The string is also allocated...
a1b183f736dc0625291727136dde5bf34e93b399 authored about 1 year ago by Nicolas Silva <[email protected]>625165e60e16139196df3ab8c918efb1f0d19f34 authored about 1 year ago by Nicolas Silva <[email protected]>
* Remove the abstractions in resource maps
ResourceMaps had a rather convoluted system for er...
192a2fe16c001ecf543f1973713dde96cdd121c9 authored about 1 year ago by Nicolas Silva <[email protected]>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
790c40fd440658b06b332db78d59b8433b9a6227 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>bcdc240a9a84339fa6e492a5587f23bd9f87866a authored about 1 year ago by daxpedda <[email protected]>
159ac9e373f46c4924efda9a168994e5088e6fd0 authored about 1 year ago by Mikko Lehtonen <[email protected]>
ba56dd29016964bcf5e51653a5cbf98a4573157b authored about 1 year ago by Andreas Reich <[email protected]>
10dd5844ac6046a5b55af19f41028595fe2491a5 authored about 1 year ago by Nicolas Silva <[email protected]>
* Introduce `dx12` and `metal` crate features to `wgpu`
* Implement dummy `Context` to allow ...
2053358d894a2a91b1bf443c9760f6732ef3c6a0 authored about 1 year ago by daxpedda <[email protected]>The general idea is to register postpone reigistering the buffer until towards the end of the fu...
855b06977f4958396b7d90726a8cecb157cccb58 authored about 1 year ago by Nicolas Silva <[email protected]>
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.26 to 0.7.31.
- [Release notes](h...
Introduce snatch guards
c5e6122b65cc314d0eb3a1a64eaeaf7d3657d2d5 authored about 1 year ago by Nicolas Silva <[email protected]>
Fixes #4445.
Fixes #4492.
Fixes #4435.
This is a mouthful, but it's going to align better with functions to
be introduced in later comm...
f4161189fa224754f720bbf314636ef5e1992406 authored about 1 year ago by Jim Blandy <[email protected]>
Abstract out the body of `convert_slice_to_common_leaf_scalar`'s main
loop into its own function...
c4b43875e54e38978dac1d1a39491b1638aa5a9d authored about 1 year ago by Jim Blandy <[email protected]>
Move `naga::front::wgsl::lower::construction::automatic_conversion_consensus`
into `conversion.r...
Without the suffix, `Expression::Literal(Literal::F32)` expressions
get written without any suff...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4d1e316197df46f6673c00595037d3b06c4762b1 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
08fce4ae36ae9dff9884b3fbd983eee35ead8b74 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>ecc301ea165de4674bcc6b784fe29edce6440df5 authored about 1 year ago by Xiaopeng Li <[email protected]>
Without the suffix, `Expression::Literal(Literal::I32)` expressions
get written without any suf...
Change `splat` to take run-time values as arguments, to prevent
constant evaluation from boiling...
439bf3c1b4d5a682093948f494b1db0a6f227329 authored about 1 year ago by Jim Blandy <[email protected]>
Allow constant evaluation of binary operators whose left and right
operands are both vectors.
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.39 to 2.0.40.
- [Release notes](https://gi...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
f7c876788d01bedfb3b76023634dbc2d33831269 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6d02bbd85ffc8089f378631d3f53cc2a93fcf129 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
714a908b856dc15ce6ce209539eda90047b38f61 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>eff9a362bea9a8ad8b7c533bf34dd181c8097045 authored about 1 year ago by Michael Palmos <[email protected]>
* Correct doc for resolve query set
* Add note about wgpu::QUERY_SIZE
---------
Co-auth...
6c4128b4e7ba7696f014a04a87dfd1fd8ec31ddc authored about 1 year ago by Valaphee The Meerkat <[email protected]>* Format extent and origin types as tuples.
* Update wgpu-types/src/lib.rs
Co-authored-by:...
af701fb26d881dfa272712f984c8f4e7ad56d4c9 authored about 1 year ago by Nicolas Silva <[email protected]>* Make `BufferMappedRange` trait WasmNotSendSync
* make QueueWriteBuffer trait Debug
* add...
d801c6111d2e6b51402539e4eec26957f2060b4d authored about 1 year ago by Andreas Reich <[email protected]>
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](htt...
cf8e11efc3984cf9e25fd0d6da1404d50907f660 authored about 1 year ago by Theo Dulka <[email protected]>
0cbabcf22971e995f04cdb8ebe9c85d791b9f9a2 authored about 1 year ago by Teodor Tanasoaia <[email protected]>
Apply the `NonUniform` decoration to the results of all access chains rooted in binding arrays t...
411c1e5b215ed9ce2107f8df4330a221942aae2f authored about 1 year ago by teoxoy <[email protected]>cbindgen spins out of control if wgpu_hal reexports a wgpu_types type using pub type in stead of...
ff7b2c399301cca9bcbc5b19a869feb3c29ef785 authored about 1 year ago by Nicolas Silva <[email protected]>dc842ae289cec7031cf9bad4bd67a3767a0f5fb1 authored about 1 year ago by Connor Fitzgerald <[email protected]>
* Remove expose-ids feature
* Changelog
2c2145c3a6f2c272e0f28af656d763faa605e47c authored about 1 year ago by Connor Fitzgerald <[email protected]>* Add reusable buffer mappings for WASM
* Run cargo fmt
* Update CHANGELOG.md
* Update ...
10253db55582f770809455c05f2dfacc4ecd6455 authored about 1 year ago by Douglas Dwyer <[email protected]>
Co-authored-by: JMS55 <[email protected]>
Co-authored-by: Ashley Ruglys <...
Co-authored-by: Connor Fitzgerald <[email protected]>
3e0fb2c14eb4618989bed1e6abafd6774e2ffc87 authored about 1 year ago by daxpedda <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored...
Co-authored-by: Nicolas Silva <[email protected]>
5022a6244b568e906b9978b958ef1c781ac16337 authored about 1 year ago by Valaphee The Meerkat <[email protected]>a1fafe394f52c1a15d7309bee8acbbe8680e4cd1 authored about 1 year ago by Valaphee The Meerkat <[email protected]>
12869e36fedec1bcea60a025795bb511f9967852 authored about 1 year ago by Teodor Tanasoaia <[email protected]>
2882735cb94b501a72eadfac0a5e6e1bf20e9174 authored about 1 year ago by xiaopengli89 <[email protected]>
1676ee0dc0b2d90e5d631c668af1b1bb258ca1ef authored about 1 year ago by Jim Blandy <[email protected]>
This prepares for introducing a similar test for global variables.
19702108ab1cd605e141e882aa14f6c09f16edda authored about 1 year ago by Jim Blandy <[email protected]>f470103874272520f2bbaa4bf64e142fcef12635 authored about 1 year ago by Jim Blandy <[email protected]>
537f6566262c6f964bcd2f7c94b7f7b235106352 authored about 1 year ago by Nicolas Silva <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
65512cf668ed517eb6c903f735ca7f20a23578d2 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>767ac03245ee937d3dc552edc13fe7ab0a860eec authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32c5a22293675d85b008256745aa209dd62b6c0a authored about 1 year ago by Almar Klein <[email protected]>
dd7e33250b167f7a313ded0a9220409f6f526023 authored about 1 year ago by Teodor Tanasoaia <[email protected]>
When a label in a WGSL front end error has an undefined span, omit the
label from the error mess...
When reporting errors in construction expressions, use the span of the
constructor itself (that ...
Co-authored-by: Connor Fitzgerald <[email protected]>
1823f8bbdf8d67d61bcbca38a52eb64f6e211e5c authored about 1 year ago by Leon <[email protected]>41fb222726d0786edb3b2d162e39f2d6c7e1f04f authored about 1 year ago by Leo Kettmeir <[email protected]>
a9c582166dd478483b6e61123ddb32934d9a88cd authored about 1 year ago by Jim Blandy <[email protected]>
9be6c8890f72ab808c43668625428f6b0df44adb authored about 1 year ago by teoxoy <[email protected]>
da735227200c9d9cff72efc128358dd1d7a85888 authored about 1 year ago by teoxoy <[email protected]>
acdc9fcced51eb1a17218351fc94f46db1717d22 authored about 1 year ago by teoxoy <[email protected]>
6ff5f8e4adc00c82816ad63707109d6d2a43ba29 authored about 1 year ago by teoxoy <[email protected]>
08506fe1b74df57176fbe2a224c550e6bb8a9b14 authored about 1 year ago by teoxoy <[email protected]>
c4ef5206571244386b13736dbd764313f00475af authored about 1 year ago by ComfyFluffy <[email protected]>
* Remove surface extent validation
* silence pnext vulkan validation warning which can happen...
8da4925948e77c0ffecd62a33b14599e4ad77a4c authored about 1 year ago by Andreas Reich <[email protected]>
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.38 to 0.4.39.
-...
Introduce new variants of `naga::ScalarKind`, `AbstractInt` and
`AbstractFloat`, for representin...
Introduce new variants of `naga::Literal`, `AbstractInt` and
`AbstractFloat`, for representing W...
When a constructor builtin has an explicit type parameter, like
`mat2x2<f32>`, it should not pro...
fe4d412aea546c6c6769ad7d5bc7ed6faa4e9afc authored about 1 year ago by Jim Blandy <[email protected]>
Co-authored-by: Teodor Tanasoaia <[email protected]>
50a75fb79f8dc71c8e2fa0ff2f75824e50e02ff4 authored about 1 year ago by Jim Blandy <[email protected]>601f235b345baf907a8478d37d6756948fab9639 authored about 1 year ago by Jim Blandy <[email protected]>
Delete the `first_component_ty_inner` field from
`front::wgsl::lower::construction::Components::...
85dd4048df50d50b6b6025b56a4e1097b2b300f0 authored about 1 year ago by Jim Blandy <[email protected]>
The large `match` statement in `Lowerer::construct` seems to flop back
and forth between two ind...
Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.65 to 0.3.66.
- [Release note...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-ac...
e0f83dc38cf273750ea0092156165dca65cd3ce3 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3a448b837853a567fd028cd8c725960b7fb9968c authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.65 to 0.3.66.
- [Release notes...
Co-authored-by: Connor Fitzgerald <[email protected]>
a6503e59c909a8870a91f3eab82e0a84ea19a85f authored about 1 year ago by Xiaopeng Li <[email protected]>f9711831d28e751f463374fa7a172c93e0d21276 authored about 1 year ago by Jacob Hughes <[email protected]>
00a8a9f89f9f11d2cfbefcbc829076e6e67cb8bc authored about 1 year ago by Jacob Hughes <[email protected]>
fbbb7a0516e23abf6335a49fe6b838c84ee45e7f authored about 1 year ago by Alphyr <[email protected]>
238c3732a42ca1b5eb20ca3afcb8c8f4078ee620 authored about 1 year ago by Mauro Gentile <[email protected]>
2c67f799706f06337bf314531521a0135f65c1c9 authored about 1 year ago by Mauro Gentile <[email protected]>
4f24c317652ecdeb9fd83ab352e429a85fc099dd authored about 1 year ago by Connor Fitzgerald <[email protected]>
2964eed6f946cdecada28431a12be7982ff3eaab authored about 1 year ago by TÖRÖK Attila <[email protected]>
* remove_abandoned fix
* Updated doc
281a7aecd5f82bb91fce4a975f4e242044d309fc authored about 1 year ago by Mauro Gentile <[email protected]>* Fix indentation in main examples readme file
* Update examples readme files
* Update hello_c...
12ee31d6f90c016f47575d5088d1eb21f68ec827 authored about 1 year ago by Gerard Fabregó <[email protected]>* Revamp examples to match website
* Small fixes
* Fix stencil_triangles on resize
* Fix
* F...
7a372296307a1f4b4f162bb05344ffc7eab84d39 authored about 1 year ago by Connor Fitzgerald <[email protected]>* Downgrade resource lifetime management log level to trace.
Allow promoting it back to info ...
ebcfd25b58a2c4f3b442031d22b510576c1b8155 authored about 1 year ago by Nicolas Silva <[email protected]>* rename `ALLOW_NONCOMPLIANT_ADAPTER` to `ALLOW_UNDERLYING_NONCOMPLIANT_ADAPTER`
* clarify comment
f4c6faf7730bf489e35bf503e57c2556e15cc500 authored about 1 year ago by Teodor Tanasoaia <[email protected]>* Downgrade storage log level from info to trace
* Downgrade tracking log level from info to ...
ca4e1313f7e38d953ff75c826ceaca700761f4cd authored about 1 year ago by Nicolas Silva <[email protected]>