summaryrefslogtreecommitdiff
path: root/XorgOPW.mdwn
diff options
context:
space:
mode:
authorPeterHutterer <PeterHutterer@web>2014-09-12 16:46:31 -0700
committerxorg <iki-xorg@freedesktop.org>2014-09-12 16:46:31 -0700
commit06bc92e4ccf88b47d1bc413c17793330d1bff5a1 (patch)
tree7ea5a5b4545f6bffa8f9e71b31783f7502bafac3 /XorgOPW.mdwn
parent4787d1280c26bb91fbef42ea6ef5f818990d8d57 (diff)
fix formatting
Diffstat (limited to 'XorgOPW.mdwn')
-rw-r--r--XorgOPW.mdwn19
1 files changed, 9 insertions, 10 deletions
diff --git a/XorgOPW.mdwn b/XorgOPW.mdwn
index b690e623..43d10b23 100644
--- a/XorgOPW.mdwn
+++ b/XorgOPW.mdwn
@@ -14,12 +14,14 @@ Below is a list of projects that we've compiled so far, but if you have an idea
### Project: review and fix/finish XCB protocol descriptions
+Mentor: [[Christian Linhart|ChristianLinhart]]
+
+
The main task is to review XCB protocol definitions
of one or multiple X11-extensions ( or the core-protocol ) and
to fix any encountered bugs or unfinished places.
#### Goal
-Mentor: [[Christian Linhart|ChristianLinhart]]
The goal is to get the XCB-implementation of these X11-extensions
to a quality that's sufficient for server-side XCB.
@@ -56,9 +58,10 @@ The project includes some or all of the following tasks:
### Project: Server-side XCB
-#### Goal
Mentor: [[Christian Linhart|ChristianLinhart]]
+#### Goal
+
The goal is that byte-swapping code in the X-Server is automatically generated
from the XCB protocol definitions.
@@ -77,14 +80,10 @@ of the X-Server, just using both code-variants.
#### Tasks
The project includes some or all of the following tasks:
-* write a generator for the byte-swapping code. The generator shall be written
-* in Python and use the parser of xcb/proto.
-* modify the framework of the X-Server so that this automatically generated
-* code is called.
-* Support switching to the generated code for each X-Extension separately, so
-* we can gradually migrate.
-* Write automatic test-cases which compare the old manual byte-swapping code
-* with the new automatically generated code.
+* write a generator for the byte-swapping code. The generator shall be written in Python and use the parser of xcb/proto.
+* modify the framework of the X-Server so that this automatically generated code is called.
+* Support switching to the generated code for each X-Extension separately, so we can gradually migrate.
+* Write automatic test-cases which compare the old manual byte-swapping code with the new automatically generated code.
#### Skills ( Required or it's needed to learn them )