docs: Add SHA256 sums for mesa 19.0.3
[mesa.git] / docs / relnotes / 19.0.3.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Mesa Release Notes</title>
6 <link rel="stylesheet" type="text/css" href="../mesa.css">
7 </head>
8 <body>
9
10 <div class="header">
11 <h1>The Mesa 3D Graphics Library</h1>
12 </div>
13
14 <iframe src="../contents.html"></iframe>
15 <div class="content">
16
17 <h1>Mesa 19.0.3 Release Notes / April 24, 2019</h1>
18
19 <p>
20 Mesa 19.0.3 is a bug fix release which fixes bugs found since the l9.0.2 release.
21 </p>
22 <p>
23 Mesa 19.0.3 implements the OpenGL 4.5 API, but the version reported by
24 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26 Some drivers don't support all the features required in OpenGL 4.5. OpenGL
27 4.5 is <strong>only</strong> available if requested at context creation.
28 Compatibility contexts may report a lower version depending on each driver.
29 </p>
30
31
32 <h2>SHA256 checksums</h2>
33 <pre>
34 59543ec3c9f8c72990e77887f13d1678cb6739e5d5f56abc21ebf9e772389c5e mesa-19.0.3.tar.gz
35 f027244e38dc309a4c12db45ef79be81ab62c797a50a88d566e4edb6159fc4d5 mesa-19.0.3.tar.xz
36 </pre>
37
38
39 <h2>New features</h2>
40
41 <p>N/A</p>
42
43 <h2>Bug fixes</h2>
44
45 <ul>
46
47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=108879">Bug 108879</a> - [CIK] [regression] All opencl apps hangs indefinitely in si_create_context</li>
48
49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110201">Bug 110201</a> - [ivb] mesa 19.0.0 breaks rendering in kitty</li>
50
51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110356">Bug 110356</a> - install_megadrivers.py creates new dangling symlink [bisected]</li>
52
53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=110441">Bug 110441</a> - [llvmpipe] complex-loop-analysis-bug regression</li>
54
55 </ul>
56
57 <h2>Changes</h2>
58
59 <p>Andres Gomez (1):</p>
60 <ul>
61 <li>glsl/linker: location aliasing requires types to have the same width</li>
62 </ul>
63
64 <p>Bas Nieuwenhuizen (1):</p>
65 <ul>
66 <li>ac: Move has_local_buffers disable to radeonsi.</li>
67 </ul>
68
69 <p>Chia-I Wu (1):</p>
70 <ul>
71 <li>virgl: fix fence fd version check</li>
72 </ul>
73
74 <p>Danylo Piliaiev (1):</p>
75 <ul>
76 <li>intel/compiler: Do not reswizzle dst if instruction writes to flag register</li>
77 </ul>
78
79 <p>Dylan Baker (2):</p>
80 <ul>
81 <li>docs: Add sha256 sums for 19.0.2</li>
82 <li>Bump version for 19.0.3</li>
83 </ul>
84
85 <p>Eric Anholt (1):</p>
86 <ul>
87 <li>nir: Fix deref offset calculation for structs.</li>
88 </ul>
89
90 <p>Eric Engestrom (1):</p>
91 <ul>
92 <li>meson: remove meson-created megadrivers symlinks</li>
93 </ul>
94
95 <p>Jason Ekstrand (2):</p>
96 <ul>
97 <li>anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7</li>
98 <li>anv: Add a #define for the max binding table size</li>
99 </ul>
100
101 <p>Juan A. Suarez Romero (1):</p>
102 <ul>
103 <li>meson: Add dependency on genxml to anvil genfiles</li>
104 </ul>
105
106 <p>Kenneth Graunke (2):</p>
107 <ul>
108 <li>glsl: Set location on structure-split sampler uniform variables</li>
109 <li>Revert "glsl: Set location on structure-split sampler uniform variables"</li>
110 </ul>
111
112 <p>Lionel Landwerlin (2):</p>
113 <ul>
114 <li>anv: fix uninitialized pthread cond clock domain</li>
115 <li>intel/devinfo: fix missing num_thread_per_eu on ICL</li>
116 </ul>
117
118 <p>Lubomir Rintel (2):</p>
119 <ul>
120 <li>gallivm: guess CPU features also on ARM</li>
121 <li>gallivm: disable NEON instructions if they are not supported</li>
122 </ul>
123
124 <p>Marek Olšák (1):</p>
125 <ul>
126 <li>radeonsi: use CP DMA for the null const buffer clear on CIK</li>
127 </ul>
128
129 <p>Rhys Perry (1):</p>
130 <ul>
131 <li>nir,ac/nir: fix cube_face_coord</li>
132 </ul>
133
134 <p>Roland Scheidegger (1):</p>
135 <ul>
136 <li>gallivm: fix bogus assert in get_indirect_index</li>
137 </ul>
138
139 <p>Samuel Pitoiset (2):</p>
140 <ul>
141 <li>ac/nir: only use the new raw/struct image atomic intrinsics with LLVM 9+</li>
142 <li>radv: do not load vertex attributes that are not provided by the pipeline</li>
143 </ul>
144
145
146 </div>
147 </body>
148 </html>