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
11554792476eb867a85b2ce3b90924bf08941a5c authored over 5 years ago by Bruce Mitchener <[email protected]>
b21a0c12aff4969591b6bc7211264aa009357e61 authored over 5 years ago by Bruce Mitchener <[email protected]>
186: Fix clear value filtering and integer support r=grovesNL a=kvark
Co-authored-by: Dzmitry...
81b6f42941ad3cf91db30bee14023ee7e8fee974 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>187: Change dynamic and vertex buffer offsets to u64 r=cormac-obrien a=kvark
This change makes ...
6d074b54e6efae4d73746f2a0716f9331e37577c authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>2564332f3d07ef1b279776d89c2b61e3c7d9c1b6 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
11: Add docs to most items r=kvark a=cormac-obrien
This does not include items re-exported from...
b465f33f7a145dd69768aaff1ce997ebd427f0da authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>b2e126b1e21785bcceffdd0c85ea1d8d96a0dcdc authored over 5 years ago by Mac O'Brien <[email protected]>
9eddc296c34f932cbe6efdf7d6558118306353d0 authored over 5 years ago by Dzmitry Malyshau <[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.
35627ac47ddf9b6a63211230fdc66034a71f32aa authored over 5 years ago by Mac O'Brien <[email protected]>182: Update Makefile r=kvark a=Napokue
More Windows compliant and change "wgpu-bindings" direct...
55fb05fe35aac7f923ece4327fe9c4086c776a1e authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>3f385a56dd3639e0c0db8478ddb3cab5e42c38c0 authored over 5 years ago by Timo de Kort <[email protected]>
by making InstanceId a type alias to SurfaceId
af9aa78e3a355e76011e26b43da19b21cbfa54fe authored over 5 years ago by kyren <[email protected]>Also adds glutin-specific support methods to wgpu-native
8680195c91e81bdfab4ebba57bd77df3cbd4b97a authored over 5 years ago by kyren <[email protected]>5: updated version of wgpu-native r=kvark a=jazzay
Co-authored-by: Jason Jarvis <jazzay@gmail...
139b4ffc39dc27a8244c220c0f999d030699060f authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>186bc56c65971a70eb0e2a56dd86738d50e9fa67 authored over 5 years ago by Jason Jarvis <[email protected]>
179: Fix semaphore iteration on submit r=kvark a=kvark
Fixes #167
It's a bit silly: we used...
5b6549febccdc93f344a2b776b9a548b17afcf2f authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>bd167f8fc5cdc3493104cf8cf2e6279f041f524c authored over 5 years ago by Dzmitry Malyshau <[email protected]>
4: Update wgpu-rs to reflect latest wgpu API r=kvark a=kyren
Not sure if everything here is cor...
5d6aa776822c7627d3af17030b12ea7fac531e9f authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>2910030266fc7c61844d2baee815d09d3ce55f4e authored over 5 years ago by kyren <[email protected]>
3: Rename hello_ examples to hello- (#2) r=kvark a=paulkernfeld
Co-authored-by: Paul Kernfeld...
fdef638a068f87424e512d469492df84db416a7b authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>178: Fix RenderPassColorAttachmentDescriptor r=kyren a=kvark
Co-authored-by: Dzmitry Malyshau...
dd61d1220357fc220631854d98f5f05e69623df9 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>a9063ce3eb44907742c743024147f976ba7b47b1 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
175: API update with naming, formats, and extra fields r=grovesNL a=kvark
Co-authored-by: Dz...
a056d2478a3e34fa20071957af89fc6eda7a313d authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>176: Fix command buffer and surface locking order r=grovesNL a=kvark
As with all the other lock...
8dc23d72beb7509f74f12990bfea4ee4e2da3f82 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>0654d8bbb724472da7d42065d6d4902b509f7dce authored over 5 years ago by Paul Kernfeld <[email protected]>
1875523a6ae180b640a6cd64a932b82c7bfff469 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
48e74e77d79b9280e569f1c47bbb493de66f14f8 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
a6f3637c0cf38d2d91b041c7b91b9499b35c9df5 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
f024758e0731fdff5aa1220c630d7827c46c8c10 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
40ec1ac4c1266ec3181b2e57179edbeac3f253d3 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
6a1dcb9565002a7bdec1ff40710ce2f8d1a98966 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
165: Document how to run example in readme r=kvark a=rukai
This took me a while to figure out, ...
75201773a72effa19a16660b50db31bf24274923 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>173: Fix lock order on the identity manager r=kvark a=kvark
Fixes #161
cc @rukai
Co-authore...
b436a411c742587f357a20b6b9bd8c064816f26a authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>278016d71152fd76a916a362654a8086ee132f10 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
147: Merge '.rustfmt.toml' into 'rustfmt.toml' r=kvark a=Atul9
171: Handle resize in the tria...
65a2351886dd1c5c2941b400488a49ec3518e0b0 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>172: Update to gfx-hal 0.2 r=kvark a=kvark
Co-authored-by: Dzmitry Malyshau <[email protected]>
965d24245c98976af920f1d2cff1be3de77c387a authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>5597846018b36bcc8569d8c5c9efc6acc1788aba authored over 5 years ago by Dzmitry Malyshau <[email protected]>
cd9b7b8606b65f984a7c2244f297542e0b9c161b authored over 5 years ago by Rukai <[email protected]>
637a0883e7ad8ea100f43f1cb2eb1b83b4d1294f authored over 5 years ago by Rukai <[email protected]>
163: Remove Rust wrapper and examples r=kvark a=kvark
Fixes #160
Closes #60
Everything spe...
7b0217d51c2a71be9dc5aee2cd604ebf6e7600ee authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>540451a66da2097b25e7d328221eb90506279f1d authored over 5 years ago by Dzmitry Malyshau <[email protected]>
2c1bdbd40fa1a112785f72275804c0ab3a617b8c authored over 5 years ago by Dzmitry Malyshau <[email protected]>
5eda162748832bcdbc3e1d697d10e69dbee4ddc6 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
6ce9cbd67924c1d0b754a019eefe4f0a029101dd authored over 5 years ago by Dzmitry Malyshau <[email protected]>
164: Fix locking order in texture view creation and destruction r=kvark a=kvark
Fixes #161
Ess...
8c75f35948ea03fef01f33870cff2b071ab499ac authored over 5 years ago by Dzmitry Malyshau <[email protected]>
d8b3372250e60c389ad5fa9bea4a778247347cf1 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
d47f7e5bde03db4fdb36a2270dfabbcaa0792385 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
159: Add GPU timeout, fix active submission processing order r=kvark a=kvark
Fixes #156
The...
0edf927e5bb13d78d804e5ff58dce952f81e5832 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>154: Move callbacks out of the locking path r=kvark a=kvark
Fixes #152
This change fixes the ...
664fcdc1fa3d4017b554e48da77b834d6089328e authored over 5 years ago by Dzmitry Malyshau <[email protected]>
157: Add multithreaded_compute test r=kvark a=rukai
As requested in https://github.com/gfx-rs/w...
aec590735bf203298f4a00185f2e3cbe74fe252b authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>5cce1a2edb58de0cc0fdc3b6e926d837131cccce authored over 5 years ago by Rukai <[email protected]>
3f1e9ab03beae988bffb6248747ac5847df2beae authored over 5 years ago by Dzmitry Malyshau <[email protected]>
153: Update deps + upgrade examples to rust 2018 r=kvark a=rukai
Things to note:
* I removed...
16cc03be31908e6a0f3fd953ea00eb631bffb446 authored over 5 years ago by Rukai <[email protected]>
151: Assert on swapchain output usage before presenting r=grovesNL a=kvark
Fixes #148
There...
6b92c37fa02da67bd1830796ba2232d926cfe814 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>31d11be0580212192d4e616d5413ae769857179e authored over 5 years ago by Dzmitry Malyshau <[email protected]>
136: Use strongly typed Ids r=kvark a=psincf
fixes #61
Co-authored-by: psincf <44228825+psinc...
b12b4c135ed63fc3544700efc657c4187726b9c2 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>140: Creating buffers with size 0 actually creates them with size 1 r=kvark a=rukai
closes http...
f722a8f631f7519369bab4b7e4687229ae54fd5b authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>64d1250bfa11bb3cf897f8a13c4215f2ee1aeb82 authored over 5 years ago by psincf <[email protected]>
3662987220b132691fc9d2e8a7e9dd25e6c8e4b0 authored over 5 years ago by Rukai <[email protected]>
2e30c611ae277c263a42351f2f88b2ddc3aa576c authored over 5 years ago by psincf <[email protected]>
1c350cc4af27291a89e6b36b1971966cb0ac83cf authored over 5 years ago by Dzmitry Malyshau <[email protected]>
149: Remove wgpu_buffer_set_sub_data function r=kvark a=Atul9
closes #145
Co-authored-by: Atu...
f015eb22d80ba71e7837762272b14ffecd8cec39 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>333050967819fcf663f68446495d6cab52a8892a authored over 5 years ago by Atul Bhosale <[email protected]>
3585c4481c4385207fae3b6189830ff1c524142d authored over 5 years ago by Atul Bhosale <[email protected]>
10547b937fb72ff2d255255f33bf8412092dfb45 authored over 5 years ago by psincf <[email protected]>
565e5fdfeb05a0fea8dd207c9e637185f5084aa4 authored over 5 years ago by psincf <[email protected]>
f7794fd82bc2fd58b1c70552a98e9f4e39abca44 authored over 5 years ago by psincf <[email protected]>
bbef2b76229e543291aa0e5f9441ada40b556575 authored over 5 years ago by psincf <[email protected]>
44cf64495aa5782c7203be397ecfa15ed296aaa1 authored over 5 years ago by psincf <[email protected]>
bfc983a8ccb214c932210bd31daebbeabb8143a1 authored over 5 years ago by psincf <[email protected]>
144: Rewrite bindings generation r=grovesNL a=kvark
This PR is shaping wgpu-remote to become di...
1e177d0813d8f258e5eb5b0656260f28fa394382 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>6ac666a5aa3bb2df7852540b034f111605eaf996 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
61fca00f349c79af656a8a10d85134950b60553d authored over 5 years ago by Dzmitry Malyshau <[email protected]>
0011d9f4ff3a007cf893913b9b1219bd1a421d4c authored over 5 years ago by Dzmitry Malyshau <[email protected]>
52ee3e019cc968947dee32ee908aa8d58cd05102 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
139: Scissors test r=kvark a=snuk182
Closes #138
Co-authored-by: Serhii Plyhun <snuk188@gmail...
5ec6f3536804350180cb0721be388bd9b3bf8e1f authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>142: Correct Link r=kvark a=ShalokShalom
Co-authored-by: ShalokShalom <shalokshalom@protonmai...
a1908c1873ced8eef0dda1d46a9a6b74c01c087e authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>092bcc4afb189008ca0c745e5da550261aae60fc authored over 5 years ago by Serhii Plyhun <[email protected]>
3c12edd0b7ecda81398f621195350c0693d36a21 authored over 5 years ago by ShalokShalom <[email protected]>
131: Support dynamic offsets r=kvark a=cloudhead
Closes #125
Adds support for dynamic offset...
6f810f4f230d52264c1bd3dbe71e60d4ebef9a53 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>Closes #125
* Add support for dynamic offsets when setting a bind group.
* Add new binding type...
130: Format code using 'cargo fmt' r=kvark a=Atul9
Co-authored-by: Atul Bhosale <atul1bhosale...
ee3025c4d8e9e63bf24dbbe081eddcbc66716258 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>af38d79d79607802df4b70754982730fae85d39b authored over 5 years ago by Atul Bhosale <[email protected]>
127: Track async mapping properly r=grovesNL,swiftcoder a=kvark
Fixes #117, fixes #95, fixes #1...
993293f709bacb524f041fe4ea2248cfe981cc6d authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>06d34830d40dc5158e2f1173fae23fee7e2796cb authored over 5 years ago by Dzmitry Malyshau <[email protected]>
8578643f383d3b369c7b0a0183bf35f3bb62b49f authored over 5 years ago by Dzmitry Malyshau <[email protected]>
41141b1ae0881f05fe2b70753aea77bde3c886b1 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
aa1f876de32789775dd563cc7e5fe426658af520 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
326af8cce601a8441a7e5a4392410bc9fee355ec authored over 5 years ago by Dzmitry Malyshau <[email protected]>
7200f727e2656bd2f820b0266bd01ed7f7b14ed7 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
e2dcac91d202ba9d88c3f235dacedfcd0737ad77 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
128: Fix winit event loop in the triangle example r=kvark a=psincf
It's the refactored https://...
0a60c82c435e2d570270cd348803d989ccf31929 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>e70b01ccc076787dedcfc83bcca402ec88d94d0b authored over 5 years ago by psincf <[email protected]>
1f4d67aeb2808db4bfb7bd2e12b46498db564fc4 authored over 5 years ago by Dzmitry Malyshau <[email protected]>
124: Configure Swapchain with supported composite_alpha r=kvark a=silphendio
CompositeAlpha::In...
4431df63d8932e4468c41bb598f3cddd65752b50 authored over 5 years ago by bors[bot] <bors[bot]@users.noreply.github.com>89c5564133145230d0d93165c10f99cc8b2a6f94 authored over 5 years ago by Markus Ginthör <[email protected]>