Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 1 | <!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 Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 9 | |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 10 | <h1>Help Wanted / To-Do List</h1> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 11 | |
| 12 | <p> |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 13 | We can always use more help with the Mesa project. |
| 14 | Here are some specific ideas and areas where help would be appreciated: |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 15 | </p> |
| 16 | |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 17 | <ol> |
Brian | 7f80dc1 | 2007-10-31 09:44:01 -0600 | [diff] [blame] | 18 | <li> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 19 | <b>Driver patching and testing.</b> |
Andreas Boll | 24eebf4 | 2012-06-25 21:54:08 +0200 | [diff] [blame] | 20 | Patches 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 Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 21 | immediately checked into git because not enough people are testing them. |
| 22 | Just applying patches, testing and reporting back is helpful. |
| 23 | <li> |
| 24 | <b>Driver debugging.</b> |
Andreas Boll | 24eebf4 | 2012-06-25 21:54:08 +0200 | [diff] [blame] | 25 | There are plenty of open bugs in the <a href="https://bugs.freedesktop.org/describecomponents.cgi?product=Mesa" target="_parent">bug database</a>. |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 26 | <li> |
| 27 | <b>Remove aliasing warnings.</b> |
| 28 | Enable gcc -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing |
Brian | 7f80dc1 | 2007-10-31 09:44:01 -0600 | [diff] [blame] | 29 | issues in the code. |
| 30 | <li> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 31 | <b>Windows driver building, testing and maintenance.</b> |
Andreas Boll | 24eebf4 | 2012-06-25 21:54:08 +0200 | [diff] [blame] | 32 | Fixing MSVC builds. |
Brian | 7f80dc1 | 2007-10-31 09:44:01 -0600 | [diff] [blame] | 33 | <li> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 34 | <b>Maintenance and testing of lesser-used drivers.</b> |
Andreas Boll | 24eebf4 | 2012-06-25 21:54:08 +0200 | [diff] [blame] | 35 | Drivers such as i810, mach64, mga, r128, savage, sis, tdfx, unichrome, etc that aren't being maintained are being |
| 36 | deprecated starting in Mesa 8.0.<br> |
| 37 | They have to be ported to DRI2 to be accepted in mesa master again. |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 38 | <li> |
| 39 | <b>Contribute more tests to |
Andreas Boll | 24eebf4 | 2012-06-25 21:54:08 +0200 | [diff] [blame] | 40 | <a href="http://people.freedesktop.org/~nh/piglit/" target="_parent">Piglit</a>.</b> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 41 | <li> |
| 42 | <b>Automatic testing. |
| 43 | </b> |
| 44 | It would be great if someone would set up an automated system for grabbing |
Andreas Boll | 24eebf4 | 2012-06-25 21:54:08 +0200 | [diff] [blame] | 45 | the latest Mesa code and run tests (such as piglit) then report issues to |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 46 | the mailing list. |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 47 | </ol> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 48 | |
Andreas Boll | d9d8406 | 2012-06-26 20:47:05 +0200 | [diff] [blame^] | 49 | <p> |
| 50 | You 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> |
| 59 | <li><a href="http://dri.freedesktop.org/wiki/R300ToDo" |
| 60 | target="_parent"><b>R300ToDo</b></a></li> |
| 61 | </ul> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 62 | |
| 63 | <p> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 64 | If you want to do something new in Mesa, first join the Mesa developer's |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 65 | mailing list. |
| 66 | Then post a message to propose what you want to do, just to make sure |
| 67 | there's no issues. |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 68 | </p> |
| 69 | |
Andreas Boll | df2be22 | 2012-06-12 09:05:22 +0200 | [diff] [blame] | 70 | <p> |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 71 | Anyone is welcome to contribute code to the Mesa project. |
| 72 | By doing so, it's assumed that you agree to the code's licensing terms. |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 73 | </p> |
| 74 | |
| 75 | <p> |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 76 | Finally: |
Andreas Boll | df2be22 | 2012-06-12 09:05:22 +0200 | [diff] [blame] | 77 | </p> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 78 | |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 79 | <ol> |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 80 | <li>Try to write high-quality code that follows the existing style. |
| 81 | <li>Use uniform indentation, write comments, use meaningful identifiers, etc. |
| 82 | <li>Test your code thoroughly. Include test programs if appropriate. |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 83 | </ol> |
| 84 | |
| 85 | |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 86 | </body> |
| 87 | </html> |