summaryrefslogtreecommitdiffstats
path: root/drafts
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2019-07-04 00:18:39 +0900
committerGitHub <noreply@github.com>2019-07-04 00:18:39 +0900
commit1d2684672759de6eb96dae1a814ae247cc4e8fa3 (patch)
tree1f3a747a0d3aae6956eaf597d8031ff96fca34df /drafts
parent77634681be1bacb5b45582be97fbb84cc6cbdae7 (diff)
parentf3a43fabe081e491fe78fccd7c934d53a492abd7 (diff)
Merge pull request #944 from kvark/patch-10
Add gfx-rs issues under new "contributor-friendly" tag
Diffstat (limited to 'drafts')
-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 d0a7781..750c198 100644
--- a/drafts/2019-07-02-this-week-in-rust.md
+++ b/drafts/2019-07-02-this-week-in-rust.md
@@ -37,6 +37,14 @@ Some of these tasks may also have mentors available, visit the task page for mor
* [miniz_oxide: Some Panics cause segfaults in jemalloc when called from flate2](https://github.com/Frommi/miniz_oxide/issues/14).
* [TiKV: Replace Debug formatting with Display formatting in errors, panics and logs](https://github.com/tikv/tikv/issues/4960).
+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