summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDzmitry Malyshau <kvarkus@gmail.com>2019-06-28 11:50:36 -0400
committerGitHub <noreply@github.com>2019-06-28 11:50:36 -0400
commitf3a43fabe081e491fe78fccd7c934d53a492abd7 (patch)
tree38b586e87482a7fdf8f49ebd03790a9364c8f409
parent2d212376d7f1ebeb5f9a1607093b4478192ac931 (diff)
Add gfx-rs issues under new "contributor-friendly" tag
-rw-r--r--drafts/2019-07-02-this-week-in-rust.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/drafts/2019-07-02-this-week-in-rust.md b/drafts/2019-07-02-this-week-in-rust.md
index af5e905..0823737 100644
--- a/drafts/2019-07-02-this-week-in-rust.md
+++ b/drafts/2019-07-02-this-week-in-rust.md
@@ -36,6 +36,14 @@ Some of these tasks may also have mentors available, visit the task page for mor
* [Request for implementation](https://github.com/dtolnay/request-for-implementation/) - Crates that don't exist but should. Suggest your own design and someone will pick it up.
* [miniz_oxide: Some Panics cause segfaults in jemalloc when called from flate2](https://github.com/Frommi/miniz_oxide/issues/14).
+gfx-rs introduces the [contributor-friendly](https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly) label for issues that are appropriately inviting to new members:
+* [Should have a way of telling whether backend is supported](https://github.com/gfx-rs/gfx/issues/2783)
+* [A comparative table of HAL features available per backend](https://github.com/gfx-rs/gfx/issues/2547)
+* (hal) [Consider removing typed command buffers, pools and queues](https://github.com/gfx-rs/gfx/issues/2862)
+* (metal) [Try Kudzu instead of storage-map](https://github.com/gfx-rs/gfx/issues/2860)
+* (dx12) [Support VertexIndex and InstanceIndex semantics](https://github.com/gfx-rs/gfx/issues/2589)
+* (dx12) [Pipeline caches](https://github.com/gfx-rs/gfx/issues/2877)
+
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].
[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821