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> |
| 20 | Patches are often posted to the mesa3d-dev mailing list, but aren't |
| 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> |
| 25 | There are plenty of open bugs in the bug database. |
| 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> |
| 32 | The Visual Studio project files aren't always updated in a timely manner |
| 33 | when new source files are added or old ones are removed. |
| 34 | Fixing these tends to delay new Mesa releases. |
Brian | 7f80dc1 | 2007-10-31 09:44:01 -0600 | [diff] [blame] | 35 | <li> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 36 | <b>Maintenance and testing of lesser-used drivers.</b> |
| 37 | Drivers such as DOS/DJGPP, GGI, etc that aren't being maintained are being |
| 38 | deprecated starting in Mesa 7.3. |
| 39 | <li> |
| 40 | <b>Contribute more tests to |
| 41 | <a href="http://glean.sourceforge.net/" target="_parent">glean</a>.</b> |
| 42 | <li> |
| 43 | <b>Automatic testing. |
| 44 | </b> |
| 45 | It would be great if someone would set up an automated system for grabbing |
| 46 | the latest Mesa code and run tests (such as glean) then report issues to |
| 47 | the mailing list. |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 48 | </ol> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 49 | |
| 50 | |
| 51 | <p> |
Brian Paul | b6c41fd | 2009-01-22 09:58:52 -0700 | [diff] [blame] | 52 | 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] | 53 | mailing list. |
| 54 | Then post a message to propose what you want to do, just to make sure |
| 55 | there's no issues. |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 56 | </p> |
| 57 | |
Andreas Boll | df2be22 | 2012-06-12 09:05:22 +0200 | [diff] [blame^] | 58 | <p> |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 59 | Anyone is welcome to contribute code to the Mesa project. |
| 60 | 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] | 61 | </p> |
| 62 | |
| 63 | <p> |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 64 | Finally: |
Andreas Boll | df2be22 | 2012-06-12 09:05:22 +0200 | [diff] [blame^] | 65 | </p> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 66 | |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 67 | <ol> |
Brian Paul | f901072 | 2005-02-10 15:18:26 +0000 | [diff] [blame] | 68 | <li>Try to write high-quality code that follows the existing style. |
| 69 | <li>Use uniform indentation, write comments, use meaningful identifiers, etc. |
| 70 | <li>Test your code thoroughly. Include test programs if appropriate. |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 71 | </ol> |
| 72 | |
| 73 | |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 74 | </body> |
| 75 | </html> |