diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-05-06 11:07:11 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-05-06 11:07:11 -0400 |
commit | dd0292dcf91888df8421951806af117891140787 (patch) | |
tree | b9f0b9af5a005c708b8f1bedbe40d7da879cb237 /docs | |
parent | 8c1b3b102db1dc49503c42c2d06873590aeb9735 (diff) | |
parent | f7638f004d4a1fdb2ea6cd7485a00a0cac8f8218 (diff) |
Merge remote branch 'origin/7.8' into 7.8-gles
Diffstat (limited to 'docs')
-rw-r--r-- | docs/lists.html | 17 | ||||
-rw-r--r-- | docs/relnotes-7.8.2.html | 6 |
2 files changed, 19 insertions, 4 deletions
diff --git a/docs/lists.html b/docs/lists.html index e758a790a2..148789153f 100644 --- a/docs/lists.html +++ b/docs/lists.html @@ -13,8 +13,8 @@ </p> <ul> -<li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-users" -target="_parent">mesa3d-users</a> - intended for end-users of Mesa and DRI +<li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-users" +target="_parent">mesa-users</a> - intended for end-users of Mesa and DRI drivers. Newbie questions are OK, but please try the general OpenGL resources and Mesa/DRI documentation first. </li> @@ -30,8 +30,8 @@ target="_parent">mesa-commit</a> - relays git check-in messages In general, people should not post to this list. </li> <br> -<li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-announce" -target="_parent">mesa3d-announce</a> - announcements of new Mesa +<li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-announce" +target="_parent">mesa-announce</a> - announcements of new Mesa versions are sent to this list. Very low traffic. </li> </ul> @@ -40,6 +40,15 @@ versions are sent to this list. Very low traffic. Follow the links above for list archives. </p> +<p> +The old Mesa lists hosted at SourceForge are no longer in use. +The archives are still available, however: +<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-announce" target="_parent">mesa3d-announce</a>, +<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-users" target="_parent">mesa3d-users</a>, +<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=mesa3d-dev" target="_parent">mesa3d-dev</a>. +</p> + + <p>For mailing lists about Direct Rendering Modules (drm) in Linux/BSD kernels, see the <a href="http://dri.freedesktop.org/wiki/MailingLists" target="_parent"> diff --git a/docs/relnotes-7.8.2.html b/docs/relnotes-7.8.2.html index 85c132a29f..2194b651b7 100644 --- a/docs/relnotes-7.8.2.html +++ b/docs/relnotes-7.8.2.html @@ -34,6 +34,12 @@ tbd <p>None.</p> +<h2>Changes</h2> +<ul> +<li>Upgraded glext.h to version 61, and upgraded glxext.h +</ul> + + <h2>Bug fixes</h2> <ul> <li>Fixed Gallium glDrawPixels(GL_DEPTH_COMPONENT). |