Andreas Boll | 207d52e | 2012-06-16 10:51:06 +0200 | [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"> |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 3 | <head> |
Andreas Boll | 207d52e | 2012-06-16 10:51:06 +0200 | [diff] [blame] | 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 | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 7 | </head> |
Andreas Boll | 207d52e | 2012-06-16 10:51:06 +0200 | [diff] [blame] | 8 | <body> |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 9 | |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 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> |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 15 | <div class="content"> |
| 16 | |
Andreas Boll | 207d52e | 2012-06-16 10:51:06 +0200 | [diff] [blame] | 17 | <h1>Mesa 7.11 Release Notes / July 31, 2011</h1> |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 18 | |
| 19 | <p> |
| 20 | Mesa 7.11 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 7.11.1. |
| 23 | </p> |
| 24 | <p> |
| 25 | Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by |
| 26 | glGetString(GL_VERSION) depends on the particular driver being used. |
| 27 | Some drivers don't support all the features required in OpenGL 2.1. |
| 28 | </p> |
| 29 | <p> |
Emil Velikov | 5fd3b3b | 2013-04-12 12:41:49 +0100 | [diff] [blame] | 30 | See the <a href="../install.html">Compiling/Installing page</a> for prerequisites |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 31 | for DRI hardware acceleration. |
| 32 | </p> |
| 33 | |
| 34 | |
| 35 | <h2>MD5 checksums</h2> |
| 36 | <pre> |
Ian Romanick | 92e5122 | 2011-11-17 11:59:50 -0800 | [diff] [blame] | 37 | fa2c7068503133fb2453244cda11cb2a MesaLib-7.11.tar.gz |
| 38 | ff03aca82d0560009a076a87c888cf13 MesaLib-7.11.tar.bz2 |
| 39 | ede1ac0976f6f05df586093fc17d63ed MesaLib-7.11.zip |
| 40 | b4fb81a47c5caedaefad49af7702c23d MesaGLUT-7.11.tar.gz |
| 41 | 77a9a0bbd7f8bca882aa5709b88cb071 MesaGLUT-7.11.tar.bz2 |
| 42 | c19ef0c6eb61188c96ed4ccedd70717c MesaGLUT-7.11.zip |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 43 | </pre> |
| 44 | |
| 45 | |
| 46 | <h2>New features</h2> |
| 47 | <ul> |
Marek Olšák | bd661a9 | 2011-04-30 12:00:18 +0200 | [diff] [blame] | 48 | <li>GL_ARB_ES2_compatibility (gallium drivers) |
Eric Anholt | 6e13cbc | 2011-04-18 13:44:35 -0700 | [diff] [blame] | 49 | <li>GL_ARB_color_buffer_float (gallium drivers, i965) |
Marek Olšák | 9305922 | 2011-04-14 17:27:03 +0200 | [diff] [blame] | 50 | <li>GL_ARB_draw_buffers_blend (gallium) |
Brian Paul | 889f44b | 2011-01-15 10:26:25 -0700 | [diff] [blame] | 51 | <li>GL_ARB_draw_instanced extension (gallium drivers, swrast) |
Brian Paul | 9473ca3 | 2011-01-15 17:40:56 -0700 | [diff] [blame] | 52 | <li>GL_ARB_instanced_arrays extension (gallium drivers) |
Marek Olšák | 9305922 | 2011-04-14 17:27:03 +0200 | [diff] [blame] | 53 | <li>GL_ARB_occlusion_query2 (gallium drivers, swrast) |
Brian Paul | 83eda35 | 2011-04-26 14:57:57 -0600 | [diff] [blame] | 54 | <li>GL_ARB_robustness (all drivers) |
Brian Paul | da8d0c9 | 2011-04-10 13:06:27 -0600 | [diff] [blame] | 55 | <li>GL_ARB_sampler_objects (gallium drivers) |
Marek Olšák | 27d3e0b | 2011-05-02 13:01:01 +0200 | [diff] [blame] | 56 | <li>GL_ARB_seamless_cube_map (gallium r600) |
Kenneth Graunke | dd3b812 | 2011-06-10 15:17:37 -0700 | [diff] [blame] | 57 | <li>GL_ARB_shader_texture_lod (gallium drivers, i965) |
Marek Olšák | 27d3e0b | 2011-05-02 13:01:01 +0200 | [diff] [blame] | 58 | <li>GL_ARB_sync (gallium drivers only, intel support was in 7.6) |
Eric Anholt | 4093fdc | 2011-04-18 14:28:14 -0700 | [diff] [blame] | 59 | <li>GL_ARB_texture_compression_rgtc (gallium drivers, swrast, i965) |
Eric Anholt | 6e13cbc | 2011-04-18 13:44:35 -0700 | [diff] [blame] | 60 | <li>GL_ARB_texture_float (gallium, i965) |
Marek Olšák | f974bde | 2011-04-28 17:33:05 +0200 | [diff] [blame] | 61 | <li>GL_EXT_packed_float (gallium r600) |
Marek Olšák | 9305922 | 2011-04-14 17:27:03 +0200 | [diff] [blame] | 62 | <li>GL_EXT_texture_compression_latc (gallium drivers, swrast) |
Eric Anholt | 4093fdc | 2011-04-18 14:28:14 -0700 | [diff] [blame] | 63 | <li>GL_EXT_texture_compression_rgtc (gallium drivers, swrast, i965) |
Andreas Faenger | 8a98aab | 2011-05-18 08:14:33 -0600 | [diff] [blame] | 64 | <li>GL_EXT_texture_filter_anisotropic (swrast) |
Marek Olšák | f974bde | 2011-04-28 17:33:05 +0200 | [diff] [blame] | 65 | <li>GL_EXT_texture_shared_exponent (gallium drivers, swrast) |
Marek Olšák | 9305922 | 2011-04-14 17:27:03 +0200 | [diff] [blame] | 66 | <li>GL_EXT_texture_sRGB_decode (gallium drivers, swrast, i965) |
| 67 | <li>GL_EXT_texture_snorm (gallium drivers) |
Marek Olšák | 27d3e0b | 2011-05-02 13:01:01 +0200 | [diff] [blame] | 68 | <li>GL_AMD_draw_buffers_blend (alias of the ARB variant) |
| 69 | <li>GL_AMD_seamless_cubemap_per_texture (gallium r600) |
| 70 | <li>GL_AMD_shader_stencil_export (alias of the ARB variant) |
Marek Olšák | 9305922 | 2011-04-14 17:27:03 +0200 | [diff] [blame] | 71 | <li>GL_ATI_draw_buffers (all drivers) |
| 72 | <li>GL_ATI_texture_compression_3dc (gallium drivers, swrast) |
Eric Anholt | 6e13cbc | 2011-04-18 13:44:35 -0700 | [diff] [blame] | 73 | <li>GL_ATI_texture_float (gallium, i965) |
Eric Anholt | 1df7240 | 2011-04-19 21:40:48 -0700 | [diff] [blame] | 74 | <li>GL_NV_conditional_render (i965) |
Marek Olšák | 9305922 | 2011-04-14 17:27:03 +0200 | [diff] [blame] | 75 | <li>GL_NV_texture_barrier (gallium drivers) |
Ian Romanick | 92e5122 | 2011-11-17 11:59:50 -0800 | [diff] [blame] | 76 | <li>Enable 16-wide fragment shader execution in i965 driver. This should improve performance in many applications. |
| 77 | <li>Initial alpha-level support for Intel "Ivybridge" chipsets in the i965 driver. |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 78 | </ul> |
| 79 | |
| 80 | |
| 81 | <h2>Bug fixes</h2> |
Ian Romanick | 92e5122 | 2011-11-17 11:59:50 -0800 | [diff] [blame] | 82 | |
| 83 | <p>This list is likely incomplete. This list only includes bug fixes not |
| 84 | included in the previous release (7.10.3). Many of these are regressions that |
| 85 | did not exist in the 7.10 release series at all.</p> |
| 86 | |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 87 | <ul> |
Ian Romanick | 92e5122 | 2011-11-17 11:59:50 -0800 | [diff] [blame] | 88 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=25871">Bug 25871</a> - nearest neighbour samples wrong texel (precision/rounding problem)</li> |
| 89 | |
| 90 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29162">Bug 29162</a> - mesa/darwin is severly broken</li> |
| 91 | |
| 92 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30080">Bug 30080</a> - [i915] piglit nodepth-test fails</li> |
| 93 | |
| 94 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30217">Bug 30217</a> - Possible sources of memory leaks reported by valgrind</li> |
| 95 | |
| 96 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30266">Bug 30266</a> - Regression, segfault in libdrm_intel when calling glBitmap</li> |
| 97 | |
| 98 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31561">Bug 31561</a> - [i915] intel_regions.c:289: intel_region_release: Assertion `region->map_refcount == 0' failed.</li> |
| 99 | |
| 100 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31744">Bug 31744</a> - [GLSL] overriding built-in function impacts another shader</li> |
| 101 | |
| 102 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32308">Bug 32308</a> - [llvmpipe] src/gallium/auxiliary/gallivm/lp_bld_init.c:319:gallivm_register_garbage_collector_callback: Assertion `NumCallbacks < 32' failed.</li> |
| 103 | |
| 104 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32309">Bug 32309</a> - [softpipe] SIGSEGV sp_state_derived.c:204</li> |
| 105 | |
| 106 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32459">Bug 32459</a> - [softpipe] glean depthStencil regression</li> |
| 107 | |
| 108 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32460">Bug 32460</a> - [softpipe] piglit texwrap 1D regression</li> |
| 109 | |
| 110 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32534">Bug 32534</a> - [arrandale/sandybridge] Mesa swallowing GEM ioctl failures</li> |
| 111 | |
| 112 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32560">Bug 32560</a> - To fix: 64-bit-portabilty-issue state_tracker/st_program.c:427</li> |
| 113 | |
| 114 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32634">Bug 32634</a> - [r300g, bisected] Massive corruption in Unigine Sanctuary</li> |
| 115 | |
| 116 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32768">Bug 32768</a> - VBO rendering using glDrawArrays causes program termination and "cs IB too big" message</li> |
| 117 | |
| 118 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32804">Bug 32804</a> - [swrast] glean pixelFormats regression</li> |
| 119 | |
| 120 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32814">Bug 32814</a> - Build error in osmesa.c due to change in _mesa_update_framebuffer_visual() signature</li> |
| 121 | |
| 122 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32859">Bug 32859</a> - Mesa doesn't compile under NetBSD</li> |
| 123 | |
| 124 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32912">Bug 32912</a> - [bisected, r300g] Unigine Sanctuary: r300_emit.c:902:r300_emit_vertex_arrays: Assertion `&buf->b.b' failed with RADEON_HYPERZ=1</li> |
| 125 | |
| 126 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32945">Bug 32945</a> - [RADEON:KMS:R300G] HiZ: Weird behavior with 3 pipes</li> |
| 127 | |
| 128 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33046">Bug 33046</a> - [bisected]glean/pixelFormats and 3 oglc cases segfault</li> |
| 129 | |
| 130 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33185">Bug 33185</a> - [RADEON:KMS:R300G] X crashes when kwin effects are turned on</li> |
| 131 | |
| 132 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33215">Bug 33215</a> - [llvmpipe] piglit fbo-drawbuffers2-blend regression</li> |
| 133 | |
| 134 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33247">Bug 33247</a> - [swrast] tnl/t_draw.c:471: _tnl_draw_prims: Assertion `prim[i].num_instances > 0' failed</li> |
| 135 | |
| 136 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33284">Bug 33284</a> - [llvmpipe] piglit fbo-drawbuffers-fragcolor fails</li> |
| 137 | |
| 138 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33306">Bug 33306</a> - [glsl] GLSL integer division by zero crashes GLSL compiler</li> |
| 139 | |
| 140 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33353">Bug 33353</a> - [softpipe] piglit fbo-srgb looks incorrect</li> |
| 141 | |
| 142 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33360">Bug 33360</a> - inclusion of $(TALLOC_LIBS) in src/mesa/drivers/osmesa/Makefile causes a build failure</li> |
| 143 | |
| 144 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33374">Bug 33374</a> - [bisect] FTBFS on commit 9767d3b5 (glapi: Fix OpenGL ES 1.1 and 2.0 interop)</li> |
| 145 | |
| 146 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33508">Bug 33508</a> - [glsl] GLSL compiler modulus by zero crash</li> |
| 147 | |
| 148 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33555">Bug 33555</a> - [softpipe] tgsi/tgsi_sse2.c:1527:emit_tex: Assertion `0' failed.</li> |
| 149 | |
| 150 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33885">Bug 33885</a> - [glsl] GLSL compiler allows recursion</li> |
| 151 | |
| 152 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33823">Bug 33823</a> - [glsl] ralloc.c:78: get_header: Assertion `info->canary == 0x5A1106' failed.</li> |
| 153 | |
| 154 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33934">Bug 33934</a> - 3D blitting is orders of magnitude slower than equivalent 2D blitting.</li> |
| 155 | |
| 156 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33946">Bug 33946</a> - Crash: Mesa checks for invalid pointer, then uses it anyway.</li> |
| 157 | |
| 158 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34008">Bug 34008</a> - r600g: piglit failure (regression)</li> |
| 159 | |
| 160 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34009">Bug 34009</a> - Automatic Mipmap Generation produces very blurry image.</li> |
| 161 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34042">Bug 34042</a> - Surfaceless eglMakeCurrent() fails if the supplied EGLContext is not a dummy context</li> |
| 162 | |
| 163 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34049">Bug 34049</a> - r600g: assertion failure (regression)</li> |
| 164 | |
| 165 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34119">Bug 34119</a> - [glsl] piglit glsl-texcoord-array regression</li> |
| 166 | |
| 167 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34323">Bug 34323</a> - [i915 GLSL gles2] gl_FragCoord.w not correct</li> |
| 168 | |
| 169 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34346">Bug 34346</a> - src/glsl relies on $PWD which can be unset</li> |
| 170 | |
| 171 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34378">Bug 34378</a> - st/mesa: 2a904fd6a0cb80eec6dec2bae07fd8778b04caf3 breaks sauerbraten</li> |
| 172 | |
| 173 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34419">Bug 34419</a> - Kwin crashes screensaver exits</li> |
| 174 | |
| 175 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34463">Bug 34463</a> - state_tracker/st_texture.c:370:st_texture_image_copy: Assertion `u_minify(src->width0, srcLevel) == width' failed.</li> |
| 176 | |
| 177 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34468">Bug 34468</a> - src/glsl/Makefile fix</li> |
| 178 | |
| 179 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34541">Bug 34541</a> - [ilk, wine] massive render corruption after recent patchset</li> |
| 180 | |
| 181 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34589">Bug 34589</a> - [pineview bisected]many cases regression</li> |
| 182 | |
| 183 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34595">Bug 34595</a> - [bisected piketon]oglc half_float_vertex(misc.fillmode.wireframe) regressed</li> |
| 184 | |
| 185 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34597">Bug 34597</a> - [bisected piketon]oglc blend-constcolor and 7 draw-buffers2 subcases regressed</li> |
| 186 | |
| 187 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34603">Bug 34603</a> - [bisected piketon]oglc vbo subcase basic.bufferdata regressed</li> |
| 188 | |
| 189 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34604">Bug 34604</a> - [bisected piketon]piglit fbo/fbo-depth-sample-compare regressed</li> |
| 190 | |
| 191 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34646">Bug 34646</a> - [bisected piketon]ogles2conform GL2Tests/GL/gl_FragCoord/gl_FragCoord_w_frag.test</li> |
| 192 | |
| 193 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34656">Bug 34656</a> - i965: Crash when running WebGL Conformance Test in firefox-4 nightly build</li> |
| 194 | |
| 195 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34691">Bug 34691</a> - [GLSL] matrix array member assignment with a complex subscript fails</li> |
| 196 | |
| 197 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34906">Bug 34906</a> - [Pineview] Some WebGL conformance tests will crash firefox</li> |
| 198 | |
| 199 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34968">Bug 34968</a> - Bad fps in Lightsmark benchmark</li> |
| 200 | |
| 201 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35025">Bug 35025</a> - [Patch] Serious compiler warnings</li> |
| 202 | |
| 203 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35312">Bug 35312</a> - r600g: Automatic mipmap generation doesn't work properly</li> |
| 204 | |
| 205 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35373">Bug 35373</a> - [[GM45] OpenGL] GL_EXT_texture_sRGB_decode broken</li> |
| 206 | |
| 207 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35434">Bug 35434</a> - [RADEON:KMS:R600G] etqw: broken ground textures</li> |
| 208 | |
| 209 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35441">Bug 35441</a> - [PATCH] Mesa does not find nouveau include files with --enable-shared-dricore</li> |
| 210 | |
| 211 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35614">Bug 35614</a> - [SNB] random hang on piglit case shaders/glsl-max-varyings</li> |
| 212 | |
| 213 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35820">Bug 35820</a> - [bisected SNB] System hangs when Gnome with compiz start up</li> |
| 214 | |
| 215 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35822">Bug 35822</a> - [bisected pineview] many cases related to depth and stencil failed</li> |
| 216 | |
| 217 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35849">Bug 35849</a> - when sampling textures from both fragment and vertex shaders the vertex texture has the incorrect texture bound</li> |
| 218 | |
| 219 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35852">Bug 35852</a> - [bisected pineview] oglc case pxconv-read failed</li> |
| 220 | |
| 221 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35961">Bug 35961</a> - src/gallium/auxiliary/util/u_draw.c:77:util_draw_max_index: Assertion `buffer_size - format_size <= buffer_size' failed.</li> |
| 222 | |
| 223 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36032">Bug 36032</a> - piglit fdo9833 regression</li> |
| 224 | |
| 225 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36033">Bug 36033</a> - main/shaderapi.c:1044: validate_samplers: Assertion `(sizeof(targetName)/sizeof(*(targetName))) == NUM_TEXTURE_TARGETS' failed.</li> |
| 226 | |
| 227 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36086">Bug 36086</a> - [wine] Segfault r300_resource_copy_region with some wine apps and RADEON_HYPERZ</li> |
| 228 | |
| 229 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36182">Bug 36182</a> - Game Trine from http://www.humblebundle.com/ needs ATI_draw_buffers</li> |
| 230 | |
| 231 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36268">Bug 36268</a> - [r300g, bisected] minor flickering in Unigine Sanctuary</li> |
| 232 | |
| 233 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36282">Bug 36282</a> - 34a5d3b9f4740601708c82093e2114356d749e65: glxgears segfaults when compiled with shared glapi</li> |
| 234 | |
| 235 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36333">Bug 36333</a> - can't build demos if mesa build with --enable-selinux</li> |
| 236 | |
| 237 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36473">Bug 36473</a> - [bisected] piglit bugs/fdo23670-depth_test failed</li> |
| 238 | |
| 239 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36572">Bug 36572</a> - [bisected]oglc case texenv segfaults</li> |
| 240 | |
| 241 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36609">Bug 36609</a> - 45920d2ecb38b14fdda5253fecce996570c22863 breaks sauerbraten on r300g</li> |
| 242 | |
| 243 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36648">Bug 36648</a> - [bisected SNB]piglit fbo/fbo-alphatest-nocolor failed</li> |
| 244 | |
| 245 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36649">Bug 36649</a> - [bisected SNB]oglc draw-buffers2 failed with 16-wide</li> |
| 246 | |
| 247 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36753">Bug 36753</a> - Some textures now rendered as completely black after register allocator rewrite.</li> |
| 248 | |
| 249 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36821">Bug 36821</a> - [bisected SNB]oglc api-texcoord causes GPU hang</li> |
| 250 | |
| 251 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36914">Bug 36914</a> - r600g: add rv670 flushing workaround. Causes games and some mesa demos to segfault.</li> |
| 252 | |
| 253 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36917">Bug 36917</a> - Rendering glitches in ETQW</li> |
| 254 | |
| 255 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36939">Bug 36939</a> - multitexturing is messed up in quake wars (regression)</li> |
| 256 | |
| 257 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36987">Bug 36987</a> - Intel GMA 4500 ARB_shader_texture_lod support</li> |
| 258 | |
| 259 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37028">Bug 37028</a> - Amnesia/HPL2 Demo: Strange graphical bugs on r600g</li> |
| 260 | |
| 261 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37150">Bug 37150</a> - sRGB textures are too bright in Starcraft 2</li> |
| 262 | |
| 263 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37154">Bug 37154</a> - main/texstore.c:4187: _mesa_texstore_rgb9_e5: Assertion `baseInternalFormat == 0x1907' failed.</li> |
| 264 | |
| 265 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37157">Bug 37157</a> - [bisected] KDE KWin crashes on start with delayed BO mapping</li> |
| 266 | |
| 267 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37168">Bug 37168</a> - Regression: Severe memory leak when running Second Life</li> |
| 268 | |
| 269 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37366">Bug 37366</a> - [i965 bisected ILK] Fragment shader discard tests occasionally fail</li> |
| 270 | |
| 271 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37383">Bug 37383</a> - incorrect GLSL optimization</li> |
| 272 | |
| 273 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37476">Bug 37476</a> - [wine] Devil May Cry 4: TXD tgsi opcode unsupported / translation from TGSI failed / missing vertex shader</li> |
| 274 | |
| 275 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37743">Bug 37743</a> - [bisected i965]oglc GLSLlinker subcase negative.varying.beyondMaxVaryingFloats aborted</li> |
| 276 | |
| 277 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37766">Bug 37766</a> - Crash in dri2InvalidateBuffers when resizing Java window with OpenGL pipeline enabled</li> |
| 278 | |
| 279 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37839">Bug 37839</a> - main/teximage.c:2393: _mesa_choose_texture_format: Assertion `f != MESA_FORMAT_NONE' failed.</li> |
| 280 | |
| 281 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37934">Bug 37934</a> - Corruption with topogun trace</li> |
| 282 | |
| 283 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38015">Bug 38015</a> - Some extensions enabled even when not supported by the underlying driver</li> |
| 284 | |
| 285 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38134">Bug 38134</a> - [bisected i965]piglit fbo/fbo-blit-d24s8 crashed</li> |
| 286 | |
| 287 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38145">Bug 38145</a> - r600g/evergreen: Incorrect rendering of some effects in doom3</li> |
| 288 | |
| 289 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38440">Bug 38440</a> - ETQW: Model in team select rendering too bright</li> |
| 290 | |
| 291 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38566">Bug 38566</a> - [regression] ETQW crashes with 21972c85ea734dbfcf69629c6b0b940efb42d4ba</li> |
| 292 | |
| 293 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38584">Bug 38584</a> - MESA_GLSL=dump causes SEGV in ir_print_visitor::unique_name</li> |
| 294 | |
| 295 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38599">Bug 38599</a> - THe value of WGL_PBUFFER_HEIGHT_ARB is returned as width in wglQueryPbufferARB</li> |
| 296 | |
| 297 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38602">Bug 38602</a> - [bisected] Wrong display after "prefer native texture formats when possible" commit</li> |
| 298 | |
| 299 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38624">Bug 38624</a> - program/ir_to_mesa.cpp:1440: virtual void ir_to_mesa_visitor::visit(ir_dereference_variable*): Assertion `var->location != -1' failed.</li> |
| 300 | |
| 301 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38626">Bug 38626</a> - vbo: Don't discount stride breaks piglit on softpipe/r600g</li> |
| 302 | |
| 303 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38649">Bug 38649</a> - piglit fbo-copyteximage regression</li> |
| 304 | |
| 305 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38762">Bug 38762</a> - [IVB bisected]3D demos like glxgears abort</li> |
| 306 | |
| 307 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38771">Bug 38771</a> - [[GM45] DRI] GPU hangs with current Mesa GIT when running certain OpenGL applications</li> |
| 308 | |
| 309 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38842">Bug 38842</a> - Various valid GLX attributes are rejected by MESA glxChooseFBConfig</li> |
| 310 | |
| 311 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38971">Bug 38971</a> - [bisected]oglc glsl-autointconv subcase negative.function.ambiguousMatch failed</li> |
| 312 | |
| 313 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=38987">Bug 38987</a> - sampler allowed as non-uniform / non-function parameters</li> |
| 314 | |
| 315 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39024">Bug 39024</a> - [Pineview webgl] many webgl conformance cases crash the browser</li> |
| 316 | |
| 317 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39083">Bug 39083</a> - [regression, bisected, r600g] Wrong rendering of Bubbles3D screensaver</li> |
| 318 | |
| 319 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39119">Bug 39119</a> - setting SQ_LDS_RESOURCE_MGMT register to zero in other applications muddles up font rendering permanently</li> |
| 320 | |
| 321 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39209">Bug 39209</a> - [bisected] Wrong display after "prefer native texture formats when possible" commit - part2</li> |
| 322 | |
| 323 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39219">Bug 39219</a> - libgl conflict with xbmc causes lock up on xbmc exit</li> |
| 324 | |
| 325 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39257">Bug 39257</a> - [bisected SNB]Mesa demos engine causes GPU hang</li> |
| 326 | |
Andreas Boll | 703a662 | 2012-06-12 09:05:15 +0200 | [diff] [blame] | 327 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39487">Bug 39487</a> - [i965] brw_wm_surface_state.c:495: brw_update_renderbuffer_surface: Assertion `brw->has_surface_tile_offset || (tile_x == 0 && tile_y == 0)' failed.</li> |
Ian Romanick | 92e5122 | 2011-11-17 11:59:50 -0800 | [diff] [blame] | 328 | |
| 329 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39515">Bug 39515</a> - FTBFS: libEGL depends on libgbm, but libEGL builds first</li> |
| 330 | |
| 331 | <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=39572">Bug 39572</a> - Cogs: GPU hang</li> |
| 332 | |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 333 | </ul> |
| 334 | |
| 335 | |
| 336 | <h2>Changes</h2> |
Brian Paul | e89fc33 | 2011-01-28 13:30:15 -0700 | [diff] [blame] | 337 | <ul> |
Brian Paul | 2d422a6 | 2011-04-26 14:58:33 -0600 | [diff] [blame] | 338 | <li>The Windows MSVC project files have been removed. |
| 339 | They haven't been maintained in quite a while. |
| 340 | Building with SCons is an alternative. |
Brian Paul | 9d20849 | 2011-02-28 18:24:30 -0700 | [diff] [blame] | 341 | <li>Removed GL_SGI_texture_color_table support from swrast driver - the only |
| 342 | driver that implemented it. |
Brian Paul | e89fc33 | 2011-01-28 13:30:15 -0700 | [diff] [blame] | 343 | </ul> |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 344 | |
Ian Romanick | 92e5122 | 2011-11-17 11:59:50 -0800 | [diff] [blame] | 345 | <p>The full set of changes can be viewed by using the following GIT command:</p> |
| 346 | |
| 347 | <pre> |
| 348 | git log mesa-7.10..mesa-7.11 |
| 349 | </pre> |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 350 | |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 351 | </div> |
Brian Paul | 7ff89b0 | 2011-01-14 17:27:17 -0700 | [diff] [blame] | 352 | </body> |
| 353 | </html> |