summaryrefslogtreecommitdiff
path: root/docs/relnotes/17.0.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/relnotes/17.0.7.rst')
-rw-r--r--docs/relnotes/17.0.7.rst187
1 files changed, 80 insertions, 107 deletions
diff --git a/docs/relnotes/17.0.7.rst b/docs/relnotes/17.0.7.rst
index f155a646d3..b645173174 100644
--- a/docs/relnotes/17.0.7.rst
+++ b/docs/relnotes/17.0.7.rst
@@ -1,142 +1,115 @@
-<!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 17.0.7 Release Notes / June 1, 2017
+========================================
+Mesa 17.0.7 is a bug fix release which fixes bugs found since the 17.0.6
+release.
+Mesa 17.0.7 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 **only** available if requested at context creation
+because compatibility contexts are not supported.
+SHA256 checksums
+----------------
+::
+ bc68d13c6b1a053b855ac453ebf7e62bd89511adf44bad6c613e09f7fa13390a mesa-17.0.7.tar.gz
+ f6d75304a229c8d10443e219d6b6c0c342567dbab5a879ebe7cfa3c9139c4492 mesa-17.0.7.tar.xz
-<h1>Mesa 17.0.7 Release Notes / June 1, 2017</h1>
+New features
+------------
-<p>
-Mesa 17.0.7 is a bug fix release which fixes bugs found since the 17.0.6 release.
-</p>
-<p>
-Mesa 17.0.7 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>
+None
+
+Bug fixes
+---------
+
+- `Bug 98833 <https://bugs.freedesktop.org/show_bug.cgi?id=98833>`__ -
+ [REGRESSION, bisected] Wayland revert commit breaks non-Vsync
+ fullscreen frame updates
+- `Bug 100741 <https://bugs.freedesktop.org/show_bug.cgi?id=100741>`__
+ - Chromium - Memory leak
+- `Bug 100925 <https://bugs.freedesktop.org/show_bug.cgi?id=100925>`__
+ - [HSW/BSW/BDW/SKL] Google Earth is not resolving all the details in
+ the map correctly
+
+Changes
+-------
+Andres Gomez (1):
-<h2>SHA256 checksums</h2>
-<pre>bc68d13c6b1a053b855ac453ebf7e62bd89511adf44bad6c613e09f7fa13390a mesa-17.0.7.tar.gz
-f6d75304a229c8d10443e219d6b6c0c342567dbab5a879ebe7cfa3c9139c4492 mesa-17.0.7.tar.xz
-</pre>
+- docs: add sha256 checksums for 17.0.6
+Bartosz Tomczyk (1):
-<h2>New features</h2>
-<p>None</p>
-
+- mesa: Avoid leaking surface in st\_renderbuffer\_delete
-<h2>Bug fixes</h2>
+Chad Versace (1):
-<ul>
+- egl: Partially revert 23c86c74, fix eglMakeCurrent
-<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98833">Bug 98833</a> - [REGRESSION, bisected] Wayland revert commit breaks non-Vsync fullscreen frame updates</li>
+Daniel Stone (7):
-<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=100741">Bug 100741</a> - Chromium - Memory leak</li>
+- vulkan: Fix Wayland uninitialised registry
+- vulkan/wsi/wayland: Remove roundtrip when creating image
+- vulkan/wsi/wayland: Use per-display event queue
+- vulkan/wsi/wayland: Use proxy wrappers for swapchain
+- egl/wayland: Don't open-code roundtrip
+- egl/wayland: Use per-surface event queues
+- egl/wayland: Ensure we get a back buffer
-<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=100925">Bug 100925</a> - [HSW/BSW/BDW/SKL] Google Earth is not resolving all the details in the map correctly</li>
+Emil Velikov (5):
-</ul>
+- st/va: fix misplaced closing bracket
+- anv: automake: list shared libraries after the static ones
+- radv: automake: list shared libraries after the static ones
+- egl/wayland: select the format based on the interface used
+- Update version to 17.0.7
+Eric Anholt (2):
-<h2>Changes</h2>
+- renderonly: Initialize fields of struct winsys\_handle.
+- vc4: Don't allocate new BOs to avoid synchronization when they're
+ shared.
-<p>Andres Gomez (1):</p>
-<ul>
- <li>docs: add sha256 checksums for 17.0.6</li>
-</ul>
+Hans de Goede (1):
-<p>Bartosz Tomczyk (1):</p>
-<ul>
- <li>mesa: Avoid leaking surface in st_renderbuffer_delete</li>
-</ul>
+- glxglvnddispatch: Add missing dispatch for GetDriverConfig
-<p>Chad Versace (1):</p>
-<ul>
- <li>egl: Partially revert 23c86c74, fix eglMakeCurrent</li>
-</ul>
+Ilia Mirkin (1):
-<p>Daniel Stone (7):</p>
-<ul>
- <li>vulkan: Fix Wayland uninitialised registry</li>
- <li>vulkan/wsi/wayland: Remove roundtrip when creating image</li>
- <li>vulkan/wsi/wayland: Use per-display event queue</li>
- <li>vulkan/wsi/wayland: Use proxy wrappers for swapchain</li>
- <li>egl/wayland: Don't open-code roundtrip</li>
- <li>egl/wayland: Use per-surface event queues</li>
- <li>egl/wayland: Ensure we get a back buffer</li>
-</ul>
+- nvc0/ir: SHLADD's middle source must be an immediate
-<p>Emil Velikov (5):</p>
-<ul>
- <li>st/va: fix misplaced closing bracket</li>
- <li>anv: automake: list shared libraries after the static ones</li>
- <li>radv: automake: list shared libraries after the static ones</li>
- <li>egl/wayland: select the format based on the interface used</li>
- <li>Update version to 17.0.7</li>
-</ul>
+Jason Ekstrand (2):
-<p>Eric Anholt (2):</p>
-<ul>
- <li>renderonly: Initialize fields of struct winsys_handle.</li>
- <li>vc4: Don't allocate new BOs to avoid synchronization when they're shared.</li>
-</ul>
+- i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
+- i965: Round copy size to the nearest block in intel\_miptree\_copy
-<p>Hans de Goede (1):</p>
-<ul>
- <li>glxglvnddispatch: Add missing dispatch for GetDriverConfig</li>
-</ul>
+Lucas Stach (1):
-<p>Ilia Mirkin (1):</p>
-<ul>
- <li>nvc0/ir: SHLADD's middle source must be an immediate</li>
-</ul>
+- etnaviv: stop oversizing buffer resources
-<p>Jason Ekstrand (2):</p>
-<ul>
- <li>i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops</li>
- <li>i965: Round copy size to the nearest block in intel_miptree_copy</li>
-</ul>
+Nanley Chery (2):
-<p>Lucas Stach (1):</p>
-<ul>
- <li>etnaviv: stop oversizing buffer resources</li>
-</ul>
+- anv/formats: Update the three-channel BC1 mappings
+- i965/formats: Update the three-channel DXT1 mappings
-<p>Nanley Chery (2):</p>
-<ul>
- <li>anv/formats: Update the three-channel BC1 mappings</li>
- <li>i965/formats: Update the three-channel DXT1 mappings</li>
-</ul>
+Pohjolainen, Topi (1):
-<p>Pohjolainen, Topi (1):</p>
-<ul>
- <li>intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4</li>
-</ul>
+- intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
-<p>Samuel Iglesias Gonsálvez (3):</p>
-<ul>
- <li>i965/vec4/gs: restore the uniform values which was overwritten by failed vec4_gs_visitor execution</li>
- <li>i965/vec4: fix swizzle and writemask when loading an uniform with constant offset</li>
- <li>i965/vec4: load dvec3/4 uniforms first in the push constant buffer</li>
-</ul>
-
-<p>Tom Stellard (1):</p>
-<ul>
- <li>gallivm: Make sure module has the correct data layout when pass manager runs</li>
-</ul>
+Samuel Iglesias Gonsálvez (3):
+- i965/vec4/gs: restore the uniform values which was overwritten by
+ failed vec4\_gs\_visitor execution
+- i965/vec4: fix swizzle and writemask when loading an uniform with
+ constant offset
+- i965/vec4: load dvec3/4 uniforms first in the push constant buffer
+Tom Stellard (1):
-
-</body></html> \ No newline at end of file
+- gallivm: Make sure module has the correct data layout when pass
+ manager runs