1b8e80941Smrg<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2b8e80941Smrg<html lang="en">
3b8e80941Smrg<head>
4b8e80941Smrg  <meta http-equiv="content-type" content="text/html; charset=utf-8">
5b8e80941Smrg  <title>Mesa Release Notes</title>
6b8e80941Smrg  <link rel="stylesheet" type="text/css" href="../mesa.css">
7b8e80941Smrg</head>
8b8e80941Smrg<body>
9b8e80941Smrg
10b8e80941Smrg<div class="header">
11b8e80941Smrg  <h1>The Mesa 3D Graphics Library</h1>
12b8e80941Smrg</div>
13b8e80941Smrg
14b8e80941Smrg<iframe src="../contents.html"></iframe>
15b8e80941Smrg<div class="content">
16b8e80941Smrg
17b8e80941Smrg<h1>Mesa 11.2.1 Release Notes / April 17, 2016</h1>
18b8e80941Smrg
19b8e80941Smrg<p>
20b8e80941SmrgMesa 11.2.1 is a bug fix release which fixes bugs found since the 11.2.0 release.
21b8e80941Smrg</p>
22b8e80941Smrg<p>
23b8e80941SmrgMesa 11.2.1 implements the OpenGL 4.1 API, but the version reported by
24b8e80941SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25b8e80941SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26b8e80941SmrgSome drivers don't support all the features required in OpenGL 4.1.  OpenGL
27b8e80941Smrg4.1 is <strong>only</strong> available if requested at context creation
28b8e80941Smrgbecause compatibility contexts are not supported.
29b8e80941Smrg</p>
30b8e80941Smrg
31b8e80941Smrg
32b8e80941Smrg<h2>SHA256 checksums</h2>
33b8e80941Smrg<pre>
34b8e80941Smrgcc2a024204564a71acc95cf262bf618fe49b1d77d351e5755eea705cadac5167  mesa-11.2.1.tar.gz
35b8e80941Smrga65207e9ae5c5f1c29f863c6a2cc98a7ab99762a24b82a248337f0ea9cfce01b  mesa-11.2.1.tar.xz
36b8e80941Smrg</pre>
37b8e80941Smrg
38b8e80941Smrg
39b8e80941Smrg<h2>New features</h2>
40b8e80941Smrg<p>None</p>
41b8e80941Smrg
42b8e80941Smrg<h2>Bug fixes</h2>
43b8e80941Smrg
44b8e80941Smrg<p>This list is likely incomplete.</p>
45b8e80941Smrg
46b8e80941Smrg<ul>
47b8e80941Smrg
48b8e80941Smrg<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>
49b8e80941Smrg
50b8e80941Smrg</ul>
51b8e80941Smrg
52b8e80941Smrg
53b8e80941Smrg<h2>Changes</h2>
54b8e80941Smrg
55b8e80941Smrg<p>Brian Paul (2):</p>
56b8e80941Smrg<ul>
57b8e80941Smrg  <li>st/mesa: fix glReadBuffer() assertion failure</li>
58b8e80941Smrg  <li>st/mesa: fix memleak in glDrawPixels cache code</li>
59b8e80941Smrg</ul>
60b8e80941Smrg
61b8e80941Smrg<p>Christian Schmidbauer (1):</p>
62b8e80941Smrg<ul>
63b8e80941Smrg  <li>st/nine: specify WINAPI only for i386 and amd64</li>
64b8e80941Smrg</ul>
65b8e80941Smrg
66b8e80941Smrg<p>Emil Velikov (3):</p>
67b8e80941Smrg<ul>
68b8e80941Smrg  <li>docs: add sha256 checksums for 11.2.0</li>
69b8e80941Smrg  <li>configure.ac: update the path of the generated files</li>
70b8e80941Smrg  <li>Update version to 11.2.1</li>
71b8e80941Smrg</ul>
72b8e80941Smrg
73b8e80941Smrg<p>Ilia Mirkin (1):</p>
74b8e80941Smrg<ul>
75b8e80941Smrg  <li>glsl: allow usage of the keyword buffer before GLSL 430 / ESSL 310</li>
76b8e80941Smrg</ul>
77b8e80941Smrg
78b8e80941Smrg<p>Iurie Salomov (1):</p>
79b8e80941Smrg<ul>
80b8e80941Smrg  <li>va: check null context in vlVaDestroyContext</li>
81b8e80941Smrg</ul>
82b8e80941Smrg
83b8e80941Smrg<p>Jason Ekstrand (2):</p>
84b8e80941Smrg<ul>
85b8e80941Smrg  <li>i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions</li>
86b8e80941Smrg  <li>i965/tiled_memcpy: Rework the RGBA -&gt; BGRA mem_copy functions</li>
87b8e80941Smrg</ul>
88b8e80941Smrg
89b8e80941Smrg<p>Kenneth Graunke (3):</p>
90b8e80941Smrg<ul>
91b8e80941Smrg  <li>i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.</li>
92b8e80941Smrg  <li>i965: Use brw-&gt;urb.min_vs_urb_entries instead of 32 for BLORP.</li>
93b8e80941Smrg  <li>glsl: Lower variable indexing of system value arrays unconditionally.</li>
94b8e80941Smrg</ul>
95b8e80941Smrg
96b8e80941Smrg<p>Marek Olšák (1):</p>
97b8e80941Smrg<ul>
98b8e80941Smrg  <li>drirc: add a workaround for blackness in Warsow</li>
99b8e80941Smrg</ul>
100b8e80941Smrg
101b8e80941Smrg<p>Nicolai Hähnle (1):</p>
102b8e80941Smrg<ul>
103b8e80941Smrg  <li>radeonsi: fix bounds check in si_create_vertex_elements</li>
104b8e80941Smrg</ul>
105b8e80941Smrg
106b8e80941Smrg<p>Samuel Pitoiset (1):</p>
107b8e80941Smrg<ul>
108b8e80941Smrg  <li>nv50/ir: do not try to attach JOIN ops to ATOM</li>
109b8e80941Smrg</ul>
110b8e80941Smrg
111b8e80941Smrg<p>Thomas Hindoe Paaboel Andersen (1):</p>
112b8e80941Smrg<ul>
113b8e80941Smrg  <li>st/va: avoid dereference after free in vlVaDestroyImage</li>
114b8e80941Smrg</ul>
115b8e80941Smrg
116b8e80941Smrg
117b8e80941Smrg</div>
118b8e80941Smrg</body>
119b8e80941Smrg</html>
120