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 9.2.2 Release Notes / (October 18, 2013)</h1> 18 19 <p> 20 Mesa 9.2.2 is a bug fix release which fixes bugs found since the 9.2.1 release. 21 </p> 22 <p> 23 Mesa 9.2 implements the OpenGL 3.1 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.1. OpenGL 27 3.1 is <strong>only</strong> available if requested at context creation 28 because GL_ARB_compatibility is not supported. 29 </p> 30 31 32 <h2>MD5 checksums</h2> 33 <pre> 34 </pre> 35 36 37 <h2>New features</h2> 38 <p>None</p> 39 40 <h2>Bug fixes</h2> 41 42 <p>This list is likely incomplete.</p> 43 44 <ul> 45 46 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=69449">Bug 69449</a> - Valgrind error in program_resource_visitor::recursion</li> 47 48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70411">Bug 70411</a> - glInvalidateFramebuffer fails with GL_INVALID_ENUM</li> 49 50 </ul> 51 52 <h2>Changes</h2> 53 54 <p>The full set of changes can be viewed by using the following GIT command:</p> 55 56 <pre> 57 git log mesa-9.2.1..mesa-9.2.2 58 </pre> 59 60 <p>Brian Paul (3):</p> 61 <ul> 62 <li>docs: add missing <pre> tag</li> 63 <li>svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()</li> 64 <li>mesa: consolidate cube width=height error checking</li> 65 </ul> 66 67 <p>Carl Worth (3):</p> 68 <ul> 69 <li>docs: Add md5sums for 9.2.1 release</li> 70 <li>Bump version to 9.2.2</li> 71 </ul> 72 73 <p>Constantin Baranov (1):</p> 74 <ul> 75 <li>mesa: Add missing switch break in invalidate_framebuffer_storage()</li> 76 </ul> 77 78 <p>Eric Anholt (3):</p> 79 <ul> 80 <li>i965: Don't forget the cube map padding on gen5+.</li> 81 <li>mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".</li> 82 <li>i965: Fix 3D texture layout by more literally copying from the spec.</li> 83 </ul> 84 85 <p>Francisco Jerez (1):</p> 86 <ul> 87 <li>glsl: Fix usage of the wrong union member in program_resource_visitor::recursion.</li> 88 </ul> 89 90 <p>Tom Stellard (1):</p> 91 <ul> 92 <li>radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3</li> 93 </ul> 94 95 </div> 96 </body> 97 </html> 98