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.

lists.html 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <HTML>
  2. <TITLE>Mesa Mailing Lists</TITLE>
  3. <link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <BODY>
  5. <H1>Mailing Lists</H1>
  6. <p>There are four Mesa mailing lists:
  7. </p>
  8. <ul>
  9. <li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-announce"
  10. target="_parent">mesa3d-announce</a> - announcements of new Mesa
  11. versions are sent to this list.
  12. </li>
  13. <br>
  14. <li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-users"
  15. target="_parent">mesa3d-users</a> - intended for users of the Mesa library.
  16. Newbie questions are appropriate, but please try the general OpenGL
  17. resources and Mesa documentation first.
  18. </li>
  19. <br>
  20. <li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-dev"
  21. target="_parent">mesa3d-dev</a> - for discussion of Mesa development.
  22. Not for beginners.
  23. </li>
  24. <br>
  25. <li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit"
  26. target="_parent">mesa-commit</a> - relays git check-in messages
  27. (for developers).
  28. </li>
  29. </ul>
  30. <p>Note: the old mesa3d-cvs list is no longer in use.</p>
  31. <br>
  32. <H1>OpenGL Forums</H1>
  33. <p>
  34. Here are some other OpenGL-related forums you might find useful:
  35. </p>
  36. <ul>
  37. <li><a href="http://www.opengl.org/cgi-bin/ubb/ultimatebb.cgi"
  38. target="_parent">OpenGL discussion forums</A> at www.opengl.org</li>
  39. <li>Usenet newsgroups:
  40. <ul>
  41. <li>comp.graphics.algorithms</li>
  42. <li>comp.graphics.api.opengl</li>
  43. <li>comp.os.linux.x</li>
  44. </ul>
  45. </ul>
  46. </HTML>
  47. </BODY>