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.1.3 Release Notes / (May 9, 2014)</h1> 18 19 <p> 20 Mesa 10.1.3 is a bug fix release which fixes bugs found since the 10.1.2 release. 21 </p> 22 23 <p> 24 Note: Mesa 10.1.3 is being released sooner than originally scheduled to make 25 available a fix for a performance rgression that was inadvertently introduced 26 to Mesa 10.1.2. The performance regression is reported to make vmware 27 swapbuffers fall back to software. 28 </p> 29 30 <p> 31 Mesa 10.1.3 implements the OpenGL 3.3 API, but the version reported by 32 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 33 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 34 Some drivers don't support all the features required in OpenGL 3.3. OpenGL 35 3.3 is <strong>only</strong> available if requested at context creation 36 because compatibility contexts are not supported. 37 </p> 38 39 40 <h2>MD5 checksums</h2> 41 <pre> 42 665fe1656aaa2c37b32042068aff92cb MesaLib-10.1.3.tar.gz 43 ba6dbe2b9cab0b4de840c996b9b6a3ad MesaLib-10.1.3.tar.bz2 44 4e6f26330a63d3c47e62ac4bdead39e8 MesaLib-10.1.3.zip 45 </pre> 46 47 48 <h2>New features</h2> 49 <p>None</p> 50 51 <h2>Bug fixes</h2> 52 53 <p>This list is likely incomplete.</p> 54 55 <ul> 56 57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=77245">Bug 77245</a> - Bogus GL_ARB_explicit_attrib_location layout identifier warnings</li> 58 59 </ul> 60 61 62 <h2>Changes</h2> 63 64 <p>Carl Worth (3):</p> 65 <ul> 66 <li>docs: Add MD5 sums for Mesa 10.1.2</li> 67 <li>get-pick-list.sh: Require explicit "10.1" for nominating stable patches</li> 68 <li>VERSION: Update to 10.1.3</li> 69 </ul> 70 71 <p>Kenneth Graunke (2):</p> 72 <ul> 73 <li>mesa: Fix MaxNumLayers for 1D array textures.</li> 74 <li>i965: Fix depth (array slices) computation for 1D_ARRAY render targets.</li> 75 </ul> 76 77 <p>Tapani Plli (1):</p> 78 <ul> 79 <li>glsl: fix bogus layout qualifier warnings</li> 80 </ul> 81 82 <p>Thomas Hellstrom (1):</p> 83 <ul> 84 <li>st/xa: Fix performance regression introduced by commit "Cache render target surface"</li> 85 </ul> 86 87 88 </div> 89 </body> 90 </html> 91