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.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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 3D / DRI 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 and DRI.
  16. Newbie questions are appropriate, but please try the general OpenGL
  17. resources and Mesa/DRI 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 and Direct Rendering
  22. Infrastructure development. 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. <br>
  29. Note: the old mesa3d-cvs list is no longer in use.
  30. </li>
  31. </ul>
  32. <p>For mailing lists about Direct Rendering Modules (drm) in Linux/BSD
  33. kernels, see <a href="http://dri.freedesktop.org/wiki/MailingLists">wiki</a>.
  34. <p>
  35. <b>Notice</b>: non-member posts to any of these lists will be automatically
  36. rejected.
  37. </p>
  38. <br>
  39. <H1>OpenGL Forums</H1>
  40. <p>
  41. Here are some other OpenGL-related forums you might find useful:
  42. </p>
  43. <ul>
  44. <li><a href="http://www.opengl.org/cgi-bin/ubb/ultimatebb.cgi"
  45. target="_parent">OpenGL discussion forums</A> at www.opengl.org</li>
  46. <li>Usenet newsgroups:
  47. <ul>
  48. <li>comp.graphics.algorithms</li>
  49. <li>comp.graphics.api.opengl</li>
  50. <li>comp.os.linux.x</li>
  51. </ul>
  52. </ul>
  53. </HTML>
  54. </BODY>