OSDN Git Service

android: vulkan/util: fix generating vk_enum_to_str.*
[android-x86/external-mesa.git] / docs / relnotes / 10.3.5.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.3.5 Release Notes / December 5, 2014</h1>
18
19 <p>
20 Mesa 10.3.5 is a bug fix release which fixes bugs found since the 10.3.4 release.
21 </p>
22 <p>
23 Mesa 10.3.5 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 <h2>SHA256 checksums</h2>
32 <pre>
33 7ea71c3cce89114df3dc050376afa1c6f6bf235d77a68f9703273603d6a90621  MesaLib-10.3.5.tar.gz
34 eb75d2790f1606d59d50a6acaa637b6c75f2155b3e0eca3d5099165c0d9556ae  MesaLib-10.3.5.tar.bz2
35 164bc64ba63fb07ff255ff8de6ed3c95ff545dfe8f864c44c33abe94788da910  MesaLib-10.3.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=86618">Bug 86618</a> - [NV96] neg modifiers not working in MIN and MAX operations</li>
48
49 </ul>
50
51 <h2>Changes</h2>
52 <p>Brian Paul (2):</p>
53 <ul>
54   <li>mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()</li>
55   <li>mesa: fix height error check for 1D array textures</li>
56 </ul>
57
58 <p>Chris Forbes (2):</p>
59 <ul>
60   <li>i965: Handle nested uniform array indexing</li>
61   <li>mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose</li>
62 </ul>
63
64 <p>Emil Velikov (2):</p>
65 <ul>
66   <li>docs: Add sha256 sums for the 10.3.5 release</li>
67   <li>Update version to 10.3.5</li>
68 </ul>
69
70 <p>Ilia Mirkin (6):</p>
71 <ul>
72   <li>nv50/ir: set neg modifiers on min/max args</li>
73   <li>nv50,nvc0: actually check constbufs for invalidation</li>
74   <li>nv50,nvc0: buffer resources can be bound as other things down the line</li>
75   <li>freedreno/ir3: don't pass consts to madsh.m16 in MOD logic</li>
76   <li>freedreno/a3xx: only enable blend clamp for non-float formats</li>
77   <li>freedreno/ir3: fix UMAD</li>
78 </ul>
79
80 <p>Rob Clark (1):</p>
81 <ul>
82   <li>configure.ac: bump libdrm_freedreno requirement</li>
83 </ul>
84
85
86 </div>
87 </body>
88 </html>