Brian Paul | 04bd972 | 2013-04-09 08:52:30 -0600 | [diff] [blame] | 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> |
Emil Velikov | 5fd3b3b | 2013-04-12 12:41:49 +0100 | [diff] [blame] | 6 | <link rel="stylesheet" type="text/css" href="../mesa.css"> |
Brian Paul | 04bd972 | 2013-04-09 08:52:30 -0600 | [diff] [blame] | 7 | </head> |
| 8 | <body> |
| 9 | |
| 10 | <div class="header"> |
| 11 | <h1>The Mesa 3D Graphics Library</h1> |
| 12 | </div> |
| 13 | |
Emil Velikov | 5fd3b3b | 2013-04-12 12:41:49 +0100 | [diff] [blame] | 14 | <iframe src="../contents.html"></iframe> |
Brian Paul | 04bd972 | 2013-04-09 08:52:30 -0600 | [diff] [blame] | 15 | <div class="content"> |
| 16 | |
Ian Romanick | 9f2608b | 2013-08-27 16:37:13 -0700 | [diff] [blame] | 17 | <h1>Mesa 9.2 Release Notes / (August 27, 2013)</h1> |
Brian Paul | 04bd972 | 2013-04-09 08:52:30 -0600 | [diff] [blame] | 18 | |
| 19 | <p> |
| 20 | Mesa 9.2 is a new development release. |
| 21 | People who are concerned with stability and reliability should stick |
| 22 | with a previous release or wait for Mesa 9.2.1. |
| 23 | </p> |
| 24 | <p> |
| 25 | Mesa 9.2 implements the OpenGL 3.1 API, but the version reported by |
| 26 | glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / |
| 27 | glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. |
| 28 | Some drivers don't support all the features required in OpenGL 3.1. OpenGL |
| 29 | 3.1 is <strong>only</strong> available if requested at context creation |
| 30 | because GL_ARB_compatibility is not supported. |
| 31 | </p> |
| 32 | |
| 33 | |
| 34 | <h2>MD5 checksums</h2> |
| 35 | <pre> |
Ian Romanick | 9f2608b | 2013-08-27 16:37:13 -0700 | [diff] [blame] | 36 | 4f93c6475ec656fc1f7b93aeffc9b6c4 MesaLib-9.2.0.tar.gz |
| 37 | 4185b6aae890bc62a964f4b24cc1aca8 MesaLib-9.2.0.tar.bz2 |
| 38 | 3bc5339bc98b9c37777ffd14e3a8eca4 MesaLib-9.2.0.zip |
Brian Paul | 04bd972 | 2013-04-09 08:52:30 -0600 | [diff] [blame] | 39 | </pre> |
| 40 | |
| 41 | |
| 42 | <h2>New features</h2> |
| 43 | |
| 44 | <p> |
| 45 | Note: some of the new features are only available with certain drivers. |
| 46 | </p> |
| 47 | |
| 48 | <ul> |
Ian Romanick | 9f2608b | 2013-08-27 16:37:13 -0700 | [diff] [blame] | 49 | <li>GL_ARB_shading_language_420pack in all drivers that support GLSL 1.30.</li> |
Andreas Boll | 34bec4a | 2013-04-17 17:26:08 +0200 | [diff] [blame] | 50 | <li>GL_ARB_texture_buffer_range</li> |
| 51 | <li>GL_ARB_texture_multisample</li> |
| 52 | <li>GL_ARB_texture_storage_multisample</li> |
| 53 | <li>GL_ARB_texture_query_lod</li> |
Brian Paul | 031c339 | 2013-08-27 18:57:35 -0600 | [diff] [blame] | 54 | <li>GL_ARB_texture_storage on radeon, r200, and nouveau</li> |
| 55 | <li>GL_EXT_discard_framebuffer in all OpenGL ES (all versions) drivers</li> |
Ian Romanick | 9f2608b | 2013-08-27 16:37:13 -0700 | [diff] [blame] | 56 | <li>GL_EXT_framebuffer_multisample_blit_scaled on i965</li> |
Andreas Boll | 34bec4a | 2013-04-17 17:26:08 +0200 | [diff] [blame] | 57 | <li>Added new freedreno gallium driver</li> |
| 58 | <li>OSMesa interface for gallium llvmpipe/softpipe drivers</li> |
| 59 | <li>Gallium Heads-Up Display (HUD) feature for performance monitoring</li> |
Andreas Boll | 9d569fe | 2013-08-02 11:22:23 +0200 | [diff] [blame] | 60 | <li>Added support for UVD (2.2 and 3.0) video decoding on r600g and radeonsi through VDPAU (requires Kernel 3.10 or later)</li> |
Brian Paul | 04bd972 | 2013-04-09 08:52:30 -0600 | [diff] [blame] | 61 | </ul> |
| 62 | |
| 63 | |
| 64 | <h2>Bug fixes</h2> |
| 65 | |
Ian Romanick | 9f2608b | 2013-08-27 16:37:13 -0700 | [diff] [blame] | 66 | <p>Attempts have been made to <b>not</b> include bugs fixed in previous 9.1 |
| 67 | releases or bugs that were regressions during 9.2 development. This list is |
| 68 | likely incomplete.</p> |
Brian Paul | 04bd972 | 2013-04-09 08:52:30 -0600 | [diff] [blame] | 69 | |
Ian Romanick | 9f2608b | 2013-08-27 16:37:13 -0700 | [diff] [blame] | 70 | <ul> |
| 71 | |
| 72 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=41787">Bug 41787</a> - [llvmpipe] stencil broken</li> |
| 73 | |
| 74 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44618">Bug 44618</a> - Cross-compilation broken by glsl builtin_compiler</li> |
| 75 | |
| 76 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=46632">Bug 46632</a> - Make the alignment checks for the readpixel blit fastpath a bit more lenient</li> |
| 77 | |
| 78 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=47116">Bug 47116</a> - Enemy territory freezes with rs880 and commit fbebd431ec4e2e461a0cbcd5f3a04a000b8f6bbf</li> |
| 79 | |
| 80 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=47248">Bug 47248</a> - autogen missing dependency on flex and bison, causes infinite loop in glsl build</li> |
| 81 | |
| 82 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=48694">Bug 48694</a> - radeonsi_pipe.c:322:7: error: ‘PIPE_CAP_DUAL_SOURCE_BLEND’ undeclared</li> |
| 83 | |
| 84 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=50655">Bug 50655</a> - [r600g][RV670 HD3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)</li> |
| 85 | |
| 86 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=51471">Bug 51471</a> - [965gm] Corrupted graphics in corners of screen with pixel shaders enabled</li> |
| 87 | |
| 88 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=51782">Bug 51782</a> - mesa-8.0.3: fails to compile against uclibc</li> |
| 89 | |
| 90 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54240">Bug 54240</a> - [swrast] piglit fbo-generatemipmap-filtering regression</li> |
| 91 | |
| 92 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55503">Bug 55503</a> - Constant vertex attributes broken</li> |
| 93 | |
| 94 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55783">Bug 55783</a> - glEnable(GL_FRAMEBUFFER_SRGB) has no effect on the backbuffer</li> |
| 95 | |
| 96 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55825">Bug 55825</a> - [Bisected i965]Oglc max_values(advanced.fragmentProgram.GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB) causes OOM-killer</li> |
| 97 | |
| 98 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56920">Bug 56920</a> - [sandybridge][uxa] graphics very glitchy and always flickering</li> |
| 99 | |
| 100 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57753">Bug 57753</a> - leak in loop_analysis</li> |
| 101 | |
| 102 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57875">Bug 57875</a> - Second Life viewer bad rendering with git-ec83535</li> |
| 103 | |
| 104 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=58666">Bug 58666</a> - rv670 + llvm = errors.</li> |
| 105 | |
| 106 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=58680">Bug 58680</a> - [IVB] Graphical glitches in 0 A.D</li> |
| 107 | |
| 108 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=58872">Bug 58872</a> - Mac OS X configure: error: Couldn't find clock_gettime</li> |
| 109 | |
| 110 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59322">Bug 59322</a> - r300g MSAA breaks Half-Life 2 in Wine</li> |
| 111 | |
| 112 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59364">Bug 59364</a> - [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: indirect.h: No such file or directory</li> |
| 113 | |
| 114 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59439">Bug 59439</a> - glCopyPixels generates no fragments (occlusion_query_meta_fragments test fails)</li> |
| 115 | |
| 116 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59440">Bug 59440</a> - glBitmap generates no fragments (occlusion_query_meta_fragments test fails)</li> |
| 117 | |
| 118 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59494">Bug 59494</a> - [Bisected]Piglit glean_depthStencil fails</li> |
| 119 | |
| 120 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59592">Bug 59592</a> - Radeon HD 5670: reproducable GPU lockups with htile enabled</li> |
| 121 | |
| 122 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59648">Bug 59648</a> - [SNB/IVB/HSW Bisected]Piglit spec/ARB_uniform_buffer/object_layout-std140-base-size-and-alignment fails</li> |
| 123 | |
| 124 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59701">Bug 59701</a> - lp_test_arit fails on non-sse41 capable machines, breaking make check</li> |
| 125 | |
| 126 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59737">Bug 59737</a> - [bisected] 0d108116bd80b757fb01a84a9f1946ef870b57b8 breaks osmesa when cross compiling</li> |
| 127 | |
| 128 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59740">Bug 59740</a> - [i965 Bisected]Oglc api-error(negative.glEvalMesh) fails</li> |
| 129 | |
| 130 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59851">Bug 59851</a> - AC_ARG_WITH misusage leading to mesa configure failure</li> |
| 131 | |
| 132 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59873">Bug 59873</a> - [swrast] piglit ext_framebuffer_multisample-interpolation 0 centroid-edges regression</li> |
| 133 | |
| 134 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59876">Bug 59876</a> - glGetTexLevelParameteriv broken for indirect rendering</li> |
| 135 | |
| 136 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60038">Bug 60038</a> - [osmesa] [git] building 32-bit mesa on 64 bit fails</li> |
| 137 | |
| 138 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60047">Bug 60047</a> - [softpipe] piglit masked-clear regression</li> |
| 139 | |
| 140 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60052">Bug 60052</a> - [Bisected]Piglit glx_extension_string_sanity fail</li> |
| 141 | |
| 142 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60082">Bug 60082</a> - [ FAILED ] DispatchSanity_test.GL31_CORE</li> |
| 143 | |
| 144 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60086">Bug 60086</a> - Wayland platform backend crashes if there's no back buffer during dri2_swap_buffers</li> |
| 145 | |
| 146 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60098">Bug 60098</a> - [softpipe] Unexpected PIPE_CAP 78 query</li> |
| 147 | |
| 148 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60172">Bug 60172</a> - Planeshift: triangles where grass would be</li> |
| 149 | |
| 150 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60200">Bug 60200</a> - radeon_bo with virtual address referencing mismatch</li> |
| 151 | |
| 152 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60212">Bug 60212</a> - [Bisected] Weston black output</li> |
| 153 | |
| 154 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60524">Bug 60524</a> - [softpipe] piglit depthstencil-render-miplevels 146 s=z24_s8 regression</li> |
| 155 | |
| 156 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60527">Bug 60527</a> - [softpipe] fbo-stencil GL_DEPTH24_STENCIL8 clear regression</li> |
| 157 | |
| 158 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60633">Bug 60633</a> - EXT_texture_sRGB does not work in game The Cave on IvyBridge</li> |
| 159 | |
| 160 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60737">Bug 60737</a> - In GLSL ES, a missing FS precision qualifier does not generate an error</li> |
| 161 | |
| 162 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60866">Bug 60866</a> - GLSL performance issues for uniform buffer objects</li> |
| 163 | |
| 164 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=61036">Bug 61036</a> - Shader fails to build in LLVMpipe, aborts program</li> |
| 165 | |
| 166 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=61200">Bug 61200</a> - insufficient linking of libxatracker.so</li> |
| 167 | |
| 168 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=61635">Bug 61635</a> - glVertexAttribPointer(id, GL_UNSIGNED_BYTE, GL_FALSE,...) does not work</li> |
| 169 | |
| 170 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=62466">Bug 62466</a> - r600g hyperz lockups with KSP 0.19</li> |
| 171 | |
| 172 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=62669">Bug 62669</a> - HyperZ freeze when playing PrBoom-Plus demo with lots of monsters</li> |
| 173 | |
| 174 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=62721">Bug 62721</a> - GPU lockup in Minecraft 1.5.1 with HyperZ</li> |
| 175 | |
| 176 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=62830">Bug 62830</a> - [i965 bisected] Wrong Lightning on Freespace 2 SCP (patch attached)</li> |
| 177 | |
| 178 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=63124">Bug 63124</a> - [r600g] HyperZ lockup on REDWOOD in Half Life 2 Deathmatch</li> |
| 179 | |
| 180 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=63702">Bug 63702</a> - tiling2d in radeon trash vdpau UVD textures</li> |
| 181 | |
| 182 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=64935">Bug 64935</a> - [swrast] s_texfetch.c:1335: set_fetch_functions: Assertion `texImage->FetchTexel' failed.</li> |
| 183 | |
| 184 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=64959">Bug 64959</a> - Cannot build against EGL without X11</li> |
| 185 | |
| 186 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=65112">Bug 65112</a> - glcpp hangs parsing line continuations</li> |
| 187 | |
| 188 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=65958">Bug 65958</a> - GPU Lockup on Trinity 7500G</li> |
| 189 | |
| 190 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=66450">Bug 66450</a> - JUNIPER UVD accelerated playback of MPEG 1/2 streams does not work</li> |
| 191 | |
| 192 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=66606">Bug 66606</a> - [i965 bisected]GLBenchmark 2.5.1/2.7.0 sometimes render error with gnome-session enabling SNA</li> |
| 193 | |
| 194 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=66713">Bug 66713</a> - Team Fortress 2 crashes with r600-sb on HD4850</li> |
| 195 | |
| 196 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=67354">Bug 67354</a> - glsl_parser.cpp is broken with bison 3.0</li> |
| 197 | |
| 198 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=67548">Bug 67548</a> - glGetAttribLocation seems to be broken</li> |
| 199 | |
| 200 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=67927">Bug 67927</a> - R600_DEBUG=sb: Celestia show 2 earths, one wrongly rendered</li> |
| 201 | |
| 202 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=67934">Bug 67934</a> - [SNB/IVB/HSW 9.2 Bisected]Ogles2conform/GL2Tests/glUniform/glUniform.test fails with gnome-session enable compositing</li> |
| 203 | |
| 204 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=68162">Bug 68162</a> - [radeonsi] texture rendering is broken in Source-Engine games</li> |
| 205 | |
| 206 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=68195">Bug 68195</a> - piglit tests vs-struct-pad and fs-struct-pad both fail</li> |
| 207 | |
| 208 | </ul> |
Brian Paul | 04bd972 | 2013-04-09 08:52:30 -0600 | [diff] [blame] | 209 | |
| 210 | <h2>Changes</h2> |
| 211 | |
| 212 | <ul> |
Andreas Boll | 34bec4a | 2013-04-17 17:26:08 +0200 | [diff] [blame] | 213 | <li>Removed d3d1x state tracker (unused, unmaintained and broken)</li> |
Ian Romanick | c74a7eb | 2013-06-27 11:23:33 -0700 | [diff] [blame] | 214 | <li>Removed GL_EXT_clip_volume_hint because no driver had enabled it since |
| 215 | 2007.</li> |
Ian Romanick | f457164 | 2013-06-27 18:20:25 -0700 | [diff] [blame] | 216 | <li>Removed GL_MESA_resize_buffers because it was only really implemented by |
| 217 | the (unsupported) GDI driver.</li> |
Marek Olšák | 74edd56 | 2013-06-12 21:38:28 +0200 | [diff] [blame] | 218 | <li>GL_EXT_separate_shader_objects has been removed from all Gallium drivers, |
| 219 | because it disallows a critical GLSL shader optimization. |
Andreas Boll | ec4a6a9 | 2013-08-02 11:22:09 +0200 | [diff] [blame] | 220 | GL_ARB_separate_shader_objects doesn't have this issue.</li> |
| 221 | <li>i965 Gen6+ requires Kernel 3.6 or later. (92d2f5a)</li> |
Brian Paul | 04bd972 | 2013-04-09 08:52:30 -0600 | [diff] [blame] | 222 | </ul> |
| 223 | |
| 224 | </div> |
| 225 | </body> |
| 226 | </html> |