blob: 8aa1b92fed28a044f9587e98b37d53889155b8ed [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
Andreas Bolld9d84062012-06-26 20:47:05 +020049<p>
50You can find some further To-do lists here:
51</p>
52<ul>
53 <li><a href="http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt"
54 target="_parent"><b>GL3.txt</b></a></li>
55 <li><a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/docs/llvm-todo.txt"
56 target="_parent"><b>LLVMpipe - todo</b></a></li>
57 <li><a href="http://dri.freedesktop.org/wiki/MissingFunctionality"
58 target="_parent"><b>MissingFunctionality</b></a></li>
Andreas Boll933e13e2012-08-06 21:38:27 +020059 <li><a href="http://dri.freedesktop.org/wiki/R600ToDo"
60 target="_parent"><b>R600ToDo</b></a></li>
Andreas Bolld9d84062012-06-26 20:47:05 +020061 <li><a href="http://dri.freedesktop.org/wiki/R300ToDo"
62 target="_parent"><b>R300ToDo</b></a></li>
Andreas Boll933e13e2012-08-06 21:38:27 +020063 <li><a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/drivers/i915/TODO"
64 target="_parent"><b>i915g TODO</b></a></li>
Andreas Bolld9d84062012-06-26 20:47:05 +020065</ul>
Brian Paul0b27ace2003-03-08 17:38:57 +000066
67<p>
Brian Paulb6c41fd2009-01-22 09:58:52 -070068If you want to do something new in Mesa, first join the Mesa developer's
Brian Paulf9010722005-02-10 15:18:26 +000069mailing list.
70Then post a message to propose what you want to do, just to make sure
71there's no issues.
Brian Paul0b27ace2003-03-08 17:38:57 +000072</p>
73
Andreas Bolldf2be222012-06-12 09:05:22 +020074<p>
Brian Paulf9010722005-02-10 15:18:26 +000075Anyone is welcome to contribute code to the Mesa project.
76By doing so, it's assumed that you agree to the code's licensing terms.
Brian Paul0b27ace2003-03-08 17:38:57 +000077</p>
78
79<p>
Brian Paulf9010722005-02-10 15:18:26 +000080Finally:
Andreas Bolldf2be222012-06-12 09:05:22 +020081</p>
Brian Paul0b27ace2003-03-08 17:38:57 +000082
Brian Paul0b27ace2003-03-08 17:38:57 +000083<ol>
Brian Paulf9010722005-02-10 15:18:26 +000084<li>Try to write high-quality code that follows the existing style.
85<li>Use uniform indentation, write comments, use meaningful identifiers, etc.
86<li>Test your code thoroughly. Include test programs if appropriate.
Brian Paul0b27ace2003-03-08 17:38:57 +000087</ol>
88
89
Andreas Bollecd5c7c2012-06-12 09:05:03 +020090</body>
91</html>