diff options
author | Andres Gomez <agomez@igalia.com> | 2017-09-09 01:59:59 +0300 |
---|---|---|
committer | Andres Gomez <agomez@igalia.com> | 2017-09-09 02:11:19 +0300 |
commit | 1e1131782c8529f0a9fc79cf372b120a16ce1205 (patch) | |
tree | 83665f13a9c785632879037c8be62c318c130845 /docs | |
parent | 832990c0cebb1db8749d9d935390ffb0079dc924 (diff) |
docs: add release notes for 17.1.9
Signed-off-by: Andres Gomez <agomez@igalia.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/17.1.9.html | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/docs/relnotes/17.1.9.html b/docs/relnotes/17.1.9.html new file mode 100644 index 0000000000..4f0f8e7695 --- /dev/null +++ b/docs/relnotes/17.1.9.html @@ -0,0 +1,143 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Mesa Release Notes</title> + <link rel="stylesheet" type="text/css" href="../mesa.css"> +</head> +<body> + +<div class="header"> + <h1>The Mesa 3D Graphics Library</h1> +</div> + +<iframe src="../contents.html"></iframe> +<div class="content"> + +<h1>Mesa 17.1.9 Release Notes / September 8, 2017</h1> + +<p> +Mesa 17.1.9 is a bug fix release which fixes bugs found since the 17.1.8 release. +</p> +<p> +Mesa 17.1.9 implements the OpenGL 4.5 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 4.5. OpenGL +4.5 is <strong>only</strong> available if requested at context creation +because compatibility contexts are not supported. +</p> + + +<h2>SHA256 checksums</h2> +<pre> +TBD +</pre> + + +<h2>New features</h2> +<p>None</p> + + +<h2>Bug fixes</h2> +<ul> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=100613">Bug 100613</a> - Regression in Mesa 17 on s390x (zSystems)</li> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102454">Bug 102454</a> - glibc 2.26 doesn't provide anymore xlocale.h</li> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=102467">Bug 102467</a> - src/mesa/state_tracker/st_cb_readpixels.c:178]: (warning) Redundant assignment</li> + +</ul> + + +<h2>Changes</h2> + +<p>Andres Gomez (8):</p> +<ul> + <li>docs: add sha256 checksums for 17.1.8</li> + <li>cherry-ignore: added 17.2 nominations.</li> + <li>cherry-ignore: add "nir: Fix system_value_from_intrinsic for subgroups"</li> + <li>cherry-ignore: add "i965: Fix crash in fallback GTT mapping."</li> + <li>cherry-ignore: add "radeonsi/gfx9: always flush DB metadata on framebuffer changes"</li> + <li>cherry-ignore: add "radv: Fix vkCopyImage with both depth and stencil aspects."</li> + <li>cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR initialization bug"</li> + <li>Update version to 17.1.9</li> +</ul> + +<p>Bas Nieuwenhuizen (3):</p> +<ul> + <li>radv: Fix off by one in MAX_VBS assert.</li> + <li>radv: Fix sparse BO mapping merging.</li> + <li>radv: Actually set the cmd_buffer usage_flags.</li> +</ul> + +<p>Ben Crocker (1):</p> +<ul> + <li>llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 load</li> +</ul> + +<p>Charmaine Lee (1):</p> +<ul> + <li>vbo: fix offset in minmax cache key</li> +</ul> + +<p>Christian Gmeiner (1):</p> +<ul> + <li>etnaviv: use correct param for etna_compatible_rs_format(..)</li> +</ul> + +<p>Emil Velikov (3):</p> +<ul> + <li>egl: don't NULL deref the .get_capabilities function pointer</li> + <li>egl/wayland: plug leaks in dri2_wl_create_window_surface() error path</li> + <li>egl/wayland: polish object teardown in dri2_wl_destroy_surface</li> +</ul> + +<p>Eric Engestrom (1):</p> +<ul> + <li>util: improve compiler guard</li> +</ul> + +<p>Grazvydas Ignotas (2):</p> +<ul> + <li>radv: clear dynamic_shader_stages on create</li> + <li>radv: don't assert on empty hash table</li> +</ul> + +<p>Ilia Mirkin (2):</p> +<ul> + <li>glsl: fix counting of vertex shader output slots used by explicit vars</li> + <li>st/mesa: fix handling of vertex array double inputs</li> +</ul> + +<p>Jason Ekstrand (2):</p> +<ul> + <li>anv/formats: Nicely handle unknown VkFormat enums</li> + <li>spirv: Add support for the HelperInvocation builtin</li> +</ul> + +<p>Karol Herbst (1):</p> +<ul> + <li>nvc0: write 0 to pipeline_statistics.cs_invocations</li> +</ul> + +<p>Michael Olbrich (1):</p> +<ul> + <li>egl/dri2: only destroy created objects</li> +</ul> + +<p>Ray Strode (1):</p> +<ul> + <li>gallivm: correct channel shift logic on big endian</li> +</ul> + +<p>Roland Scheidegger (1):</p> +<ul> + <li>st/mesa: fix view template initialization in try_pbo_readpixels</li> +</ul> + + +</div> +</body> +</html> |