diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 4 | ||||
-rw-r--r-- | docs/lists.html | 9 | ||||
-rw-r--r-- | docs/relnotes-7.8.2.html | 6 |
3 files changed, 17 insertions, 2 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 78ac6e852dd..386619e2f7c 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -34,7 +34,7 @@ glGetStringi command DONE, except for dispatch glTexParameterI, glGetTexParameterI commands DONE, except for dispatch glVertexAttribI commands not started glBindFragDataLocation, glGetFragDataLocation cmds not started -glBindBufferRange, glBindBufferBase commands not started +glBindBufferRange, glBindBufferBase commands DONE GL 3.1: @@ -47,7 +47,7 @@ Primitive restart (GL_NV_primitive_restart) not started Texture buffer objs (GL_ARB_textur_buffer_object) not started Rectangular textures (GL_ARB_texture_rectangle) DONE Uniform buffer objs (GL_ARB_uniform_buffer_object) not started -Signed normalized texture formats not started +Signed normalized texture formats ~50% done GL 3.2: diff --git a/docs/lists.html b/docs/lists.html index 1c6a4d930ad..148789153f8 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 85c132a29fd..2194b651b73 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). |