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
98: Add pixels to the friends list r=kvark a=parasyte
We're using `wgpu` to create the world's ...
fdaeaba4435ab8381ea2b2d552c5399ab3c0e9b3 authored about 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>8d726724daa8b0f20345597ba7e91242d7e85cd8 authored about 5 years ago by Jay Oster <[email protected]>
92: Fix docs describing how to create a surface r=grovesNL a=parasyte
I noticed this issue as I...
cb25914b95b58fee0dc139b400867e7a731d98f4 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>f336fb5825735a07f87576223e9c3569a3efac9b authored over 5 years ago by Jay Oster <[email protected]>
89: Adapter::get_info r=kvark a=paulkernfeld
This more or less addresses #7.
If the example ...
697393df4793e1a58578209885036114adfb9213 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>9f221584d6a8993c0b196d765842c2ad51e9c390 authored over 5 years ago by Paul Kernfeld <[email protected]>
2a1c94f5e997128d3c6ca3402e4b2821a16aecf0 authored over 5 years ago by Paul Kernfeld <[email protected]>
87: Add indirect draw/dispatch methods r=kvark a=swiftcoder
It looks like the indirect draw/dis...
68df06646964764213cfdb223d8307582af547c9 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>3f0256bf4eef955f730cc941c3cf7146dfdd5087 authored over 5 years ago by Tristam MacDonald <[email protected]>
86: Update readme with Yatekii's fork of imgui-wgpu-rs r=kvark a=Yatekii
Co-authored-by: Noah...
0ef17c7fbd958fb45a58f87030e9bfe94875059b authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>b229ac8cf9292ded9e63e4755379da7e69cd7d88 authored over 5 years ago by Noah Hüsser <[email protected]>
17077f49b5a5c0ee65c9733e8fb262036cf5d706 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
83: Propagate making Vulkan backend available to wgpu-rs r=kvark a=yanchith
`wgpu-native` has `...
5edb6ecf13c9b21c60e41477eb64837c5445dfd8 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>6b5aa333b7246aaf75ef637974faab0ff862f363 authored over 5 years ago by yanchith <[email protected]>
82: Return Queue separately r=grovesNL a=kvark
What problem is this PR trying to solve? We want...
ca2193201dcebc367b3e1f715ca5d08623515812 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>00c6d97dce5d7337761c7455edd73018cccaf907 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
80: Update to the new swapchain model r=trivial a=kvark
Fixes #74
Fixes https://github.com/gf...
71b0a7c217c806fa477d272db7dfd55d4fa5ea64 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
77: Modify examples to use PowerPreference::Default r=kvark a=danaugrs
Co-authored-by: Daniel...
472fa2934a951dabdbbe51be6bea8477915a411b authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>8f8cccd97ec73eb3ae957b553c95b0a8926d7fc1 authored over 5 years ago by Daniel Salvadori <[email protected]>
433ab156eaa6964e0037cb5202be4dd82790422a authored over 5 years ago by Dzmitry Malyshau <[email protected]>
73: Update wgpu-native to the commit that has no backend features. r=grovesNL a=kvark
This chan...
1b401871ca0738c175369ebf333efe0be2dfc1a9 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
This change removes the dependency on gfx-rs backends, refactors
Adapter and Surface creation to...
71: Use `HasRawWindowHandle` in `create_surface` r=kvark a=hecrj
This change lets users use `wg...
b7d8d8fa995964315318e67f4296a52d4490d518 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>ad11bf071b980b19b4cd9680d73e0a110d82af7d authored over 5 years ago by Héctor Ramón Jiménez <[email protected]>
70: Wholesome update for wgpu-0.3 r=everyone a=kvark
~~This update is a little more opinionated...
0641ef6aa3333da2e67fc3484e7d5152b0159c74 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>c2743c279ebd1d547cc78659eea405ec37447fc4 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
69: Prevent possible double panic in Drop impls r=kvark a=yanchith
Drop impls for `SwapChainOut...
925e526e700528084c9f814ee062a9fb6233eee3 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Drop impls for SwapChainOutput, RenderPass and ComputePass now only
call out to wgn if not threa...
68: remove usages of wgn in examples r=kvark a=rukai
This slipped through in https://github.com...
da6377acc785ece9d9a57c9edfac4391ec5df6cf authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>88965efbbfc6ddec24161c5d98a28fb534fff774 authored over 5 years ago by Rukai <[email protected]>
67: Update to latest wgpu-native commit r=kvark a=rukai
closes https://github.com/gfx-rs/wgpu-r...
e2b6727eb087a26690cf2946b7379840af3fd677 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>69a894e91aa983021c6266fe4290023464e17113 authored over 5 years ago by Rukai <[email protected]>
62: Fix missing lifetime r=kvark a=danaugrs
Co-authored-by: Daniel Salvadori <danaugrs@gmail....
79b5342ee2972b219e1ba08173b4d6c88b191344 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>bce324528ea2d34657ea45b76b86c647f06586d5 authored over 5 years ago by Daniel Salvadori <[email protected]>
61: Cleanup examples by using wgpu::read_spirv instead of manually creating a Vec<u32> r=kvark a...
d332eade8a186a12144bdbd389761fdb1da2969b authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>53b5297bdc0eba6e7bac0130e87c1ba56662a2da authored over 5 years ago by Rukai <[email protected]>
60: build: update version to 0.3.0 to unconfuse cargo patches r=kvark a=m4b
Co-authored-by: m...
32d126b0a249a093708aa3b023a35a0b2e27c920 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>ece00afc34ecfbbdd60d001e23c6b551c9995a45 authored over 5 years ago by m4b <[email protected]>
58: Update to latest wgpu native r=kvark a=rukai
This PR is waiting on https://github.com/gfx-r...
e515a59309dbcbbdba20ed363cb88a0528fcfc15 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>b17e85d063c1f549e5a4d4368dd6fe8fda75fbf2 authored over 5 years ago by Rukai <[email protected]>
48: Exposing `set_viewport_rect()` on `RenderPass`. r=kvark a=seivan
Noticed that while viewpor...
5614eca46d1b23d0666da116532a97b6fdf5feb7 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>* Change min_filter in mipmap example to Nearest
82469e13b2f70e822cfb1d1e66989891a16972f7 authored over 5 years ago by Layl <[email protected]>5522c912f7e2f4f33a1167fb0c8ee4549f066dcf authored over 5 years ago by Dzmitry Malyshau <[email protected]>
d4f4e1350152792d9996f181ac0cee166081fc7f authored over 5 years ago by Dzmitry Malyshau <[email protected]>
cfa1d4bc3822594ef661000fdb32ff939d454e3d authored over 5 years ago by Seivan Heidari <[email protected]>
46: Replace Pod using zerocopy crate r=kvark a=paulkernfeld
See https://github.com/gfx-rs/wgpu/...
3b336ef75ba9e0266a8584faabc6752f4aa0f49d authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>See https://github.com/gfx-rs/wgpu/pull/256#issuecomment-515277497
5138c488c62dc4cccd1b8bbd2c93fb709b719fa8 authored over 5 years ago by Paul Kernfeld <[email protected]>45: Update to latest wgpu commit r=kvark a=rukai
Nothing really interesting in between these co...
2bca2b891a1bc74d9a606f8fc7095f261323b2da authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>d6347923ac37aed6981e5fe589f79090d937cb59 authored over 5 years ago by Lucas Kent <[email protected]>
43: Remove unneeded TextureUsage r=kvark a=rukai
Just a small issue that was missed in review.
...
57aa4e341579132b6d9de95510d8789313d68e29 authored over 5 years ago by Rukai <[email protected]>
38: Add an example showing how to capture a render r=kvark a=paulkernfeld
I had wanted to use w...
0ec9f184aa2eb56be7e16c4c4bc93433f32566c3 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>790b79a936c312dbaa3d0550a427b13570a258bb authored over 5 years ago by Paul Kernfeld <[email protected]>
40: Update running an example documentation r=kvark a=Napokue
- Removed link to gfx getting sta...
d12c7329cc39ad74ac6c3d46b766be0610b66d73 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>495c9b3c40660ff819f9579fc50a594f842dfbfa authored over 5 years ago by Timo de Kort <[email protected]>
33: Make `PresentMode` configurable. r=kvark a=Yatekii
See: https://github.com/gfx-rs/wgpu/pull...
5dd361fc639e71af328504f9e27a08daf83d7633 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>Gl fixes.
Try fix this mess ..
GL fixess
Revert intermediate wgpu branch
Set proper wgpu-nat...
ce382f37355195f7ea6c204a22aa77e5280a236c authored over 5 years ago by Noah Hüsser <[email protected]>35: Add the possibility to set a stencil on a renderpass. r=kvark a=Yatekii
Co-authored-by: N...
a05eab15a1efeb9c5ac49c0b4bd2620bcf850a3a authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>2e277bd02be46a23fc599882ca75671cc841a7cf authored over 5 years ago by Noah Huesser <[email protected]>
32: Add conversion matrix from OpenGL to wgpu r=kvark a=dragly
The matrices in the examples are...
a8a1990303cbe1925992bdbb6ab4f73d7787640d authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>00e0996e8d2c21f6dd0ae8ee0b1ac8d1aac1ee93 authored over 5 years ago by Svenn-Arne Dragly <[email protected]>
11e2e37ec3114bfe5727375881b4ad8813379acf authored over 5 years ago by Dzmitry Malyshau <[email protected]>
The matrices in the examples are given in an OpenGL-like coordinate system,
while a Vulkan-like ...
30: Add Pod trait bound for all BufferMapAsyncResult data r=kvark a=paulkernfeld
Co-authored-...
d836a4f041c04f32cde5976a24e502beab6e21e4 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>28: msaa-line example fixes r=kvark a=rukai
This PR fixes the msaa-line example in addition to ...
1a8f468d99da6449c543180b5539bcde806c003b authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>b235c9647fcea1d0fdabaae2f2c4ebb470d048df authored over 5 years ago by Rukai <[email protected]>
6c8f3bc08c9f06a3f3989c7b8b6fc8a8950175e5 authored over 5 years ago by Paul Kernfeld <[email protected]>
26: Rename msaa-linelist to msaa-line r=kvark a=rukai
As requested on gitter by @kvark
Co-aut...
76c49275cbf077bdbace96c341d4690694208834 authored over 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>60488d7b879bbe5a68f8bc3120889cab825beeb2 authored over 5 years ago by Rukai <[email protected]>
25: Add MSAA example r=kvark a=rukai
This example is the same as the triangle example except:
...
b15fcf11b1c031f995671bf9b0f3a08e7b6f0c2a authored over 5 years ago by Rukai <[email protected]>
23: Mipmapping example r=grovesNL a=kvark
Depends on https://github.com/gfx-rs/wgpu/pull/226
C...
05df2dff18789a69ea21086426d94e2fcb4998a0 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>84434103c01dca2583b9c65360f12287b5467386 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
3f29a6d957a5cca49871e17e29d4e537337cc060 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
e9f687014b8b6003922a651a3d92bdeb06bae0c9 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
21: Add native surface creation r=kvark a=grovesNL
- (API change) Rename `create_surface_with_m...
a4ad7ae6ff2fc42396b802968dcc95bbf0612235 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>774dbcd99a8ddec3be6c6ec6e413ed36886535ef authored over 5 years ago by Joshua Groves <[email protected]>
d4ef083dbb6256dc6f32bc71e33547cf03b4c265 authored over 5 years ago by Joshua Groves <[email protected]>
10: Update API for new wgpu gl backend support r=kvark a=kyren
This won't work until [this pr](...
ee40f4c574a4ca140b9d57ef66bc806f871abdad authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>20: Update to latest wgpu-native r=kvark a=rukai
Co-authored-by: Rukai <[email protected]>
05e9dfd2e935bd069990d8d6fa9e6b011a0dae1a authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>3512aeacb3d98257c0b95cf01f958a254b739503 authored over 5 years ago by Rukai <[email protected]>
9faa01adb298631f0b6666f7054d152435cdb9a2 authored over 5 years ago by kyren <[email protected]>
ae48fe07e0a63d30d1ee6b7fe3bb2889c40b7aa8 authored over 5 years ago by kyren <[email protected]>
8c53667572a81dffd5639486a80b0c2b0ebd9250 authored over 5 years ago by kyren <[email protected]>
16: Fix tests and run in CI r=grovesNL a=rukai
Fixes tests and enables running tests with vulka...
230e2abf366a538b965ed0a556746f80dfeed017 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>17: Add GLX map PNG r=grovesNL a=paulkernfeld
Not sure if you're looking for more examples but ...
173d31899d52bd6d787375e75e6f3297f2702fcf authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>44f251f0063ae7ccb49a0a822010f191f145b863 authored over 5 years ago by Paul Kernfeld <[email protected]>
44ce0875f1cb339c802f9233e10e4ba42ee97bd1 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
5a1c5c269ab5d0cebaaddff933d6c75d5e566d2d authored over 5 years ago by Dzmitry Malyshau <[email protected]>
cf33acf5dce9c772cf5998625cb6ddc82bea71b6 authored over 5 years ago by Lucas Kent <[email protected]>
15: Upgdate to latest wgpu-native r=kvark a=rukai
Co-authored-by: Lucas Kent <rubickent@gmail...
84a9f0b8f442e027b909b120c8d2b43064b708c2 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>0161b0867f89a5474bd18a1cf7320cfbc3b22c59 authored over 5 years ago by Lucas Kent <[email protected]>
11: Add docs to most items r=kvark a=cormac-obrien
This does not include items re-exported from...
91bb4c8f5349a7f05d742435b4b4bf5d3991350c authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>9e4baf5cf5e68c002ab4f01f3f28f29b4ad5e142 authored over 5 years ago by Mac O'Brien <[email protected]>
- Add intra-doc links
- Clarify object and function usage and behavior
- Make note of alignment ...
This does not include items re-exported from wgpu-native.
85c5ad070bd5a7b9c3515f532574a2836cab336f authored over 5 years ago by Mac O'Brien <[email protected]>5: updated version of wgpu-native r=kvark a=jazzay
Co-authored-by: Jason Jarvis <jazzay@gmail...
5eebd059ddaeef16f0777124b65339f29e0dfa59 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>eafa7b497f11775072e549feac55f3ffe5cdf470 authored over 5 years ago by Jason Jarvis <[email protected]>
4: Update wgpu-rs to reflect latest wgpu API r=kvark a=kyren
Not sure if everything here is cor...
fba0038794933c4588cbe7f2666f32b581e8ff88 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>