blob: 9b7b5e000467f7196349d96efa14a286d1476a1a [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>
Eric Engestrom30cf9ff2017-02-09 02:10:17 +000027Patches are often posted to the <a href="https://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>Contribute more tests to
Eric Engestrom30cf9ff2017-02-09 02:10:17 +000039<a href="https://piglit.freedesktop.org/">Piglit</a>.</b>
Brian Paulf9010722005-02-10 15:18:26 +000040</ol>
Brian Paul0b27ace2003-03-08 17:38:57 +000041
Andreas Bolld9d84062012-06-26 20:47:05 +020042<p>
43You can find some further To-do lists here:
44</p>
Andreas Boll48e4eb62012-10-02 14:05:44 +020045
46<p>
47<b>Common To-Do lists:</b>
48</p>
Andreas Bolld9d84062012-06-26 20:47:05 +020049<ul>
Eric Engestrom30cf9ff2017-02-09 02:10:17 +000050 <li><a href="https://cgit.freedesktop.org/mesa/mesa/tree/docs/features.txt">
Eric Engestromd5899b32016-08-30 21:16:26 +010051 <b>features.txt</b></a> - Status of OpenGL 3.x / 4.x features in Mesa.</li>
Andreas Boll48e4eb62012-10-02 14:05:44 +020052</ul>
53
54<p>
Timothy Arceri3fdd6762017-08-21 11:39:33 +100055<b>Legacy Driver specific To-Do lists:</b>
Andreas Boll48e4eb62012-10-02 14:05:44 +020056</p>
57<ul>
Eric Engestrom30cf9ff2017-02-09 02:10:17 +000058 <li><a href="https://dri.freedesktop.org/wiki/R600ToDo">
Andreas Boll48e4eb62012-10-02 14:05:44 +020059 <b>r600g</b></a> - Driver for ATI/AMD R600 - Northern Island.</li>
Eric Engestrom30cf9ff2017-02-09 02:10:17 +000060 <li><a href="https://dri.freedesktop.org/wiki/R300ToDo">
Andreas Boll48e4eb62012-10-02 14:05:44 +020061 <b>r300g</b></a> - Driver for ATI R300 - R500.</li>
Andreas Bolld9d84062012-06-26 20:47:05 +020062</ul>
Brian Paul0b27ace2003-03-08 17:38:57 +000063
64<p>
Brian Paulb6c41fd2009-01-22 09:58:52 -070065If you want to do something new in Mesa, first join the Mesa developer's
Brian Paulf9010722005-02-10 15:18:26 +000066mailing list.
67Then post a message to propose what you want to do, just to make sure
68there's no issues.
Brian Paul0b27ace2003-03-08 17:38:57 +000069</p>
70
Andreas Bolldf2be222012-06-12 09:05:22 +020071<p>
Brian Paulf9010722005-02-10 15:18:26 +000072Anyone is welcome to contribute code to the Mesa project.
73By doing so, it's assumed that you agree to the code's licensing terms.
Brian Paul0b27ace2003-03-08 17:38:57 +000074</p>
75
76<p>
Brian Paulf9010722005-02-10 15:18:26 +000077Finally:
Andreas Bolldf2be222012-06-12 09:05:22 +020078</p>
Brian Paul0b27ace2003-03-08 17:38:57 +000079
Brian Paul0b27ace2003-03-08 17:38:57 +000080<ol>
Brian Paulf9010722005-02-10 15:18:26 +000081<li>Try to write high-quality code that follows the existing style.
82<li>Use uniform indentation, write comments, use meaningful identifiers, etc.
83<li>Test your code thoroughly. Include test programs if appropriate.
Brian Paul0b27ace2003-03-08 17:38:57 +000084</ol>
85
Andreas Bollb5da52a2012-09-18 18:57:02 +020086</div>
Andreas Bollecd5c7c2012-06-12 09:05:03 +020087</body>
88</html>