diff options
Diffstat (limited to 'docs/relnotes/18.0.3.rst')
-rw-r--r-- | docs/relnotes/18.0.3.rst | 120 |
1 files changed, 46 insertions, 74 deletions
diff --git a/docs/relnotes/18.0.3.rst b/docs/relnotes/18.0.3.rst index 4adc1ad90b..45e11389e7 100644 --- a/docs/relnotes/18.0.3.rst +++ b/docs/relnotes/18.0.3.rst @@ -1,104 +1,76 @@ -<!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 18.0.3 Release Notes / May 7, 2018 +======================================= +Mesa 18.0.3 is a bug fix release which fixes bugs found since the 18.0.2 +release. - - - - -<h1>Mesa 18.0.3 Release Notes / May 7, 2018</h1> - -<p> -Mesa 18.0.3 is a bug fix release which fixes bugs found since the 18.0.2 release. -</p> -<p> Mesa 18.0.3 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 +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. -</p> +SHA256 checksums +---------------- -<h2>SHA256 checksums</h2> -<pre>58cc5c5b1ab2a44e6e47f18ef6c29836ad06f95450adce635ce3c317507a171b mesa-18.0.3.tar.gz -099d9667327a76a61741a533f95067d76ea71a656e66b91507b3c0caf1d49e30 mesa-18.0.3.tar.xz -</pre> +:: + 58cc5c5b1ab2a44e6e47f18ef6c29836ad06f95450adce635ce3c317507a171b mesa-18.0.3.tar.gz + 099d9667327a76a61741a533f95067d76ea71a656e66b91507b3c0caf1d49e30 mesa-18.0.3.tar.xz -<h2>New features</h2> -<p>None</p> +New features +------------ +None -<h2>Bug fixes</h2> +Bug fixes +--------- -<ul> +- `Bug 105374 <https://bugs.freedesktop.org/show_bug.cgi?id=105374>`__ + - texture3d, a SaschaWillems demo, assert fails +- `Bug 106147 <https://bugs.freedesktop.org/show_bug.cgi?id=106147>`__ + - SIGBUS in write\_reloc() when Sacha Willems' "texture3d" Vulkan + demo starts -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=105374">Bug 105374</a> - texture3d, a SaschaWillems demo, assert fails</li> +Changes +------- -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=106147">Bug 106147</a> - SIGBUS in write_reloc() when Sacha Willems' "texture3d" Vulkan demo starts</li> +Andres Rodriguez (1): -</ul> +- radv/winsys: fix leaking resources from bo's imported by fd +Boyuan Zhang (1): -<h2>Changes</h2> +- radeon/vcn: fix mpeg4 msg buffer settings -<p>Andres Rodriguez (1):</p> -<ul> - <li>radv/winsys: fix leaking resources from bo's imported by fd</li> -</ul> +Eric Anholt (1): -<p>Boyuan Zhang (1):</p> -<ul> - <li>radeon/vcn: fix mpeg4 msg buffer settings</li> -</ul> +- gallium/util: Fix incorrect refcounting of separate stencil. -<p>Eric Anholt (1):</p> -<ul> - <li>gallium/util: Fix incorrect refcounting of separate stencil.</li> -</ul> +Jason Ekstrand (1): -<p>Jason Ekstrand (1):</p> -<ul> - <li>anv/allocator: Don't shrink either end of the block pool</li> -</ul> +- anv/allocator: Don't shrink either end of the block pool -<p>Juan A. Suarez Romero (3):</p> -<ul> - <li>docs: add sha256 checksums for 18.0.2</li> - <li>cherry-ignore: add explicit 18.1 only nominations</li> - <li>Update version to 18.0.3</li> -</ul> +Juan A. Suarez Romero (3): -<p>Leo Liu (1):</p> -<ul> - <li>st/omx/enc: fix blit setup for YUV LoadImage</li> -</ul> +- docs: add sha256 checksums for 18.0.2 +- cherry-ignore: add explicit 18.1 only nominations +- Update version to 18.0.3 -<p>Marek Olšák (2):</p> -<ul> - <li>util/u_queue: fix a deadlock in util_queue_finish</li> - <li>radeonsi/gfx9: workaround for INTERP with indirect indexing</li> -</ul> +Leo Liu (1): -<p>Nanley Chery (1):</p> -<ul> - <li>i965/tex_image: Avoid the ASTC LDR workaround on gen9lp</li> -</ul> +- st/omx/enc: fix blit setup for YUV LoadImage -<p>Samuel Pitoiset (1):</p> -<ul> - <li>radv: compute the number of subpass attachments correctly</li> -</ul> +Marek Olšák (2): +- util/u\_queue: fix a deadlock in util\_queue\_finish +- radeonsi/gfx9: workaround for INTERP with indirect indexing +Nanley Chery (1): +- i965/tex\_image: Avoid the ASTC LDR workaround on gen9lp +Samuel Pitoiset (1): -</body></html>
\ No newline at end of file +- radv: compute the number of subpass attachments correctly |