summaryrefslogtreecommitdiff
path: root/docs/relnotes/19.2.1.html
blob: b5cc1e912c2ace2639b0e6787a71d7c9df44806a (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
<!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 19.2.1 Release Notes / 2019-10-09</h1>

<p>
    Mesa 19.2.1 is a bug fix release which fixes bugs found since the 19.2.0 release.
</p>
<p>
Mesa 19.2.1 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.
Compatibility contexts may report a lower version depending on each driver.
</p>
<p>
Mesa 19.2.1 implements the Vulkan 1.1 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>
    <li>None</li>
</ul>

<h2>Bug fixes</h2>

<ul>
    <li>meson.build:1447:6: ERROR: Problem encountered: libdrm required for gallium video statetrackers when using x11</li>
    <li>Mesa doesn't build with current Scons version (3.1.0)</li>
    <li>libXvMC-1.0.12  breaks mesa build</li>
    <li>Meson can't find 32-bit libXvMCW in non-standard path</li>
    <li>Mesa installs gl.pc and egl.pc even with libglvnd >= 1.2.0</li>
</ul>

<h2>Changes</h2>

<ul>
    <p>Andreas Gottschling (1):</p>
    <li>      drisw: Fix shared memory leak on drawable resize</li>
    <p></p>
    <p>Andres Gomez (1):</p>
    <li>      egl: Remove the 565 pbuffer-only EGL config under X11.</li>
    <p></p>
    <p>Andrii Simiklit (1):</p>
    <li>      glsl: disallow incompatible matrices multiplication</li>
    <p></p>
    <p>Bas Nieuwenhuizen (1):</p>
    <li>      radv: Fix condition for skipping the continue CS.</li>
    <p></p>
    <p>Connor Abbott (1):</p>
    <li>      nir/opt_large_constants: Handle store writemasks</li>
    <p></p>
    <p>Danylo Piliaiev (1):</p>
    <li>      st/nine: Ignore D3DSIO_RET if it is the last instruction in a shader</li>
    <p></p>
    <p>Dylan Baker (9):</p>
    <li>      meson: fix logic for generating .pc files with old glvnd</li>
    <li>      meson: Try finding libxvmcw via pkg-config before using find_library</li>
    <li>      meson: Link xvmc with libxv</li>
    <li>      meson: gallium media state trackers require libdrm with x11</li>
    <li>      .cherry-ignore: Update for 19.2.1 cycle</li>
    <li>      meson: Only error building gallium video without libdrm when the platform is drm</li>
    <li>      scripts: Add a gen_release_notes.py script</li>
    <li>      release: Add an update_release_calendar.py script</li>
    <li>      bin: delete unused releasing scripts</li>
    <p></p>
    <p>Eric Engestrom (3):</p>
    <li>      radv: fix s/load/store/ copy-paste typo</li>
    <li>      meson: drop -Wno-foo bug workaround for Meson < 0.46</li>
    <li>      meson: add missing idep_nir_headers in iris_gen_libs</li>
    <p></p>
    <p>Erik Faye-Lund (1):</p>
    <li>      glsl: correct bitcast-helpers</li>
    <p></p>
    <p>Ian Romanick (1):</p>
    <li>      nir/range-analysis: Bail if the types don't match</li>
    <p></p>
    <p>Jason Ekstrand (1):</p>
    <li>      intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates</li>
    <p></p>
    <p>Ken Mays (1):</p>
    <li>      haiku: fix Mesa build</li>
    <p></p>
    <p>Kenneth Graunke (2):</p>
    <li>      iris: Disable CCS_E for 32-bit floating point textures.</li>
    <li>      iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.</li>
    <p></p>
    <p>Lionel Landwerlin (6):</p>
    <li>      anv: gem-stubs: return a valid fd got anv_gem_userptr()</li>
    <li>      intel: use proper label for Comet Lake skus</li>
    <li>      mesa: don't forget to clear _Layer field on texture unit</li>
    <li>      intel: fix topology query</li>
    <li>      intel: fix subslice computation from topology data</li>
    <li>      intel/isl: Set null surface format to R32_UINT</li>
    <p></p>
    <p>Marek Olšák (7):</p>
    <li>      gallium/vl: don't set PIPE_HANDLE_USAGE_EXPLICIT_FLUSH</li>
    <li>      gallium: extend resource_get_param to be as capable as resource_get_handle</li>
    <li>      radeonsi/gfx10: fix L2 cache rinse programming</li>
    <li>      ac: fix incorrect vram_size reported by the kernel</li>
    <li>      ac: fix num_good_cu_per_sh for harvested chips</li>
    <li>      ac: add radeon_info::tcc_harvested</li>
    <li>      radeonsi/gfx10: fix corruption for chips with harvested TCCs</li>
    <p></p>
    <p>Mauro Rossi (1):</p>
    <li>      android: compiler/nir: build nir_divergence_analysis.c</li>
    <p></p>
    <p>Michel Dänzer (1):</p>
    <li>      radeonsi: fix VAAPI segfault due to various bugs</li>
    <p></p>
    <p>Michel Zou (1):</p>
    <li>      scons: add py3 support</li>
    <p></p>
    <p>Prodea Alexandru-Liviu (1):</p>
    <li>      scons/MSYS2-MinGW-W64: Fix build options defaults</li>
    <p></p>
    <p>Rhys Perry (1):</p>
    <li>      nir/opt_remove_phis: handle phis with no sources</li>
    <p></p>
    <p>Stephen Barber (1):</p>
    <li>      nouveau: add idep_nir_headers as dep for libnouveau</li>
    <p></p>
    <p>Tapani Pälli (2):</p>
    <li>      iris: disable aux on first get_param if not created with aux</li>
    <li>      anv/android: fix images created with external format support</li>
    <p></p>
    <p>pal1000 (2):</p>
    <li>      scons: Fix MSYS2 Mingw-w64 build.</li>
    <li>      scons/windows: Support build with LLVM 9.</li>
    <p></p>
    <p></p>
</ul>

</div>
</body>
</html>