Home | History | Annotate | Download | only in relnotes
      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.1 Release Notes / July 8, 2016</h1>
     18 
     19 <p>
     20 Mesa 12.0.1 is a bug fix release which fixes bugs found since the 12.0.1 release.
     21 </p>
     22 <p>
     23 Mesa 12.0.1 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 28dff9c045f4305c96a875a487b9f06c7e88d910511cd6016dbddcd1f53ade0d  mesa-12.0.1.tar.gz
     35 bab24fb79f78c876073527f515ed871fc9c81d816f66c8a0b051d8d653896389  mesa-12.0.1.tar.xz
     36 </pre>
     37 
     38 
     39 <h2>New features</h2>
     40 <p>None</p>
     41 
     42 
     43 <h2>Bug fixes</h2>
     44 
     45 <ul>
     46 
     47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=96864">Bug 96864</a> - Mesa 12.0 radeon build broken</li>
     48 
     49 </ul>
     50 
     51 
     52 <h2>Changes</h2>
     53 
     54 <p>Emil Velikov (4):</p>
     55 <ul>
     56   <li>docs: add sha256 checksums for 12.0.0</li>
     57   <li>radeon: reference the correct cdw/max_dw</li>
     58   <li>Update version to 12.0.1</li>
     59   <li>docs: add release notes for 12.0.1</li>
     60 </ul>
     61 
     62 
     63 </div>
     64 </body>
     65 </html>
     66