docs: add release notes for 12.0.5
[mesa.git] / docs / relnotes / 12.0.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 12.0.5 Release Notes / December 5, 2016</h1>
18
19 <p>
20 Mesa 12.0.5 is a bug fix release which fixes bugs found since the 12.0.5 release.
21 </p>
22 <p>
23 Mesa 12.0.5 implements the OpenGL 4.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 4.3. OpenGL
27 4.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
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=77662">Bug 77662</a> - Fail to render to different faces of depth-stencil cube map</li>
49
50 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=97779">Bug 97779</a> - [regression, bisected][BDW, GPU hang] stuck on render ring, always reproducible</li>
51
52 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98415">Bug 98415</a> - Vulkan Driver JSON file contains incorrect field</li>
53
54 </ul>
55
56
57 <h2>Changes</h2>
58
59 <p>Adam Jackson (2):</p>
60 <ul>
61 <li>glx/glvnd: Don't modify the dummy slot in the dispatch table</li>
62 <li>glx/glvnd: Fix dispatch function names and indices</li>
63 </ul>
64
65 <p>Anuj Phogat (1):</p>
66 <ul>
67 <li>i965: Fix GPU hang related to multiple render targets and alpha testing</li>
68 </ul>
69
70 <p>Emil Velikov (4):</p>
71 <ul>
72 <li>docs: add release notes for 12.0.4</li>
73 <li>docs: add sha256 checksums for 12.0.4</li>
74 <li>cherry-ignore: add reverted LLVM_LIBDIR patch</li>
75 <li>Update version to 12.0.5</li>
76 </ul>
77
78 <p>Haixia Shi (1):</p>
79 <ul>
80 <li>mesa: change state query return value for RGB565</li>
81 </ul>
82
83 <p>Jason Ekstrand (3):</p>
84 <ul>
85 <li>i965/fs/generator: Don't use the address immediate for MOV_INDIRECT</li>
86 <li>anv/cmd_buffer: Take a command buffer instead of a batch in two helpers</li>
87 <li>anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4</li>
88 </ul>
89
90 <p>Kenneth Graunke (1):</p>
91 <ul>
92 <li>intel: Fix pixel shader scratch space allocation on Gen9+ platforms.</li>
93 </ul>
94
95 <p>Marek Olšák (13):</p>
96 <ul>
97 <li>gallium/radeon: fix behavior of GLSL findLSB(0)</li>
98 <li>gallium/radeon: make sure HTILE address is aligned properly</li>
99 <li>radeonsi: fix an assertion failure in si_decompress_sampler_color_textures</li>
100 <li>gallium/radeon: unify viewport emission code</li>
101 <li>gallium/radeon: set VPORT_ZMIN/MAX registers correctly</li>
102 <li>radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shader</li>
103 <li>radeonsi: fix a crash in imageSize for cubemap arrays</li>
104 <li>radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it</li>
105 <li>gallium/radeon: add support for sharing textures with DCC between processes</li>
106 <li>radeonsi: always set all blend registers</li>
107 <li>radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending</li>
108 <li>radeonsi: disable RB+ blend optimizations for dual source blending</li>
109 <li>radeonsi: silence runtime warnings with LLVM 3.9</li>
110 </ul>
111
112 <p>Matt Turner (1):</p>
113 <ul>
114 <li>anv: Replace "abi_versions" with correct "api_version".</li>
115 </ul>
116
117 <p>Nanley Chery (1):</p>
118 <ul>
119 <li>mesa/fbobject: Update CubeMapFace when reusing textures</li>
120 </ul>
121
122 <p>Steinar H. Gunderson (1):</p>
123 <ul>
124 <li>Fix races during _mesa_HashWalk().</li>
125 </ul>
126
127 <p>Tim Rowley (3):</p>
128 <ul>
129 <li>swr: [rasterizer jitter] cleanup supporting different llvm versions</li>
130 <li>swr: [rasterizer jitter] fix llvm-3.7 compile</li>
131 <li>swr: [rasterizer] add support for llvm-3.9</li>
132 </ul>
133
134
135 </div>
136 </body>
137 </html>