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.3 Release Notes / September 15, 2016</h1> 18 19 <p> 20 Mesa 12.0.3 is a bug fix release which fixes bugs found since the 12.0.3 release. 21 </p> 22 <p> 23 Mesa 12.0.3 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 79abcfab3de30dbd416d1582a3cf6b1be308466231488775f1b7bb43be353602 mesa-12.0.3.tar.gz 35 1dc86dd9b51272eee1fad3df65e18cda2e556ef1bc0b6e07cd750b9757f493b1 mesa-12.0.3.tar.xz 36 </pre> 37 38 39 <h2>New features</h2> 40 <p>None</p> 41 42 43 <h2>Bug fixes</h2> 44 45 <p>This list is likely incomplete.</p> 46 47 <ul> 48 49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=97781">Bug 97781</a> - [HSW, BYT, IVB] es2-cts.gtf.gl2extensiontests.depth_texture_cube_map.depth_texture_cube_map</li> 50 51 </ul> 52 53 54 <h2>Changes</h2> 55 56 <p>Emil Velikov (3):</p> 57 <ul> 58 <li>docs: add sha256 checksums for 12.0.2</li> 59 <li>Revert "i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations"</li> 60 <li>Update version to 12.0.3</li> 61 </ul> 62 63 <p>Jos Fonseca (1):</p> 64 <ul> 65 <li>appveyor: Update winflexbison download URL.</li> 66 </ul> 67 68 69 </div> 70 </body> 71 </html> 72