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