OSDN Git Service

Add release notes for the 10.5.9 release
[android-x86/external-mesa.git] / docs / relnotes / 10.5.9.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.5.9 Release Notes / July 04, 2015</h1>
18
19 <p>
20 Mesa 10.5.9 is a bug fix release which fixes bugs found since the 10.5.8 release.
21 </p>
22 <p>
23 Mesa 10.5.9 implements the OpenGL 3.3 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 3.3.  OpenGL
27 3.3 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 TBD
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
45 <ul>
46
47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=84225">Bug 84225</a> - Allow constant-index-expression sampler array indexing with GLSL-ES &lt; 300</li>
48
49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88999">Bug 88999</a> - [SKL] Compiz crashes after opening unity dash</li>
50
51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89118">Bug 89118</a> - [SKL Bisected]many Ogles3conform cases core dumped</li>
52
53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90537">Bug 90537</a> - radeonsi bo/va conflict on RADEON_GEM_VA (rscreen-&gt;ws-&gt;buffer_from_handle returns NULL)</li>
54
55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90839">Bug 90839</a> - [10.5.5/10.6 regression, bisected] PBO glDrawPixels no longer using blit fastpath</li>
56
57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90873">Bug 90873</a> - Kernel hang, TearFree On, Mate desktop environment</li>
58
59 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91056">Bug 91056</a> - The Bard's Tale (2005, native)  has rendering issues</li>
60
61 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91117">Bug 91117</a> - Nimbus (running in wine) has rendering issues, objects are semi-transparent</li>
62
63 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91124">Bug 91124</a> - Civilization V (in Wine) has rendering issues: text missing, menu bar corrupted</li>
64
65 </ul>
66
67
68 <h2>Changes</h2>
69
70 <p>Ben Widawsky (2):</p>
71 <ul>
72   <li>i965/gen9: Implement Push Constant Buffer workaround</li>
73   <li>i965/skl: Use 1 register for uniform pull constant payload</li>
74 </ul>
75
76 <p>Boyan Ding (1):</p>
77 <ul>
78   <li>egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals</li>
79 </ul>
80
81 <p>Chris Wilson (3):</p>
82 <ul>
83   <li>i965: Fix HW blitter pitch limits</li>
84   <li>i915: Blit RGBX&lt;-&gt;RGBA drawpixels</li>
85   <li>i965: Export format comparison for blitting between miptrees</li>
86 </ul>
87
88 <p>Emil Velikov (6):</p>
89 <ul>
90   <li>docs: Add sha256sums for the 10.5.8 release</li>
91   <li>configure: warn about shared_glapi &amp; xlib-glx only when both are set</li>
92   <li>configure: error out when building backend-less libEGL</li>
93   <li>configure: error out when building libEGL without shared-glapi</li>
94   <li>gbm: do not (over)link against libglapi.so</li>
95   <li>Update version to 10.5.9</li>
96 </ul>
97
98 <p>Frank Henigman (1):</p>
99 <ul>
100   <li>gbm: dlopen libglapi so gbm_create_device works</li>
101 </ul>
102
103 <p>Ilia Mirkin (8):</p>
104 <ul>
105   <li>glsl: add version checks to conditionals for builtin variable enablement</li>
106   <li>mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls</li>
107   <li>glsl: binding point is a texture unit, which is a combined space</li>
108   <li>nvc0: always put all tfb bufs into bufctx</li>
109   <li>nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data</li>
110   <li>nv50/ir: propagate modifier to right arg when const-folding mad</li>
111   <li>nv50/ir: fix emission of address reg in 3rd source</li>
112   <li>nv50/ir: copy joinAt when splitting both before and after</li>
113 </ul>
114
115 <p>Mario Kleiner (2):</p>
116 <ul>
117   <li>nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.</li>
118   <li>winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.</li>
119 </ul>
120
121 <p>Michel Dänzer (1):</p>
122 <ul>
123   <li>winsys/radeon: Unmap GPU VM address range when destroying BO</li>
124 </ul>
125
126 <p>Tapani Pälli (6):</p>
127 <ul>
128   <li>glsl: Allow dynamic sampler array indexing with GLSL ES &lt; 3.00</li>
129   <li>mesa/glsl: new compiler option EmitNoIndirectSampler</li>
130   <li>i915: use EmitNoIndirectSampler</li>
131   <li>mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5</li>
132   <li>i965: use EmitNoIndirectSampler for gen &lt; 7</li>
133   <li>glsl: validate sampler array indexing for 'constant-index-expression'</li>
134 </ul>
135
136
137 </div>
138 </body>
139 </html>