diff options
Diffstat (limited to 'docs/relnotes/10.5.8.rst')
-rw-r--r-- | docs/relnotes/10.5.8.rst | 130 |
1 files changed, 52 insertions, 78 deletions
diff --git a/docs/relnotes/10.5.8.rst b/docs/relnotes/10.5.8.rst index 0e90ea3923..1568d8b686 100644 --- a/docs/relnotes/10.5.8.rst +++ b/docs/relnotes/10.5.8.rst @@ -1,109 +1,83 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"><head> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <title>Mesa Release Notes</title> - <link href="../mesa.css" rel="stylesheet" type="text/css"/> -</head> -<body> +Mesa 10.5.8 Release Notes / June 20, 2015 +========================================= +Mesa 10.5.8 is a bug fix release which fixes bugs found since the 10.5.7 +release. - - - - -<h1>Mesa 10.5.8 Release Notes / June 20, 2015</h1> - -<p> -Mesa 10.5.8 is a bug fix release which fixes bugs found since the 10.5.7 release. -</p> -<p> Mesa 10.5.8 implements the OpenGL 3.3 API, but the version reported by -glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / -glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. -Some drivers don't support all the features required in OpenGL 3.3. OpenGL -3.3 is <strong>only</strong> available if requested at context creation +glGetString(GL\_VERSION) or glGetIntegerv(GL\_MAJOR\_VERSION) / +glGetIntegerv(GL\_MINOR\_VERSION) depends on the particular driver being +used. Some drivers don't support all the features required in OpenGL +3.3. OpenGL 3.3 is **only** available if requested at context creation because compatibility contexts are not supported. -</p> - -<h2>SHA256 checksums</h2> -<pre>611ddcfa3c1bf13f7e6ccac785c8749c3b74c9a78452bac70f8372cf6b209aa0 mesa-10.5.8.tar.gz -2866b855c5299a4aed066338c77ff6467c389b2c30ada7647be8758663da2b54 mesa-10.5.8.tar.xz -</pre> +SHA256 checksums +---------------- +:: -<h2>New features</h2> -<p>None</p> + 611ddcfa3c1bf13f7e6ccac785c8749c3b74c9a78452bac70f8372cf6b209aa0 mesa-10.5.8.tar.gz + 2866b855c5299a4aed066338c77ff6467c389b2c30ada7647be8758663da2b54 mesa-10.5.8.tar.xz -<h2>Bug fixes</h2> +New features +------------ -<p>This list is likely incomplete.</p> +None -<ul> +Bug fixes +--------- -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90310">Bug 90310</a> - Fails to build gallium_dri.so at linking stage with clang because of multiple redefinitions</li> +This list is likely incomplete. -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90347">Bug 90347</a> - [NVE0+] Failure to insert texbar under some circumstances (causing bad colors in Terasology)</li> +- `Bug 90310 <https://bugs.freedesktop.org/show_bug.cgi?id=90310>`__ - + Fails to build gallium\_dri.so at linking stage with clang because of + multiple redefinitions +- `Bug 90347 <https://bugs.freedesktop.org/show_bug.cgi?id=90347>`__ - + [NVE0+] Failure to insert texbar under some circumstances (causing + bad colors in Terasology) +- `Bug 90520 <https://bugs.freedesktop.org/show_bug.cgi?id=90520>`__ - + Register spilling clobbers registers used elsewhere in the shader +- `Bug 90905 <https://bugs.freedesktop.org/show_bug.cgi?id=90905>`__ - + mesa: Finish subdir-objects transition -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90520">Bug 90520</a> - Register spilling clobbers registers used elsewhere in the shader</li> +Changes +------- -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90905">Bug 90905</a> - mesa: Finish subdir-objects transition</li> +Ben Widawsky (1): -</ul> +- i965: Disable compaction for EOT send messages +Boyan Ding (1): -<h2>Changes</h2> +- egl/x11: Set version of swrastLoader to 2 -<p>Ben Widawsky (1):</p> -<ul> - <li>i965: Disable compaction for EOT send messages</li> -</ul> +Emil Velikov (2): -<p>Boyan Ding (1):</p> -<ul> - <li>egl/x11: Set version of swrastLoader to 2</li> -</ul> +- docs: Add sha256sums for the 10.5.7 release +- Update version to 10.5.8 -<p>Emil Velikov (2):</p> -<ul> - <li>docs: Add sha256sums for the 10.5.7 release</li> - <li>Update version to 10.5.8</li> -</ul> +Erik Faye-Lund (1): -<p>Erik Faye-Lund (1):</p> -<ul> - <li>mesa: build xmlconfig to a separate static library</li> -</ul> +- mesa: build xmlconfig to a separate static library -<p>Francisco Jerez (1):</p> -<ul> - <li>i965: Don't compact instructions with unmapped bits.</li> -</ul> +Francisco Jerez (1): -<p>Ilia Mirkin (3):</p> -<ul> - <li>nvc0/ir: fix collection of first uses for texture barrier insertion</li> - <li>nv50,nvc0: clamp uniform size to 64k</li> - <li>nvc0/ir: can't have a join on a load with an indirect source</li> -</ul> +- i965: Don't compact instructions with unmapped bits. -<p>Jason Ekstrand (1):</p> -<ul> - <li>i965/fs: Don't let the EOT send message interfere with the MRF hack</li> -</ul> +Ilia Mirkin (3): -<p>Marek Olšák (1):</p> -<ul> - <li>egl: fix setting context flags</li> -</ul> +- nvc0/ir: fix collection of first uses for texture barrier insertion +- nv50,nvc0: clamp uniform size to 64k +- nvc0/ir: can't have a join on a load with an indirect source -<p>Roland Scheidegger (1):</p> -<ul> - <li>draw: (trivial) fix NULL pointer dereference</li> -</ul> +Jason Ekstrand (1): +- i965/fs: Don't let the EOT send message interfere with the MRF hack +Marek Olšák (1): +- egl: fix setting context flags +Roland Scheidegger (1): -</body></html>
\ No newline at end of file +- draw: (trivial) fix NULL pointer dereference |