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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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="http://lists.freedesktop.org/mailman/listinfo/mesa-users"
  10. target="_parent">mesa-users</a> - intended for end-users of Mesa and DRI
  11. drivers. Newbie questions are OK, but please try the general OpenGL
  12. resources and Mesa/DRI documentation first.
  13. </li>
  14. <br>
  15. <li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev"
  16. target="_parent">mesa-dev</a> - for Mesa, Gallium and DRI development
  17. discussion. Not for beginners.
  18. </li>
  19. <br>
  20. <li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit"
  21. target="_parent">mesa-commit</a> - relays git check-in messages
  22. (for developers).
  23. In general, people should not post to this list.
  24. </li>
  25. <br>
  26. <li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-announce"
  27. target="_parent">mesa-announce</a> - announcements of new Mesa
  28. versions are sent to this list. Very low traffic.
  29. </li>
  30. </ul>
  31. <p>
  32. Follow the links above for list archives.
  33. </p>
  34. <p>
  35. The old Mesa lists hosted at SourceForge are no longer in use.
  36. The archives are still available, however:
  37. <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-announce" target="_parent">mesa3d-announce</a>,
  38. <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-users" target="_parent">mesa3d-users</a>,
  39. <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-dev" target="_parent">mesa3d-dev</a>.
  40. </p>
  41. <p>For mailing lists about Direct Rendering Modules (drm) in Linux/BSD
  42. kernels, see the
  43. <a href="http://dri.freedesktop.org/wiki/MailingLists" target="_parent">
  44. DRI wiki</a>.
  45. </p>
  46. <p>
  47. <b>Notice</b>: You must subscribe to these lists in order to post to them.
  48. </p>
  49. <br>
  50. <H1>OpenGL Forums</H1>
  51. <p>
  52. Here are some other OpenGL-related forums you might find useful:
  53. </p>
  54. <ul>
  55. <li><a href="http://www.opengl.org/cgi-bin/ubb/ultimatebb.cgi"
  56. target="_parent">OpenGL discussion forums</A> at www.opengl.org</li>
  57. <li>Usenet newsgroups:
  58. <ul>
  59. <li>comp.graphics.algorithms</li>
  60. <li>comp.graphics.api.opengl</li>
  61. <li>comp.os.linux.x</li>
  62. </ul>
  63. </ul>
  64. </HTML>
  65. </BODY>