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 10.4.4 Release Notes / February 06, 2015</h1>
18b8e80941Smrg
19b8e80941Smrg<p>
20b8e80941SmrgMesa 10.4.4 is a bug fix release which fixes bugs found since the 10.4.3 release.
21b8e80941Smrg</p>
22b8e80941Smrg<p>
23b8e80941SmrgMesa 10.4.4 implements the OpenGL 3.3 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 3.3.  OpenGL
27b8e80941Smrg3.3 is <strong>only</strong> available if requested at context creation
28b8e80941Smrgbecause compatibility contexts are not supported.
29b8e80941Smrg</p>
30b8e80941Smrg
31b8e80941Smrg<h2>SHA256 checksums</h2>
32b8e80941Smrg<pre>
33b8e80941Smrg5cb427eaf980cb8555953e9928f5797979ed783e277745d5f8cbae8bc5364086  MesaLib-10.4.4.tar.gz
34b8e80941Smrgf18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c  MesaLib-10.4.4.tar.bz2
35b8e80941Smrg86baad73b77920c80fe58402a905e7dd17e3ea10ead6ea7d3afdc0a56c860bd7  MesaLib-10.4.4.zip
36b8e80941Smrg</pre>
37b8e80941Smrg
38b8e80941Smrg<h2>New features</h2>
39b8e80941Smrg<p>None</p>
40b8e80941Smrg
41b8e80941Smrg<h2>Bug fixes</h2>
42b8e80941Smrg
43b8e80941Smrg<p>This list is likely incomplete.</p>
44b8e80941Smrg
45b8e80941Smrg<ul>
46b8e80941Smrg
47b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88662">Bug 88662</a> - unaligned access to gl_dlist_node</li>
48b8e80941Smrg
49b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88930">Bug 88930</a> - [osmesa] osbuffer-&gt;textures should be indexed by attachment type</li>
50b8e80941Smrg
51b8e80941Smrg</ul>
52b8e80941Smrg
53b8e80941Smrg
54b8e80941Smrg<h2>Changes</h2>
55b8e80941Smrg
56b8e80941Smrg<p>Brian Paul (1):</p>
57b8e80941Smrg<ul>
58b8e80941Smrg  <li>mesa: fix display list 8-byte alignment issue</li>
59b8e80941Smrg</ul>
60b8e80941Smrg
61b8e80941Smrg<p>Emil Velikov (2):</p>
62b8e80941Smrg<ul>
63b8e80941Smrg  <li>docs: Add sha256 sums for the 10.4.3 release</li>
64b8e80941Smrg  <li>Update version to 10.4.4</li>
65b8e80941Smrg</ul>
66b8e80941Smrg
67b8e80941Smrg<p>José Fonseca (1):</p>
68b8e80941Smrg<ul>
69b8e80941Smrg  <li>egl: Pass the correct X visual depth to xcb_put_image().</li>
70b8e80941Smrg</ul>
71b8e80941Smrg
72b8e80941Smrg<p>Mario Kleiner (1):</p>
73b8e80941Smrg<ul>
74b8e80941Smrg  <li>glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)</li>
75b8e80941Smrg</ul>
76b8e80941Smrg
77b8e80941Smrg<p>Matt Turner (1):</p>
78b8e80941Smrg<ul>
79b8e80941Smrg  <li>gallium/util: Don't use __builtin_clrsb in util_last_bit().</li>
80b8e80941Smrg</ul>
81b8e80941Smrg
82b8e80941Smrg<p>Niels Ole Salscheider (1):</p>
83b8e80941Smrg<ul>
84b8e80941Smrg  <li>configure: Link against all LLVM targets when building clover</li>
85b8e80941Smrg</ul>
86b8e80941Smrg
87b8e80941Smrg<p>Park, Jeongmin (1):</p>
88b8e80941Smrg<ul>
89b8e80941Smrg  <li>st/osmesa: Fix osbuffer-&gt;textures indexing</li>
90b8e80941Smrg</ul>
91b8e80941Smrg
92b8e80941Smrg<p>Ville Syrjälä (1):</p>
93b8e80941Smrg<ul>
94b8e80941Smrg  <li>i965: Fix max_wm_threads for CHV</li>
95b8e80941Smrg</ul>
96b8e80941Smrg
97b8e80941Smrg
98b8e80941Smrg</div>
99b8e80941Smrg</body>
100b8e80941Smrg</html>
101