Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.2
[mesa.git] / docs / helpwanted.html
1 <HTML>
2
3 <TITLE>Help Wanted</TITLE>
4
5 <link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7 <BODY>
8
9 <H1>Help Wanted / To-Do List</H1>
10
11 <p>
12 We can always use more help with the Mesa project.
13 Here are some specific ideas and areas where help would be appreciated:
14 </p>
15
16 <ol>
17 <li>
18 Enable -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing
19 issues in the code.
20 <li>
21 Windows 98/NT driver building, maintenance and testing
22 <li>
23 Maintenance and testing of lesser-used drivers, such as DOS/DJGPP, GGI, etc.
24 </ol>
25
26
27 <p>
28 If you want to help with Mesa, first join the Mesa developer's
29 mailing list.
30 Then post a message to propose what you want to do, just to make sure
31 there's no issues.
32 </p>
33
34 </p>
35 Anyone is welcome to contribute code to the Mesa project.
36 By doing so, it's assumed that you agree to the code's licensing terms.
37 </p>
38
39 <p>
40 Finally:
41 <p>
42
43 <ol>
44 <li>Try to write high-quality code that follows the existing style.
45 <li>Use uniform indentation, write comments, use meaningful identifiers, etc.
46 <li>Test your code thoroughly. Include test programs if appropriate.
47 </ol>
48
49
50 </BODY>
51 </HTML>