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.4 Release Notes / November 21, 2014</h1> 18 19 <p> 20 Mesa 10.3.4 is a bug fix release which fixes bugs found since the 10.3.3 release. 21 </p> 22 <p> 23 Mesa 10.3.4 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 26482495ef6177f889dbd87c7edcccfedd995598785bbbd7e3e066352574c8e0 MesaLib-10.3.4.tar.gz 34 e6373913142338d10515daf619d659433bfd2989988198930c13b0945a15e98a MesaLib-10.3.4.tar.bz2 35 8c3ebbb6535daf3414305860ebca6ac67dbb6e3d35058c7a6ce18b84b5945b7f MesaLib-10.3.4.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=76252">Bug 76252</a> - Dynamic loading/unloading of opengl32.dll results in a deadlock</li> 48 49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=78770">Bug 78770</a> - [SNB bisected]Webglc conformance/textures/texture-size-limit.html fails</li> 50 51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=83500">Bug 83500</a> - si_dma_copy_tile causes GPU hangs</li> 52 53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=85647">Bug 85647</a> - Random radeonsi crashes with mesa 10.3.x</li> 54 55 </ul> 56 57 <h2>Changes</h2> 58 <p>Brian Paul (1):</p> 59 <ul> 60 <li>st/mesa: copy sampler_array_size field when copying instructions</li> 61 </ul> 62 63 <p>Chad Versace (1):</p> 64 <ul> 65 <li>i965: Fix segfault in WebGL Conformance on Ivybridge</li> 66 </ul> 67 68 <p>Dave Airlie (5):</p> 69 <ul> 70 <li>r600g/cayman: fix integer multiplication output overwrite (v2)</li> 71 <li>r600g/cayman: fix texture gather tests</li> 72 <li>r600g/cayman: handle empty vertex shaders</li> 73 <li>r600g: geom shaders: always load texture src regs from inputs</li> 74 <li>r600g: limit texture offset application to specific types (v2)</li> 75 </ul> 76 77 <p>Emil Velikov (3):</p> 78 <ul> 79 <li>docs: Add sha256 sums for the 10.3.3 release</li> 80 <li>configure.ac: roll up a program for the sse4.1 check</li> 81 <li>get-pick-list.sh: Require explicit "10.3" for nominating stable patches</li> 82 </ul> 83 84 <p>Ilia Mirkin (1):</p> 85 <ul> 86 <li>st/mesa: add a fallback for clear_with_quad when no vs_layer</li> 87 </ul> 88 89 <p>Jos Fonseca (1):</p> 90 <ul> 91 <li>llvmpipe: Avoid deadlock when unloading opengl32.dll</li> 92 </ul> 93 94 <p>Kenneth Graunke (1):</p> 95 <ul> 96 <li>i915g: we also have more than 0 viewports!</li> 97 </ul> 98 99 <p>Michel Dnzer (1):</p> 100 <ul> 101 <li>radeonsi: Disable asynchronous DMA except for PIPE_BUFFER</li> 102 </ul> 103 104 </div> 105 </body> 106 </html> 107