1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html lang="en"> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <title>Mesa Mailing Lists</title> 6 <link rel="stylesheet" type="text/css" href="mesa.css"> 7 </head> 8 <body> 9 10 <div class="header"> 11 <h1>The Mesa 3D Graphics Library</h1> 12 </div> 13 14 <iframe src="contents.html"></iframe> 15 <div class="content"> 16 17 <h1>Mailing Lists</h1> 18 19 20 <p>There are four Mesa 3D / DRI mailing lists: 21 </p> 22 23 <ul> 24 <li><p><a href="https://lists.freedesktop.org/mailman/listinfo/mesa-users">mesa-users</a> 25 - intended for end-users of Mesa and DRI drivers. Newbie questions are OK, 26 but please try the general OpenGL resources and Mesa/DRI documentation first.</p> 27 </li> 28 <li><p><a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev">mesa-dev</a> 29 - for Mesa, Gallium and DRI development 30 discussion. Not for beginners.</p> 31 </li> 32 <li><p><a href="https://lists.freedesktop.org/mailman/listinfo/mesa-commit">mesa-commit</a> 33 - relays git check-in messages (for developers). 34 In general, people should not post to this list.</p> 35 </li> 36 <li><p><a href="https://lists.freedesktop.org/mailman/listinfo/mesa-announce">mesa-announce</a> 37 - announcements of new Mesa 38 versions are sent to this list. Very low traffic.</p> 39 </li> 40 <li><p><a href="https://lists.freedesktop.org/mailman/listinfo/piglit">piglit</a> 41 - for Piglit (OpenGL driver testing framework) discussion.</p> 42 </li> 43 </ul> 44 45 <p> 46 <b>NOTE</b>: You <b>must</b> subscribe to these lists in order to post to them. 47 If you try to post to a list and you're not a subscriber (or if you try to post 48 from a different email address than you subscribed with) your posting will be 49 held for an indefinite period or may be discarded entirely. 50 </p> 51 52 <p> 53 Follow the links above for list archives. 54 </p> 55 56 <p> 57 The old Mesa lists hosted at SourceForge are no longer in use. 58 The archives are still available, however: 59 <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-announce">mesa3d-announce</a>, 60 <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-users">mesa3d-users</a>, 61 <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-dev">mesa3d-dev</a>. 62 </p> 63 64 65 <p>For mailing lists about Direct Rendering Modules (drm) in Linux/BSD 66 kernels, see the 67 <a href="https://dri.freedesktop.org/wiki/MailingLists">DRI wiki</a>. 68 </p> 69 70 71 <h1>IRC</h1> 72 73 <p>join <a href="irc://chat.freenode.net#dri-devel">#dri-devel channel</a> 74 on <a href="https://webchat.freenode.net/">irc.freenode.net</a> 75 </p> 76 77 78 <h1>OpenGL Forums</h1> 79 80 <p> 81 Here are some other OpenGL-related forums you might find useful: 82 </p> 83 84 <ul> 85 <li><a href="https://www.opengl.org/discussion_boards/">OpenGL discussion forums</a> 86 at www.opengl.org</li> 87 <li>Usenet newsgroups: 88 <ul> 89 <li>comp.graphics.algorithms</li> 90 <li>comp.graphics.api.opengl</li> 91 <li>comp.os.linux.x</li> 92 </ul> 93 </ul> 94 95 </div> 96 </body> 97 </html> 98