summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwoerner <twoerner@web>2022-02-25 15:09:10 +0000
committerIkiWiki <ikiwiki.info>2022-02-25 15:09:10 +0000
commit9e8a1dc9a062a249e691357ba871c838b1409258 (patch)
tree55136ae2d4493e03b72b2093462179138fa1055b
parent4c7dc29027c661bb42f862f7921b28cedc2b9a73 (diff)
potential mentor list: move to the top and clarify that some projects have mentors listed while others might not
-rw-r--r--SummerOfCodeIdeas.mdwn25
1 files changed, 12 insertions, 13 deletions
diff --git a/SummerOfCodeIdeas.mdwn b/SummerOfCodeIdeas.mdwn
index 03f683ec..dc8ab930 100644
--- a/SummerOfCodeIdeas.mdwn
+++ b/SummerOfCodeIdeas.mdwn
@@ -16,6 +16,18 @@ If you have questions, feel free to contact us on the [[dri-devel mailing list|h
Here are a list of projects proposed by X.Org developers. If you have ideas of your own, please post them on the relevant mailing lists.
+## Potential Mentors
+
+Some projects have one or more specific potential mentor(s) who are listed as part of the project idea itself. Otherwise a potential mentor might be found in the following list:
+
+* [Martin Peres](mailto:martin.peres@free.fr) - Apitrace, Power Management in Nouveau, xf86-video-modesetting or EzBench-related projects
+* [Daniel Stone](mailto:daniel@fooishbar.org) - Wayland/Weston, EGL, KMS
+* [Karol Herbst](mailto:kherbst@redhat.com) - Nouveau
+* [Julien Isorce](mailto:julien.isorce@gmail.com) - OpenMAX
+* [Christian König](mailto:christian.koenig@gmail.com) - AMDGPU
+* [Simon Ser](mailto:contact@emersion.fr) - Wayland
+* [Daniel Vetter](mailto:daniel.vetter@ffwll.ch) - DRM
+
### add unit tests to AMDGPU
* _Difficulty:_ Medium
@@ -323,16 +335,3 @@ You may find multiple ideas from the the [DRM todo list](https://dri.freedesktop
* _Hardware/Software Required_: Supports Wayland and KMS with open drivers
* _Where to ask questions_: #sway-devel on Libera Chat
* _Description_: At the moment wlroots-based compositors render right after the GPU displays a new frame on screen (vblank). This isn't great from a latency point of view, because all client surface updates will be 1 frame worth of time late. There are multiple ways to improve this (Weston and Sway have a configurable fixed delay, Mutter has an adaptive delay). Research and implement a good mechanism to reduce latency without missing frames.
-
-## Potential Mentors
-
-Please add yourself below if you are willing to be a GSoC or EVoC mentor:
-
-* [Martin Peres](mailto:martin.peres@free.fr) - Apitrace, Power Management in Nouveau, xf86-video-modesetting or EzBench-related projects
-* [Daniel Stone](mailto:daniel@fooishbar.org) - Wayland/Weston, EGL, KMS
-* [Karol Herbst](mailto:kherbst@redhat.com) - Nouveau
-* [Julien Isorce](mailto:julien.isorce@gmail.com) - OpenMAX
-* [Christian König](mailto:christian.koenig@gmail.com) - AMDGPU
-* [Adam Jackson](mailto:ajax@redhat.com) - Xorg docs
-* [Simon Ser](mailto:contact@emersion.fr) - Wayland
-* [Daniel Vetter](mailto:daniel.vetter@ffwll.ch) - DRM