Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

helpwanted.html 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <HTML>
  2. <TITLE>Help Wanted</TITLE>
  3. <BODY text="#000000" bgcolor="#55bbff" link="#111188">
  4. <H1>Help Wanted</H1>
  5. <p>
  6. We can always use more help with the Mesa project. Here are some
  7. specific areas. If you think you can help out, post to the mesa3d-dev
  8. mailing list.
  9. </p>
  10. <ul>
  11. <li>Windows 98/NT build/driver maintenance and testing (Karl Schultz has been
  12. doing a great job of this lately)
  13. <li>DOS/DJGPP build/driver maintenance and testing
  14. <li>GGI driver/build maintenance and testing
  15. <li>GNU autoconfig/libtool maintenance (esp. on non-Linux systems)
  16. <li>x86, SSE, 3DNow! and SPARC assembly language programming
  17. <li>Implement WGL font functions in the WGL interface code
  18. <li>Implement off-screen bitmap rendering support in the WGL interface code
  19. <li>Help with writing/testing the new NV_fragment_program extension code
  20. <li>Implement the ARB_vertex/fragment extensions
  21. <li>Download/compile/test Mesa and report any bugs found
  22. </ul>
  23. <p>
  24. If you want to help with Mesa, first join the Mesa developer's
  25. mailing list. Then post a message explaining what you might like
  26. to help with. The Mesa web page has a list of a few work items
  27. which you may consider.
  28. </p>
  29. </p>
  30. Anyone is welcome to contribute code to the Mesa project, provided you
  31. agree to the copyright terms of the relevant code. See the COPYRIGHT
  32. file.
  33. </p>
  34. <p>
  35. Unfortunately, all the easy work in Mesa was done years ago. Nowadays, the
  36. work is rather complicated and not suited to beginners.
  37. </p>
  38. <p>
  39. If you're contribution code to the Mesa library itself:
  40. <p>
  41. <ol>
  42. <li>Try to write clean code (uniform indentation, comments, meaningful
  43. identifiers, etc). It must be readable and maintainable!
  44. <li>Test your code. On several occations I've incorporated code from
  45. users which later turned out to have bugs. Now, I'm pretty hesitant
  46. to use code which doesn't look good.
  47. </ol>
  48. </BODY>
  49. </HTML>