X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fhelpwanted.html;h=5e05e65f40b67a1418871eae69dbc31717055a8f;hb=1ef297645c9f22d7f44e019b5a9ca09a84030f49;hp=6d6058eb5180353d4bdcd3d9a66470a5ad6e4c96;hpb=d9d84068e76bf1f6dcf578e39636d3100e6348a0;p=mesa.git diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 6d6058eb518..5e05e65f40b 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -7,7 +7,14 @@ -

Help Wanted / To-Do List

+
+ The Mesa 3D Graphics Library +
+ + +
+ +

Help Wanted

We can always use more help with the Mesa project. @@ -17,47 +24,42 @@ Here are some specific ideas and areas where help would be appreciated:

  1. Driver patching and testing. -Patches are often posted to the mesa-dev mailing list, but aren't +Patches are often posted to the mesa-dev mailing list, but aren't immediately checked into git because not enough people are testing them. Just applying patches, testing and reporting back is helpful.
  2. Driver debugging. -There are plenty of open bugs in the bug database. +There are plenty of open bugs in the bug database.
  3. Remove aliasing warnings. -Enable gcc -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing -issues in the code. -
  4. -Windows driver building, testing and maintenance. -Fixing MSVC builds. -
  5. -Maintenance and testing of lesser-used drivers. -Drivers such as i810, mach64, mga, r128, savage, sis, tdfx, unichrome, etc that aren't being maintained are being -deprecated starting in Mesa 8.0.
    -They have to be ported to DRI2 to be accepted in mesa master again. +Enable gcc's -Wstrict-aliasing=2 -fstrict-aliasing arguments, and +track down aliasing issues in the code.
  6. Contribute more tests to -Piglit. -
  7. -Automatic testing. - -It would be great if someone would set up an automated system for grabbing -the latest Mesa code and run tests (such as piglit) then report issues to -the mailing list. +Piglit.

You can find some further To-do lists here:

+ +

+Common To-Do lists: +

+ +

+Legacy Driver specific To-Do lists: +

+

@@ -82,6 +84,6 @@ Finally:

  • Test your code thoroughly. Include test programs if appropriate. - +