Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

lists.html 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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-users"
  10. target="_parent">mesa3d-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="https://lists.sourceforge.net/lists/listinfo/mesa3d-dev"
  16. target="_parent">mesa3d-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="https://lists.sourceforge.net/lists/listinfo/mesa3d-announce"
  27. target="_parent">mesa3d-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>For mailing lists about Direct Rendering Modules (drm) in Linux/BSD
  35. kernels, see the
  36. <a href="http://dri.freedesktop.org/wiki/MailingLists" target="_parent">
  37. DRI wiki</a>.
  38. </p>
  39. <p>
  40. <b>Notice</b>: You must subscribe to these lists in order to post to them.
  41. </p>
  42. <br>
  43. <H1>OpenGL Forums</H1>
  44. <p>
  45. Here are some other OpenGL-related forums you might find useful:
  46. </p>
  47. <ul>
  48. <li><a href="http://www.opengl.org/cgi-bin/ubb/ultimatebb.cgi"
  49. target="_parent">OpenGL discussion forums</A> at www.opengl.org</li>
  50. <li>Usenet newsgroups:
  51. <ul>
  52. <li>comp.graphics.algorithms</li>
  53. <li>comp.graphics.api.opengl</li>
  54. <li>comp.os.linux.x</li>
  55. </ul>
  56. </ul>
  57. </HTML>
  58. </BODY>