X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fhelpwanted.html;h=34afe49f752afaf924f481019316cc5e5c64b8b4;hb=ab56e3be9aae54602372427755305c354821e105;hp=4cd92b97a95225a53cbde798200361f77c7cd974;hpb=ee35de2dfb12415416817d417f59e676b34ea81b;p=mesa.git diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 4cd92b97a95..34afe49f752 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -15,17 +15,40 @@ Here are some specific ideas and areas where help would be appreciated:
  1. -Enable -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing +Driver patching and testing. +Patches are often posted to the mesa3d-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. +
  3. +Remove aliasing warnings. +Enable gcc -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing issues in the code.
  4. -Windows 98/NT driver building, maintenance and testing +Windows driver building, testing and maintenance. +The Visual Studio project files aren't always updated in a timely manner +when new source files are added or old ones are removed. +Fixing these tends to delay new Mesa releases. +
  5. +Maintenance and testing of lesser-used drivers. +Drivers such as DOS/DJGPP, GGI, etc that aren't being maintained are being +deprecated starting in Mesa 7.3. +
  6. +Contribute more tests to +glean.
  7. -Maintenance and testing of lesser-used drivers, such as DOS/DJGPP, GGI, etc. +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 glean) then report issues to +the mailing list.

-If you want to help with Mesa, first join the Mesa developer's +If you want to do something new in Mesa, first join the Mesa developer's mailing list. Then post a message to propose what you want to do, just to make sure there's no issues.