blob: 831af4896e9bf097eb6ecd4fea2022e3de319212 [file] [log] [blame]
Emil Velikove1dcd152015-07-26 14:38:58 +01001<!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.6.3 Release Notes / July 26, 2015</h1>
18
19<p>
20Mesa 10.6.3 is a bug fix release which fixes bugs found since the 10.6.2 release.
21</p>
22<p>
23Mesa 10.6.3 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
32<h2>SHA256 checksums</h2>
33<pre>
34TBD
35</pre>
36
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<ul>
45
46<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90728">Bug 90728</a> - dvd playback with vlc and vdpau causes segmentation fault</li>
47
48<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91337">Bug 91337</a> - OSMesaGetProcAdress(&quot;OSMesaPixelStore&quot;) returns nil</li>
49
50</ul>
51
52
53<h2>Changes</h2>
54
55<p>Brian Paul (1):</p>
56<ul>
57 <li>osmesa: fix OSMesaPixelsStore typo</li>
58</ul>
59
60<p>Chad Versace (1):</p>
61<ul>
62 <li>mesa: Fix generation of git_sha1.h.tmp for gitlinks</li>
63</ul>
64
65<p>Christian König (2):</p>
66<ul>
67 <li>vl: cleanup video buffer private when the decoder is destroyed</li>
68 <li>st/vdpau: fix mixer size checks</li>
69</ul>
70
71<p>Emil Velikov (3):</p>
72<ul>
73 <li>docs: Add sha256 checksums for the 10.6.2 release</li>
74 <li>auxiliary/vl: use the correct screen index</li>
75 <li>Update version to 10.6.3</li>
76</ul>
77
78<p>Francisco Jerez (1):</p>
79<ul>
80 <li>i965/gen9: Use custom MOCS entries set up by the kernel.</li>
81</ul>
82
83<p>Ilia Mirkin (5):</p>
84<ul>
85 <li>nv50, nvc0: enable at least one color RT if alphatest is enabled</li>
86 <li>nvc0/ir: fix txq on indirect samplers</li>
87 <li>nvc0/ir: don't worry about sampler in txq handling</li>
88 <li>gm107/ir: fix indirect txq emission</li>
89 <li>nv50: fix max level clamping on G80</li>
90</ul>
91
92<p>Kenneth Graunke (1):</p>
93<ul>
94 <li>program: Allow redundant OPTION ARB_fog_* directives.</li>
95</ul>
96
97<p>Rob Clark (1):</p>
98<ul>
99 <li>xa: don't leak fences</li>
100</ul>
101
102
103</div>
104</body>
105</html>