blob: 12a2bb5fc287709300f7548938c786c707580ace [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 Bollb5da52a2012-09-18 18:57:02 +020010<div class="header">
11 <h1>The Mesa 3D Graphics Library</h1>
12</div>
13
14<iframe src="contents.html"></iframe>
15<div class="content">
16
Andreas Bollecd5c7c2012-06-12 09:05:03 +020017<h1>Help Wanted / To-Do List</h1>
Brian Paul0b27ace2003-03-08 17:38:57 +000018
19<p>
Brian Paulf9010722005-02-10 15:18:26 +000020We can always use more help with the Mesa project.
21Here are some specific ideas and areas where help would be appreciated:
Brian Paul0b27ace2003-03-08 17:38:57 +000022</p>
23
Brian Paulf9010722005-02-10 15:18:26 +000024<ol>
Brian7f80dc12007-10-31 09:44:01 -060025<li>
Brian Paulb6c41fd2009-01-22 09:58:52 -070026<b>Driver patching and testing.</b>
Andreas Bolla73c59b2012-09-18 19:31:28 +020027Patches are often posted to the <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">mesa-dev mailing list</a>, but aren't
Brian Paulb6c41fd2009-01-22 09:58:52 -070028immediately checked into git because not enough people are testing them.
29Just applying patches, testing and reporting back is helpful.
30<li>
31<b>Driver debugging.</b>
Andreas Bolla73c59b2012-09-18 19:31:28 +020032There are plenty of open bugs in the <a href="https://bugs.freedesktop.org/describecomponents.cgi?product=Mesa">bug database</a>.
Brian Paulb6c41fd2009-01-22 09:58:52 -070033<li>
34<b>Remove aliasing warnings.</b>
35Enable gcc -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing
Brian7f80dc12007-10-31 09:44:01 -060036issues in the code.
37<li>
Brian Paulb6c41fd2009-01-22 09:58:52 -070038<b>Windows driver building, testing and maintenance.</b>
Andreas Boll24eebf42012-06-25 21:54:08 +020039Fixing MSVC builds.
Brian7f80dc12007-10-31 09:44:01 -060040<li>
Brian Paulb6c41fd2009-01-22 09:58:52 -070041<b>Contribute more tests to
Andreas Bolla73c59b2012-09-18 19:31:28 +020042<a href="http://piglit.freedesktop.org/">Piglit</a>.</b>
Brian Paulb6c41fd2009-01-22 09:58:52 -070043<li>
44<b>Automatic testing.
45</b>
46It would be great if someone would set up an automated system for grabbing
Andreas Boll24eebf42012-06-25 21:54:08 +020047the latest Mesa code and run tests (such as piglit) then report issues to
Brian Paulb6c41fd2009-01-22 09:58:52 -070048the mailing list.
Brian Paulf9010722005-02-10 15:18:26 +000049</ol>
Brian Paul0b27ace2003-03-08 17:38:57 +000050
Andreas Bolld9d84062012-06-26 20:47:05 +020051<p>
52You can find some further To-do lists here:
53</p>
54<ul>
55 <li><a href="http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt"
Andreas Bolla73c59b2012-09-18 19:31:28 +020056 ><b>GL3.txt</b></a></li>
Andreas Bolld9d84062012-06-26 20:47:05 +020057 <li><a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/docs/llvm-todo.txt"
Andreas Bolla73c59b2012-09-18 19:31:28 +020058 ><b>LLVMpipe - todo</b></a></li>
Andreas Bolld9d84062012-06-26 20:47:05 +020059 <li><a href="http://dri.freedesktop.org/wiki/MissingFunctionality"
Andreas Bolla73c59b2012-09-18 19:31:28 +020060 ><b>MissingFunctionality</b></a></li>
Andreas Boll3e206052012-08-28 17:28:20 +020061 <li><a href="http://dri.freedesktop.org/wiki/RadeonsiToDo"
Andreas Bolla73c59b2012-09-18 19:31:28 +020062 ><b>RadeonsiToDo</b></a></li>
Andreas Boll933e13e2012-08-06 21:38:27 +020063 <li><a href="http://dri.freedesktop.org/wiki/R600ToDo"
Andreas Bolla73c59b2012-09-18 19:31:28 +020064 ><b>R600ToDo</b></a></li>
Andreas Bolld9d84062012-06-26 20:47:05 +020065 <li><a href="http://dri.freedesktop.org/wiki/R300ToDo"
Andreas Bolla73c59b2012-09-18 19:31:28 +020066 ><b>R300ToDo</b></a></li>
Andreas Boll933e13e2012-08-06 21:38:27 +020067 <li><a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/drivers/i915/TODO"
Andreas Bolla73c59b2012-09-18 19:31:28 +020068 ><b>i915g TODO</b></a></li>
Andreas Bolld9d84062012-06-26 20:47:05 +020069</ul>
Brian Paul0b27ace2003-03-08 17:38:57 +000070
71<p>
Brian Paulb6c41fd2009-01-22 09:58:52 -070072If you want to do something new in Mesa, first join the Mesa developer's
Brian Paulf9010722005-02-10 15:18:26 +000073mailing list.
74Then post a message to propose what you want to do, just to make sure
75there's no issues.
Brian Paul0b27ace2003-03-08 17:38:57 +000076</p>
77
Andreas Bolldf2be222012-06-12 09:05:22 +020078<p>
Brian Paulf9010722005-02-10 15:18:26 +000079Anyone is welcome to contribute code to the Mesa project.
80By doing so, it's assumed that you agree to the code's licensing terms.
Brian Paul0b27ace2003-03-08 17:38:57 +000081</p>
82
83<p>
Brian Paulf9010722005-02-10 15:18:26 +000084Finally:
Andreas Bolldf2be222012-06-12 09:05:22 +020085</p>
Brian Paul0b27ace2003-03-08 17:38:57 +000086
Brian Paul0b27ace2003-03-08 17:38:57 +000087<ol>
Brian Paulf9010722005-02-10 15:18:26 +000088<li>Try to write high-quality code that follows the existing style.
89<li>Use uniform indentation, write comments, use meaningful identifiers, etc.
90<li>Test your code thoroughly. Include test programs if appropriate.
Brian Paul0b27ace2003-03-08 17:38:57 +000091</ol>
92
Andreas Bollb5da52a2012-09-18 18:57:02 +020093</div>
Andreas Bollecd5c7c2012-06-12 09:05:03 +020094</body>
95</html>