summaryrefslogtreecommitdiff
path: root/docs/relnotes/20.0.7.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/relnotes/20.0.7.html')
-rw-r--r--docs/relnotes/20.0.7.html160
1 files changed, 160 insertions, 0 deletions
diff --git a/docs/relnotes/20.0.7.html b/docs/relnotes/20.0.7.html
new file mode 100644
index 00000000000..794741757cc
--- /dev/null
+++ b/docs/relnotes/20.0.7.html
@@ -0,0 +1,160 @@
+
+<!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 20.0.7 Release Notes / 2020-05-14</h1>
+
+<p>
+ Mesa 20.0.7 is a bug fix release which fixes bugs found since the 20.0.6 release.
+</p>
+<p>
+Mesa 20.0.7 implements the OpenGL 4.6 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.6. OpenGL
+4.6 is <strong>only</strong> available if requested at context creation.
+Compatibility contexts may report a lower version depending on each driver.
+</p>
+<p>
+Mesa 20.0.7 implements the Vulkan 1.2 API, but the version reported by
+the apiVersion property of the VkPhysicalDeviceProperties struct
+depends on the particular driver being used.
+</p>
+
+<h2>SHA256 checksum</h2>
+<pre>
+TBD.
+</pre>
+
+
+<h2>New features</h2>
+
+<ul>
+</ul>
+
+<h2>Bug fixes</h2>
+
+<ul>
+ <li>radv regression on android</li>
+ <li>heavy glitches on amd ryzen 5 since version 20.x</li>
+ <li>[bisected] [iris] mpv under wayland: failed to import supplied dmabufs: Unsupported buffer format 808669784</li>
+ <li>iris: Crash when trying to capture window in OBS Studio</li>
+ <li>mesa 20.0.5 causing kitty to crash</li>
+ <li>radeonsi: &quot;Torchlight II&quot; trace showing regression on mesa-20.0.6 [bisected]</li>
+ <li>[RADV/LLVM/ACO/Regression] After mesa commit a3dc7fffbb7be0f1b2ac478b16d3acc5662dff66 all games stucks at start</li>
+ <li>intel/compiler: Register coalesce doesn&#x27;t move conditional modifiers</li>
+</ul>
+
+<h2>Changes</h2>
+
+<ul>
+ <p>Axel Davy (1):</p>
+ <li> gallium/util: Fix leak in the live shader cache</li>
+ <p></p>
+ <p>Bas Nieuwenhuizen (2):</p>
+ <li> radv: Extend tiling flags to 64-bit.</li>
+ <li> winsys/amdgpu: Retrieve WC flags from imported buffers.</li>
+ <p></p>
+ <p>Blaž Tomažič (1):</p>
+ <li> radeonsi: Fix omitted flush when moving suballocated texture</li>
+ <p></p>
+ <p>Christopher James Halse Rogers (1):</p>
+ <li> egl/wayland: Fix zwp_linux_dmabuf usage</li>
+ <p></p>
+ <p>D Scott Phillips (2):</p>
+ <li> intel/fs: Update location of Render Target Array Index for gen12</li>
+ <li> anv,iris: Fix input vertex max for tcs on gen12</li>
+ <p></p>
+ <p>Danylo Piliaiev (1):</p>
+ <li> i965: Fix out-of-bounds access to brw_stage_state::surf_offset</li>
+ <p></p>
+ <p>Dave Airlie (1):</p>
+ <li> llvmpipo/nir: free compute shader NIR</li>
+ <p></p>
+ <p>Dylan Baker (16):</p>
+ <li> docs: Add SHA256 sums for 20.0.6</li>
+ <li> .pick_status.json: Update to 2efa76f795cb2b2bf00b317c580aeeeddd1e9bc2</li>
+ <li> .pick_status.json: Update to 3fac55ce0d066d767d6c6c8308f79d0c3e566ec0</li>
+ <li> .pick_status.json: Mark 3fac55ce0d066d767d6c6c8308f79d0c3e566ec0 as denominated</li>
+ <li> .pick_status.json: Update to b97cc41aa203fd9fb9f5cf5f5aa7fd40f567917d</li>
+ <li> radeonsi: Retab si_get.c</li>
+ <li> .pick_status.json: Mark bdd2f284d90b7f07ac5e878490be8d216d0d23c6 as denominated</li>
+ <li> .pick_status.json: Update to 6292059662dccd3e151c731a3b108fd0b9e4c606</li>
+ <li> .pick_status.json: Mark d80fb024302aa6058945826a79ba0caf9611fcc1 as backported</li>
+ <li> .pick_status.json: Mark 9392ddab4399d796fdf37602f586965ec17f2b2a as backported</li>
+ <li> .pick_status.json: Update to 6d513eb0db25a272da65822f35907456b544f172</li>
+ <li> radeonsi: retab si_shader_llvm_ps.c</li>
+ <li> .pick_status.json: Update to d11e4738a86ecac6bb4cfaf5cad5c1d32169b18f</li>
+ <li> radeonsi: retab</li>
+ <li> .pick_status.json: Update to 0bea2a13212be10982e14617002a3ff851b84717</li>
+ <li> .pick_status.json: Update to d76e722ed63607ecead2c66ef9f3a37a12b62bab</li>
+ <p></p>
+ <p>Ian Romanick (1):</p>
+ <li> nir/algebraic: Optimize ushr of pack_half, not ishr</li>
+ <p></p>
+ <p>Ivan Molodetskikh (1):</p>
+ <li> egl: allow INVALID format for linux_dmabuf</li>
+ <p></p>
+ <p>Jason Ekstrand (3):</p>
+ <li> nir/copy_prop_vars: Report progress when deleting self-copies</li>
+ <li> intel/fs: Don&#x27;t delete coalesced MOVs if they have a cmod</li>
+ <li> vulkan: Allow destroying NULL debug report callbacks</li>
+ <p></p>
+ <p>Jose Maria Casanova Crespo (2):</p>
+ <li> v3d: Fix swizzle in DXT3 and DXT5 formats</li>
+ <li> v3d: Include supported DXT formats to enable s3tc/dxt extensions</li>
+ <p></p>
+ <p>Lionel Landwerlin (3):</p>
+ <li> iris: don&#x27;t assert on unfinished aux import in copy paths</li>
+ <li> intel/perf: store the probed i915-perf version</li>
+ <li> anv: don&#x27;t expose VK_INTEL_performance_query without kernel support</li>
+ <p></p>
+ <p>Marek Olšák (3):</p>
+ <li> mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer target</li>
+ <li> radeonsi: unify and align down the max SSBO/TBO/UBO buffer binding size</li>
+ <li> radeonsi: fix compilation of monolithic PS</li>
+ <p></p>
+ <p>Neil Armstrong (1):</p>
+ <li> ci: disable t820/mali4xx tests</li>
+ <p></p>
+ <p>Pierre Moreau (1):</p>
+ <li> clover/nir: Check the result of spirv_to_nir</li>
+ <p></p>
+ <p>Pierre-Eric Pelloux-Prayer (1):</p>
+ <li> radeonsi: fix export count</li>
+ <p></p>
+ <p>Qiang Yu (1):</p>
+ <li> panfrost: don&#x27;t always build bifrost_compiler</li>
+ <p></p>
+ <p>Rhys Perry (2):</p>
+ <li> nir: add missing group_memory_barrier handling</li>
+ <li> aco: consider blocks unreachable if they are in the logical cfg</li>
+ <p></p>
+ <p>Samuel Pitoiset (4):</p>
+ <li> radv: report INITIALIZATION_FAILED when the amdgpu winsys init failed</li>
+ <li> radv: don&#x27;t report error with other vendor DRM devices</li>
+ <li> aco: fix 64-bit trunc with negative exponents on GFX6</li>
+ <li> radv: limit the Vulkan version to 1.1 for Android</li>
+ <p></p>
+ <p>Tapani Pälli (1):</p>
+ <li> st/mesa: destroy only own program variants when program is released</li>
+ <p></p>
+ <p></p>
+</ul>
+
+</div>
+</body>
+</html>