summaryrefslogtreecommitdiff
path: root/docs/relnotes/20.0.7.html
blob: 43272b5f445ffbef99c13051024ea7aeb41fa6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
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>
  fe6e258fe772c3cd2ac01741bf7408058c3ac02d66acff9a6e669bd72e3ea178  mesa-20.0.7.tar.xz
</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>