summaryrefslogtreecommitdiff
path: root/docs/relnotes/11.1.4.html
blob: 9345b8ae6480eca49efe0e3d6cee8f8cfd50e9ec (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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!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 11.1.4 Release Notes / May 9, 2016</h1>

<p>
Mesa 11.1.4 is a bug fix release which fixes bugs found since the 11.1.3 release.
</p>
<p>
Mesa 11.1.4 implements the OpenGL 4.1 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.1.  OpenGL
4.1 is <strong>only</strong> available if requested at context creation
because compatibility contexts are not supported.
</p>


<h2>SHA256 checksums</h2>
<pre>
TBD
</pre>


<h2>New features</h2>
<p>None</p>

<h2>Bug fixes</h2>

<p>This list is likely incomplete.</p>

<ul>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=92850">Bug 92850</a> - Segfault loading War Thunder</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=93962">Bug 93962</a> - [HSW, regression, bisected, CTS] ES2-CTS.gtf.GL2FixedTests.scissor.scissor - segfault/asserts</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=94955">Bug 94955</a> - Uninitialized variables leads to random segfaults (valgrind log, apitrace attached)</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=94994">Bug 94994</a> - OSMesaGetProcAdress always fails on mangled OSMesa</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=95026">Bug 95026</a> - Alien Isolation segfault after initial loading screen/video</li>

<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=95133">Bug 95133</a> - X-COM Enemy Within crashes when entering tactical mission with Bonaire</li>

</ul>


<h2>Changes</h2>

<p>Brian Paul (1):</p>
<ul>
  <li>gallium/util: initialize pipe_framebuffer_state to zeros</li>
</ul>

<p>Chad Versace (1):</p>
<ul>
  <li>dri: Fix robust context creation via EGL attribute</li>
</ul>

<p>Egbert Eich (1):</p>
<ul>
  <li>dri2: Check for dummyContext to see if the glx_context is valid</li>
</ul>

<p>Emil Velikov (5):</p>
<ul>
  <li>docs: add sha256 checksums for 11.1.3</li>
  <li>cherry-ignore: add non-applicable "fix of a fix"</li>
  <li>cherry-ignore: ignore st_DrawAtlasBitmaps mem leak fix</li>
  <li>cherry-ignore: add CodeEmitterGK110::emitATOM() fix</li>
  <li>Update version to 11.1.4</li>
</ul>

<p>Eric Anholt (4):</p>
<ul>
  <li>vc4: Fix subimage accesses to LT textures.</li>
  <li>vc4: Add support for rendering to cube map surfaces.</li>
  <li>vc4: Fix tests for format supported with nr_samples == 1.</li>
  <li>vc4: Make sure we recompile when sample_mask changes.</li>
</ul>

<p>Frederic Devernay (1):</p>
<ul>
  <li>glapi: fix _glapi_get_proc_address() for mangled function names</li>
</ul>

<p>Jason Ekstrand (2):</p>
<ul>
  <li>i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions</li>
  <li>i965/tiled_memcpy: Rework the RGBA -&gt; BGRA mem_copy functions</li>
</ul>

<p>Jonathan Gray (1):</p>
<ul>
  <li>egl/x11: authenticate before doing chipset id ioctls</li>
</ul>

<p>Jose Fonseca (1):</p>
<ul>
  <li>winsys/sw/xlib: use correct free function for xlib_dt-&gt;data</li>
</ul>

<p>Leo Liu (1):</p>
<ul>
  <li>radeon/uvd: fix tonga feedback buffer size</li>
</ul>

<p>Marek Olšák (2):</p>
<ul>
  <li>drirc: add a workaround for blackness in Warsow</li>
  <li>st/mesa: fix blit-based GetTexImage for non-finalized textures</li>
</ul>

<p>Nicolai Hähnle (5):</p>
<ul>
  <li>radeonsi: fix bounds check in si_create_vertex_elements</li>
  <li>gallium/radeon: handle failure when mapping staging buffer</li>
  <li>st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor</li>
  <li>gallium/radeon: fix crash in r600_set_streamout_targets</li>
  <li>radeonsi: correct NULL-pointer check in si_upload_const_buffer</li>
</ul>

<p>Oded Gabbay (4):</p>
<ul>
  <li>r600g/radeonsi: send endian info to format translation functions</li>
  <li>r600g: set endianess of 16/32-bit buffers according to do_endian_swap</li>
  <li>r600g: use do_endian_swap in color swapping functions</li>
  <li>r600g: use do_endian_swap in texture swapping function</li>
</ul>

<p>Roland Scheidegger (3):</p>
<ul>
  <li>llvmpipe: (trivial) initialize src1_alpha var to NULL</li>
  <li>gallivm: fix bogus argument order to lp_build_sample_mipmap function</li>
  <li>gallivm: make sampling more robust against bogus coordinates</li>
</ul>

<p>Samuel Pitoiset (5):</p>
<ul>
  <li>gk110/ir: make use of IMUL32I for all immediates</li>
  <li>nvc0/ir: fix wrong emission of (a OP b) OP c</li>
  <li>gk110/ir: add emission for (a OP b) OP c</li>
  <li>nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+</li>
  <li>st/glsl_to_tgsi: fix potential crash when allocating temporaries</li>
</ul>

<p>Stefan Dirsch (1):</p>
<ul>
  <li>dri3: Check for dummyContext to see if the glx_context is valid</li>
</ul>

<p>Thomas Hindoe Paaboel Andersen (1):</p>
<ul>
  <li>st/va: avoid dereference after free in vlVaDestroyImage</li>
</ul>

<p>WuZhen (3):</p>
<ul>
  <li>tgsi: initialize stack allocated struct</li>
  <li>winsys/sw/dri: use correct free function for dri_sw_dt-&gt;data</li>
  <li>android: enable dlopen() on all architectures</li>
</ul>


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