blob: cfa057e4b70ab754fd9040d4e4c6a8b9affb3de5 [file] [log] [blame]
Andreas Bollecd5c7c2012-06-12 09:05:03 +02001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html lang="en">
3<head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Help Wanted</title>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7</head>
8<body>
Brian Paul0b27ace2003-03-08 17:38:57 +00009
Andreas Bollecd5c7c2012-06-12 09:05:03 +020010<h1>Help Wanted / To-Do List</h1>
Brian Paul0b27ace2003-03-08 17:38:57 +000011
12<p>
Brian Paulf9010722005-02-10 15:18:26 +000013We can always use more help with the Mesa project.
14Here are some specific ideas and areas where help would be appreciated:
Brian Paul0b27ace2003-03-08 17:38:57 +000015</p>
16
Brian Paulf9010722005-02-10 15:18:26 +000017<ol>
Brian7f80dc12007-10-31 09:44:01 -060018<li>
Brian Paulb6c41fd2009-01-22 09:58:52 -070019<b>Driver patching and testing.</b>
Andreas Boll24eebf42012-06-25 21:54:08 +020020Patches are often posted to the <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_parent">mesa-dev mailing list</a>, but aren't
Brian Paulb6c41fd2009-01-22 09:58:52 -070021immediately checked into git because not enough people are testing them.
22Just applying patches, testing and reporting back is helpful.
23<li>
24<b>Driver debugging.</b>
Andreas Boll24eebf42012-06-25 21:54:08 +020025There are plenty of open bugs in the <a href="https://bugs.freedesktop.org/describecomponents.cgi?product=Mesa" target="_parent">bug database</a>.
Brian Paulb6c41fd2009-01-22 09:58:52 -070026<li>
27<b>Remove aliasing warnings.</b>
28Enable gcc -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing
Brian7f80dc12007-10-31 09:44:01 -060029issues in the code.
30<li>
Brian Paulb6c41fd2009-01-22 09:58:52 -070031<b>Windows driver building, testing and maintenance.</b>
Andreas Boll24eebf42012-06-25 21:54:08 +020032Fixing MSVC builds.
Brian7f80dc12007-10-31 09:44:01 -060033<li>
Brian Paulb6c41fd2009-01-22 09:58:52 -070034<b>Maintenance and testing of lesser-used drivers.</b>
Andreas Boll24eebf42012-06-25 21:54:08 +020035Drivers such as i810, mach64, mga, r128, savage, sis, tdfx, unichrome, etc that aren't being maintained are being
36deprecated starting in Mesa 8.0.<br>
37They have to be ported to DRI2 to be accepted in mesa master again.
Brian Paulb6c41fd2009-01-22 09:58:52 -070038<li>
39<b>Contribute more tests to
Andreas Boll24eebf42012-06-25 21:54:08 +020040<a href="http://people.freedesktop.org/~nh/piglit/" target="_parent">Piglit</a>.</b>
Brian Paulb6c41fd2009-01-22 09:58:52 -070041<li>
42<b>Automatic testing.
43</b>
44It would be great if someone would set up an automated system for grabbing
Andreas Boll24eebf42012-06-25 21:54:08 +020045the latest Mesa code and run tests (such as piglit) then report issues to
Brian Paulb6c41fd2009-01-22 09:58:52 -070046the mailing list.
Brian Paulf9010722005-02-10 15:18:26 +000047</ol>
Brian Paul0b27ace2003-03-08 17:38:57 +000048
49
50<p>
Brian Paulb6c41fd2009-01-22 09:58:52 -070051If you want to do something new in Mesa, first join the Mesa developer's
Brian Paulf9010722005-02-10 15:18:26 +000052mailing list.
53Then post a message to propose what you want to do, just to make sure
54there's no issues.
Brian Paul0b27ace2003-03-08 17:38:57 +000055</p>
56
Andreas Bolldf2be222012-06-12 09:05:22 +020057<p>
Brian Paulf9010722005-02-10 15:18:26 +000058Anyone is welcome to contribute code to the Mesa project.
59By doing so, it's assumed that you agree to the code's licensing terms.
Brian Paul0b27ace2003-03-08 17:38:57 +000060</p>
61
62<p>
Brian Paulf9010722005-02-10 15:18:26 +000063Finally:
Andreas Bolldf2be222012-06-12 09:05:22 +020064</p>
Brian Paul0b27ace2003-03-08 17:38:57 +000065
Brian Paul0b27ace2003-03-08 17:38:57 +000066<ol>
Brian Paulf9010722005-02-10 15:18:26 +000067<li>Try to write high-quality code that follows the existing style.
68<li>Use uniform indentation, write comments, use meaningful identifiers, etc.
69<li>Test your code thoroughly. Include test programs if appropriate.
Brian Paul0b27ace2003-03-08 17:38:57 +000070</ol>
71
72
Andreas Bollecd5c7c2012-06-12 09:05:03 +020073</body>
74</html>