diff options
author | Brian Paul <brianp@vmware.com> | 2010-04-27 08:34:06 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-04-27 08:34:06 -0600 |
commit | 7567f05199f1ca114cc57e3a11ac101d3707f819 (patch) | |
tree | b8deb5a1e6d9480e533975cce095dcfbbf04e2bc /docs | |
parent | db14a8022a2a957c83b1fe33a84af3cdb1952d68 (diff) | |
parent | ea373df069aa734b4f59a5fbdbc304477a3613a0 (diff) |
Merge branch '7.8'
Conflicts:
src/gallium/drivers/nv30/nv30_context.c
src/gallium/drivers/nv40/nv40_context.c
src/gallium/drivers/nv40/nv40_state_emit.c
Diffstat (limited to 'docs')
-rw-r--r-- | docs/lists.html | 9 | ||||
-rw-r--r-- | docs/relnotes-7.8.2.html | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/lists.html b/docs/lists.html index 1c6a4d930a..148789153f 100644 --- a/docs/lists.html +++ b/docs/lists.html @@ -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). |