• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 10.4.5 Release Notes / February 21, 2015</h1>
18
19<p>
20Mesa 10.4.5 is a bug fix release which fixes bugs found since the 10.4.4 release.
21</p>
22<p>
23Mesa 10.4.5 implements the OpenGL 3.3 API, but the version reported by
24glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
25glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
26Some drivers don't support all the features required in OpenGL 3.3.  OpenGL
273.3 is <strong>only</strong> available if requested at context creation
28because compatibility contexts are not supported.
29</p>
30
31<h2>SHA256 checksums</h2>
32<pre>
33e12bbdaee9a758617e8ebd0bb0e987f72addd11db2e4da25ba695e386cd63843  MesaLib-10.4.5.tar.gz
34bf60000700a9d58e3aca2bfeee7e781053b0d839e61a95b1883e05a2dee247a0  MesaLib-10.4.5.tar.bz2
353b926de8eee500bb67cf85332c51292f826cc539b8636382aadbb8e70c76527a  MesaLib-10.4.5.zip
36</pre>
37
38<h2>New features</h2>
39<p>None</p>
40
41<h2>Bug fixes</h2>
42
43<p>This list is likely incomplete.</p>
44
45<ul>
46
47<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=82477">Bug 82477</a> - [softpipe] piglit fp-long-alu regression</li>
48
49<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88658">Bug 88658</a> - (bisected) Slow video playback on Kabini</li>
50
51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89069">Bug 89069</a> - Lack of grass in The Talos Principle on radeonsi (native\wine\nine)</li>
52
53</ul>
54
55
56<h2>Changes</h2>
57
58<p>Carl Worth (1):</p>
59<ul>
60  <li>Revert use of Mesa IR optimizer for ARB_fragment_programs</li>
61</ul>
62
63<p>Emil Velikov (3):</p>
64<ul>
65  <li>docs: Add sha256 sums for the 10.4.4 release</li>
66  <li>get-pick-list.sh: Require explicit "10.4" for nominating stable patches</li>
67  <li>Update version to 10.4.5</li>
68</ul>
69
70<p>Ilia Mirkin (3):</p>
71<ul>
72  <li>nvc0: bail out of 2d blits with non-A8_UNORM alpha formats</li>
73  <li>st/mesa: treat resource-less xfb buffers as if they weren't there</li>
74  <li>nvc0: allow holes in xfb target lists</li>
75</ul>
76
77<p>Jeremy Huddleston Sequoia (2):</p>
78<ul>
79  <li>darwin: build fix</li>
80  <li>darwin: build fix</li>
81</ul>
82
83<p>Kenneth Graunke (4):</p>
84<ul>
85  <li>i965: Override swizzles for integer luminance formats.</li>
86  <li>i965: Use a gl_color_union for sampler border color.</li>
87  <li>i965: Fix integer border color on Haswell.</li>
88  <li>glsl: Reduce memory consumption of copy propagation passes.</li>
89</ul>
90
91<p>Laura Ekstrand (1):</p>
92<ul>
93  <li>main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.</li>
94</ul>
95
96<p>Marek Olšák (5):</p>
97<ul>
98  <li>r600g,radeonsi: don't append to streamout buffers that haven't been used yet</li>
99  <li>radeonsi: fix instanced arrays with non-zero start instance</li>
100  <li>radeonsi: small fix in SPI state</li>
101  <li>mesa: fix AtomicBuffer typo in _mesa_DeleteBuffers</li>
102  <li>radeonsi: fix a crash if a stencil ref state is set before a DSA state</li>
103</ul>
104
105<p>Michel Dänzer (2):</p>
106<ul>
107  <li>st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB</li>
108  <li>Revert "radeon/llvm: enable unsafe math for graphics shaders"</li>
109</ul>
110
111
112</div>
113</body>
114</html>
115