X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fhelpwanted.html;h=e9763a3aadf4b9005b2441be31ad1c15346bb2bf;hb=2b71b4e79374ee0243de2d83409adab05ee71c69;hp=cfa057e4b70ab754fd9040d4e4c6a8b9affb3de5;hpb=24eebf4f88732e789a3d781d889541ed76c2e08e;p=mesa.git diff --git a/docs/helpwanted.html b/docs/helpwanted.html index cfa057e4b70..e9763a3aadf 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,35 +24,43 @@ 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: +

+

If you want to do something new in Mesa, first join the Mesa developer's @@ -69,6 +84,6 @@ Finally:

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