mesa: enable GL_ARB_program_interface_query extension
[mesa.git] / docs / relnotes / 10.1.6.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 <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.1.6 Release Notes / (June 24, 2014)</h1>
18
19 <p>
20 Mesa 10.1.6 is a bug fix release which fixes bugs found since the 10.1.5 release.
21 </p>
22
23 <p>
24 Mesa 10.1.6 implements the OpenGL 3.3 API, but the version reported by
25 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
26 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
27 Some drivers don't support all the features required in OpenGL 3.3. OpenGL
28 3.3 is <strong>only</strong> available if requested at context creation
29 because compatibility contexts are not supported.
30 </p>
31
32 <h2>SHA256 checksums</h2>
33 <pre>
34 cde60e06b340d7598802fe4a4484b3fb8befd714f9ab9caabe1f27d3149e8815 MesaLib-10.1.6.tar.bz2
35 e4e726d7805a442f7ed07d12f71335e6126796ec85328a5989eb5348a8042d00 MesaLib-10.1.6.tar.gz
36 bf7e3f721a7ad0c2057a034834b6fea688e64f26a66cf8d1caa2827e405e72dd MesaLib-10.1.6.zip
37 </pre>
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=54372">Bug 54372</a> - GLX_INTEL_swap_event crashes driver when swapping window buffers</li>
49
50 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=74005">Bug 74005</a> - [i965 Bisected]Piglit/glx_glx-make-glxdrawable-current fails</li>
51
52 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=78581">Bug 78581</a> - </li>
53
54 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=79729">Bug 79729</a> - [i965] glClear on a multisample texture doesn't work</li>
55
56 </ul>
57
58 <h2>Changes</h2>
59
60 <p>Adrian Negreanu (7):</p>
61 <ul>
62 <li>add megadriver_stub_FILES</li>
63 <li>android: adapt to the megadriver mechanism</li>
64 <li>android: add libloader to libGLES_mesa and libmesa_egl_dri2</li>
65 <li>android: add src/gallium/auxiliary as include path for libmesa_dricore</li>
66 <li>android, egl: add correct drm include for libmesa_egl_dri2</li>
67 <li>android, mesa_gen_matypes: pull in timespec POSIX definition</li>
68 <li>android, dricore: undefined reference to _mesa_streaming_load_memcpy</li>
69 </ul>
70
71 <p>Beren Minor (1):</p>
72 <ul>
73 <li>egl/main: Fix eglMakeCurrent when releasing context from current thread.</li>
74 </ul>
75
76 <p>Carl Worth (3):</p>
77 <ul>
78 <li>docs: Add SHA256 checksums for the 10.1.5 release</li>
79 <li>cherry-ignore: Add a patch to ignore</li>
80 <li>Update VERSION to 10.1.6</li>
81 </ul>
82
83 <p>Daniel Manjarres (1):</p>
84 <ul>
85 <li>glx: Don't crash on swap event for a Window (non-GLXWindow)</li>
86 </ul>
87
88 <p>Emil Velikov (1):</p>
89 <ul>
90 <li>configure: error out when building opencl without LLVM</li>
91 </ul>
92
93 <p>Iago Toral Quiroga (1):</p>
94 <ul>
95 <li>mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.</li>
96 </ul>
97
98 <p>José Fonseca (3):</p>
99 <ul>
100 <li>mesa/main: Make get_hash.c values constant.</li>
101 <li>mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.</li>
102 <li>mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).</li>
103 </ul>
104
105 <p>Kristian Høgsberg (1):</p>
106 <ul>
107 <li>mesa: Remove glClear optimization based on drawable size</li>
108 </ul>
109
110 <p>Michel Dänzer (1):</p>
111 <ul>
112 <li>configure: Only check for OpenCL without LLVM when the latter is certain</li>
113 </ul>
114
115 <p>Neil Roberts (1):</p>
116 <ul>
117 <li>i965: Set the fast clear color value for texture surfaces</li>
118 </ul>
119
120 <p>Roland Scheidegger (1):</p>
121 <ul>
122 <li>draw: (trivial) fix clamping of viewport index</li>
123 </ul>
124
125 <p>Tobias Klausmann (1):</p>
126 <ul>
127 <li>nv50/ir: clear subop when folding constant expressions</li>
128 </ul>
129
130 <p>Tom Stellard (2):</p>
131 <ul>
132 <li>clover: Prevent Clang from printing number of errors and warnings to stderr.</li>
133 <li>clover: Don't use llvm's global context</li>
134 </ul>
135
136 </div>
137 </body>
138 </html>