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.5.5 Release Notes / May 11, 2015</h1> 18 19 <p> 20 Mesa 10.5.5 is a bug fix release which fixes bugs found since the 10.5.4 release. 21 </p> 22 <p> 23 Mesa 10.5.5 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 32 <h2>SHA256 checksums</h2> 33 <pre> 34 c10f00fd792b8290dd51ebcc48a9016c4cafab19ec205423c6fcadfd7f3a59f2 mesa-10.5.5.tar.gz 35 4ac4e4ea3414f1cadb1467f2f173f9e56170d31e8674f7953a46f0549d319f28 mesa-10.5.5.tar.xz 36 </pre> 37 38 39 <h2>New features</h2> 40 <p>None</p> 41 42 <h2>Bug fixes</h2> 43 44 <p>This list is likely incomplete.</p> 45 46 <ul> 47 48 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88521">Bug 88521</a> - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA</li> 49 50 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89455">Bug 89455</a> - [NVC0/Gallium] Unigine Heaven black and white boxes</li> 51 52 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89689">Bug 89689</a> - [Regression] Weston on DRM backend won't start with new version of mesa</li> 53 54 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90130">Bug 90130</a> - gl_PrimitiveId seems to reset at 340</li> 55 56 </ul> 57 58 59 <h2>Changes</h2> 60 61 <p>Boyan Ding (1):</p> 62 <ul> 63 <li>i965: Add XRGB8888 format to intel_screen_make_configs</li> 64 </ul> 65 66 <p>Emil Velikov (3):</p> 67 <ul> 68 <li>docs: Add sha256 sums for the 10.5.4 release</li> 69 <li>r300: do not link against libdrm_intel</li> 70 <li>Update version to 10.5.5</li> 71 </ul> 72 73 <p>Ilia Mirkin (4):</p> 74 <ul> 75 <li>nvc0/ir: flush denorms to zero in non-compute shaders</li> 76 <li>gk110/ir: fix set with a register dest to not auto-set the abs flag</li> 77 <li>nvc0/ir: fix predicated PFETCH emission</li> 78 <li>nv50/ir: fix asFlow() const helper for OP_JOIN</li> 79 </ul> 80 81 <p>Kenneth Graunke (2):</p> 82 <ul> 83 <li>i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.</li> 84 <li>i965: Disallow linear blits that are not cacheline aligned.</li> 85 </ul> 86 87 <p>Roland Scheidegger (1):</p> 88 <ul> 89 <li>draw: fix prim ids when there's no gs</li> 90 </ul> 91 92 93 </div> 94 </body> 95 </html> 96