Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/gfx-rs/wgpu-rs
Rust bindings to wgpu native library
https://github.com/gfx-rs/wgpu-rs
805: Update naga to gfx-17 r=kvark a=kvark
Gets Naga validation, MSL fixes, GLSL varying fixes,...
645dc9040bf1e10eb27a783c4d492d632b01478a authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>77240da9e2b0e5810e26111441d1c80f550a54f7 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
792: Use implicit layout for hello-compute r=kvark a=kvark
Co-authored-by: Dzmitry Malyshau <...
aabcc44744bfd3a28ec2d32cae56d1cdcdda25c5 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>803: Shader fixes with binary expressions r=kvark a=kvark
Goes along with https://github.com/gf...
f7db718542e6a85560484bed40a0f4987d6db17b authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>5aaca1cefede20e2a724a7002295cd46cf4c0595 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
800: Schedule event waits after redraw events are cleared r=kvark a=kvark
As @adamnemecek point...
0f1b290af947d3cd16280c4eb3b48507f5e6c9fb authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>eeb6a698ae671893a027c7739e3825a13c0ac5e7 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
798: Fix all the clippy lints r=kvark a=HalfVoxel
Clippy is now happy
Co-authored-by: Aron Gra...
5c249c4375ae779c494028398e5de7c798e41735 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>f78ccfe09eb2a50c93916803ce16bda26dbfbe25 authored almost 4 years ago by Aron Granberg <[email protected]>
799: Update naga to gfx-16 r=kvark a=kvark
Makes WGSL constants much more ergonomic to write, a...
66b900bf8d3e10e8fcb5a37200a69c057c27a7a5 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>d16c7a1e5a5aa9fbde0ecf8d187a512ba1de153f authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
797: Move from `tracing` to `log` + `profiling` r=kvark a=cwfitzgerald
Continuation of https://...
a7e03546c1584cefef5b926f923108ea2cd1c146 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>* Fix excessive buffer padding
* Prettify
* cargo fmt
* Simplify code
* Style
50fdd1e5993c0dc3935ffd744b05f13aecef99d7 authored almost 4 years ago by Aron Granberg <[email protected]>0b010163cc001de47c142f42cfdb1fa4d95cfae8 authored almost 4 years ago by Connor Fitzgerald <[email protected]>
* Example for conservative rasterization
* Update to wgpu-core/types 717c2d73e725c064a3c4696d...
ea14d4067d62e063a8d90d666eb51498721cea3b authored almost 4 years ago by Wumpf <[email protected]>33f1ac360ec246b4442bdfd057417831a58923fb authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
790: Update to naga-14 r=kvark a=kvark
Depends on https://github.com/gfx-rs/wgpu/pull/1262
Mak...
0cccf9ccee515ec9300d8c5077903cc08da2fe88 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
786: Update to naga-13 r=kvark a=kvark
Co-authored-by: Dzmitry Malyshau <[email protected]>
b3efd07b20de55e7a1ef0abe30dd67e950b15b0b authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>ebd1f8d32e0badeacded25b4444d544ecbdaf510 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
781: Mark BufferMappedRange Send/Sync on native r=kvark a=cwfitzgerald
This fixes an issue repo...
cadc2df8a106ad122c10c2e07733ade8f1e5653c authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>bfeab73eeb822658436b4f2a2d30ac95029612b0 authored almost 4 years ago by Connor Fitzgerald <[email protected]>
778: Return None from get_swap_chain_preferred_format if the adapter does not support the surfac...
ae7b47784b3383351430ab9d8e3317840f3cd4cc authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>779: Update wgpu depth_or_array_layers r=kvark a=kvark
Based on https://github.com/gfx-rs/wgpu/...
70d78507952c5e43979c09b52b2358256c75affe authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>d4ec1157f0c25fe09dd2192fad9e3318d1d6c47e authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
c9a7fe75d484864dc0938cac04dd65c6b55d4317 authored almost 4 years ago by Oleg Andreev <[email protected]>
776: Update wgpu with the new vertex format r=kvark a=kvark
Based on https://github.com/gfx-rs/...
fd4a9925334264725fda5c5d82fa16d7f8aaaa24 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>6d39d8f739328bd89da9959aafefad709378398f authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
773: Panic on empty buffer slices r=kvark a=Wumpf
Fixes #735
Can't really pass through zero s...
Fixes #735
b4859d3ecfdb9eec77c08a258459007c18353a88 authored almost 4 years ago by Andreas Reich <[email protected]>772: spelling error in skybox r=kvark a=Pat-Lafon
Co-authored-by: Patrick LaFontaine <3213546...
3ec521c866b4cc59475a49778382a4295620ccc1 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>1ebd9e27784bc08680211a879300663da5eb3895 authored almost 4 years ago by Andreas Reich <[email protected]>
3bb7c94b9ea96da3347184120f6dfc800aa0e0a0 authored almost 4 years ago by Patrick LaFontaine <[email protected]>
* Fix create_texture_with_data for 3d textures
* Remove depth_per_iteration variable
a86612e4ef732a607c253444336e93c13c0263d7 authored almost 4 years ago by Ashley <[email protected]>768: Update naga to gfx-12 r=kvark a=kvark
See https://github.com/gfx-rs/wgpu/pull/1226
Co-aut...
75e77d187255ea1527a4d840db068b6bae7f5503 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>7fc75c4ec7507481040b0d0619ae634d53a243f6 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
766: Blend state API update r=kvark a=kvark
Based on https://github.com/gfx-rs/wgpu/pull/1224
...
5879936e23e332e5ffcafc6f63c481baba0849c5 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>60fe95205a42b3d4c565130aa98b002a1f70635c authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
765: Update naga to gfx-11 r=cwfitzgerald a=kvark
Gets us https://github.com/gfx-rs/wgpu/pull/1...
243dbf21a41e53bbefa7469077d323625284069a authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>e733e17e49ea4df9524e4fc83ac2272f5b19e44a authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
744: Demonstrate obj loading in the skybox example r=kvark a=kvark
I wanted to see which exampl...
2aa77054440e8e3b46d86ab2c27cc48ff1e73251 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>657ee0ba6104709272e43cdbf30bed68bd802f64 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
de8182f15298283fd5134145ff6e6bbe69cf57b2 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
759: Correct FragmentState targets comment r=grovesNL a=Systemcluster
Previously the comment wa...
6864c0be84a7a9994486ac6704d390ffbd271641 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>aeec413452fa5d83d94100989e5ff531f09a4770 authored almost 4 years ago by Chris <[email protected]>
755: Add Instance::poll_all r=kvark a=lachlansneff
`Instance::poll_all` polls all devices. This...
229dbb349142019eec9fc2e66eb0d22da91b2568 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>756: Convert `PrimitiveState::cull_mode` to `Option<Face>` r=kvark a=yzsolt
Depends on https://...
f608bafff870d93e4872953a6e7d199639ad79fd authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>66b9633cf83036c69b68f0a82a8135c34b3f4b65 authored almost 4 years ago by Zsolt Bölöny <[email protected]>
c233c33cd0e9baa68ef8391b92c04fbf74b02d19 authored almost 4 years ago by Lachlan Sneff <[email protected]>
754: Update naga to gfx-10 r=kvark a=kvark
See https://github.com/gfx-rs/wgpu/pull/1205
Co-aut...
0234f2723a1fbbfaa48a88948c1554f8de6fa888 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>35fa7c184ea9f42129ea830aab0c4e12795fa447 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
753: Use max function to ensure that the swapchain size is not less than 1. r=kvark a=Tnze
ATT
...
6e6816e938e1d40a4ebb7182dbc9144fe6f430e3 authored almost 4 years ago by Tnze <[email protected]>
752: Expose missing constants from wgpu-types r=cwfitzgerald a=Imberflur
Co-authored-by: Imbr...
b029ddeda3ea2933061d580cb9c0e4d6c3b9a187 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>fadb730a013b760c4fbf0381389fa56dffa36079 authored almost 4 years ago by Imbris <[email protected]>
710: Implement read_buffer r=kvark a=fintelia
I'm not sure about the exact interface that makes...
cd74c8d9a49187771f317af437305d23681039a0 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>b17cb30f1796d22ed4f9f0b8a91e1573ba8f39c2 authored almost 4 years ago by Jonathan Behrens <[email protected]>
745: Bump wgpu-core r=kvark a=Imberflur
For the fix of this issue https://github.com/gfx-rs/wgp...
1f1a7e5dd47a1610733bbc3989414acb62395359 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>f839755e12d98dd0b005c6a8733b3bc5b3eaa9d9 authored almost 4 years ago by Imbris <[email protected]>
91fca7c5c32f5703ed6951cd65327603d9190e71 authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
738: Update version and dependencies to gfx-9 r=kvark a=kvark
Co-authored-by: Dzmitry Malysha...
f891e86e87f0733f04a8078f4be8ead2f24551cf authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>7235072f6d283340fd438b12b479c67dc093315b authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
679: WGSL shader conversion for the examples r=grovesNL a=kvark
Blocked on:
- ~~https://gith...
Validate example shaders in tests
Support WGSL on the Web via Naga
Port the shadow WGSL partia...
74eed253d84c4b507a8ee8f273612899f150acac authored almost 4 years ago by Dzmitry Malyshau <[email protected]>734: Update wgpu to the new render pipeline descriptor API r=grovesNL a=kvark
MAJOR API BREAKIN...
c45fbce8b45f3b8129e164fffe0eaddfff9a2935 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>517ce3ef8d65fcd906c66d4cf2d31b8e636f452d authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
730: Fix the web backend in code and CI r=grovesNL a=kvark
Fixes #729
Co-authored-by: Dzmitry ...
9fd063062123a1fdd399aa998958804545f7f117 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>c1225c42ac8fc2ed2be3d423e9553a647e0dd54f authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
717: Fixup WebGL Building Docs r=kvark a=cwfitzgerald
Improved the docs for building wgpu for t...
b04cc289e84e0a754c9059a23970d8204f367cd8 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>26f8605ec77d8a79bdede856758ea38d31df0b08 authored almost 4 years ago by Connor Fitzgerald <[email protected]>
726: Bump wgpu-core and update texture_view_drop call r=kvark a=mkeeter
This PR updates to the ...
8ee42da76c6cba11a21889fa699e3dde729f17b4 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>2d16ade76c3be39df15bbbdd33f56d774fd7e879 authored almost 4 years ago by Matt Keeter <[email protected]>
720: Remove typed-arena dependency r=cwfitzgerald a=kvark
Also bumps the wgpu dependency to inc...
7273dba07a4f48558563983981ec62d77280b448 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>ba99775974440064a24d68bd93fe537f2de72f1d authored almost 4 years ago by Dzmitry Malyshau <[email protected]>
716: Update Wgpu-Core r=trivial a=cwfitzgerald
This rollup fixes a pretty bad segfault that alw...
639257e9e5c41c51724801ea589d2bf771f658de authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>24ae87c4ea4d2158811e576d7b685517bb8aa2dd authored almost 4 years ago by Connor Fitzgerald <[email protected]>
715: Add pipeline statistics and timeline queries r=kvark a=cwfitzgerald
Blocked on https://git...
15d784a11ad294c3199e43ebd7d7d1d774e09fa0 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>6d52bc553501de9ffea5b7e46e014dc4aaf4c04b authored almost 4 years ago by Connor Fitzgerald <[email protected]>
713: Expose texture format feature query (and update to latest wgpu) r=kvark a=Wumpf
Exposes te...
baf6c433bb8daa230c350c777e5f26fc95382495 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>5ad4f19ceaab0bf68c29d5fd8b5b5f4a39e4d37e authored almost 4 years ago by Andreas Reich <[email protected]>
698: Format PassErrorScope pipelines r=kvark a=scoopr
Pairing for gfx-rs/wgpu#1132, formats the...
da5fbcfc74c28063e1828a750786b31ac5975ce3 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>a6cc17c12e51e3cfb082b799972bc167d4a11a26 authored almost 4 years ago by Mikko Lehtonen <[email protected]>
709: Move get_swap_chain_preferred_format from device to adapter r=kvark a=niklaskorz
See https...
4c518912790ee011cebcd75e9879647554e3261c authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>Squashed commit of the following:
commit 260976b10e3a54b253768d71e5e47c51b976c25c
Author: Nikla...
707: Fix compilation on aarch64-apple-darwin r=kvark a=andykilroy
wgpu-rs couldn't compile on t...
0710a7a9116ffca8039ce7d8fc58197b93e02d3c authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
wgpu-rs couldn't compile on the Apple M1 (arm64) macs due to a compilation
problem in winit. wi...
706: Update to latest wgpu r=grovesNL a=ElArtista
Co-authored-by: TheArtist <agorglouk@gmail....
6cfd4243603b495fed568445792feed51e78aac2 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>4efca697279677b75b8c64a7e141b05938b9fa10 authored almost 4 years ago by TheArtist <[email protected]>
685: Replace futures crate with pollster. r=grovesNL a=parasyte
This PR removes all of the `fut...
ab8b0e3766558d541206da2790dfd63f15b13bc4 authored almost 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>This PR removes all of the `futures` dependencies. `std::future` does not contain a lot of usefu...
dae801baa0416380a5019be0ab68151bf63b6cf3 authored almost 4 years ago by Jay Oster <[email protected]>701: Fix cargo doc warnings due to unresolved links r=kvark a=manugildev
This PR fixes 13 warni...
1bcbc6999e0cbf121a80286c28aa1d79da86b4d8 authored about 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>80d8526c8326e961d90c1fe083722256df183db7 authored about 4 years ago by Manuel Gil <[email protected]>
699: Fixed inconsistent framerate in examples. r=kvark a=Wumpf
Does not affect web builds.
P...
78755f595fd41791527a667c921e3e87e671c23e authored about 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>Does not affect web builds.
Previously, framerate would float between 30-40 fps depending on how ...
697: Remove wgpu-subscriber -> subscriber alias in examples r=kvark a=manugildev
Fixes #686
...
c37947dbb7d555b5dea7c6061bd2d505ca99e549 authored about 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>a5f44f2759225775b453574f3557fd0f42cf3646 authored about 4 years ago by Manuel Gil <[email protected]>
693: Expose get_swap_chain_preferred_format r=kvark a=manugildev
Fixes #691
This functionali...
f89175e19c1ca37707be9c24f6c83adde5b2c351 authored about 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>- Update examples to make use of the new method
e00ef5d5842a1fcfb46bb531789b1c340bdee3ab authored about 4 years ago by Manuel Gil <[email protected]>690: Add `RenderEncoder` r=kvark a=0x182d4454fb211940
It seems like `RenderPass` and `RenderBun...
3d605463bb1c7c4d4f468ac166916855c4fda6cc authored about 4 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>a7c87edaef3360681e69db6efa6262a244c2e2ce authored about 4 years ago by 0x182d4454fb211940 <[email protected]>