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.2.8 Release Notes / September 19, 2014</h1> 18 19 <p> 20 Mesa 10.2.8 is a bug fix release which fixes bugs found since the 10.2.7 release. 21 </p> 22 <p> 23 Mesa 10.2.8 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 <h2>SHA256 checksums</h2> 32 <pre> 33 4c5a25ccaf1a9734bbd10d62a1420cc8fd35a1060ce679f2fc846769a25fbeec MesaLib-10.2.8.tar.gz 34 1ef9ad3f241788d454f2ff8c9d65b6849dfc31c8fe91f70fd2930b81c8af1398 MesaLib-10.2.8.tar.bz2 35 d26218da3b44734b1d555267b4c63c48803c4c8b14d2bc53071be57014da37fa MesaLib-10.2.8.zip 36 </pre> 37 38 <h2>New features</h2> 39 <p>None</p> 40 41 <h2>Bug fixes</h2> 42 43 <p>This list is likely incomplete.</p> 44 45 <ul> 46 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=77493">Bug 77493</a> - lp_test_arit fails with llvm >= llvm-3.5svn r206094</li> 48 49 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=82539">Bug 82539</a> - vmw_screen_dri.lo In file included from vmw_screen_dri.c:41: vmwgfx_drm.h:32:17: error: drm.h: No such file or directory</li> 50 51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=82882">Bug 82882</a> - [swrast] piglit glsl-fs-uniform-bool-1 regression</li> 52 53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=83432">Bug 83432</a> - r600_query.c:269:r600_emit_query_end: Assertion `ctx->num_pipelinestat_queries > 0' failed [Gallium HUD]</li> 54 55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=83567">Bug 83567</a> - Mesa 10.2.6 does not compile with llvm 3.5</li> 56 57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=83735">Bug 83735</a> - [mesa-10.2.x] broken with llvm-3.5 and old CPUs</li> 58 59 </ul> 60 61 <h2>Changes</h2> 62 <p>Aaron Watry (1):</p> 63 <ul> 64 <li>gallivm: Fix build after LLVM commit 211259</li> 65 </ul> 66 67 <p>Christoph Bumiller (2):</p> 68 <ul> 69 <li>nv50/ir/util: fix BitSet issues</li> 70 <li>nvc0/ir: clarify recursion fix to finding first tex uses</li> 71 </ul> 72 73 <p>Emil Velikov (3):</p> 74 <ul> 75 <li>docs: Add sha256 sums for the 10.2.7 release</li> 76 <li>configure: bail out if building svga without libdrm</li> 77 <li>Update VERSION to 10.2.8</li> 78 </ul> 79 80 <p>Ilia Mirkin (4):</p> 81 <ul> 82 <li>nv50/ir: avoid array overrun when checking for supported mods</li> 83 <li>nouveau: only enable the depth test if there actually is a depth buffer</li> 84 <li>nouveau: only enable stencil func if the visual has stencil bits</li> 85 <li>nouveau: change internal variables to avoid conflicts with macro args</li> 86 </ul> 87 88 <p>Jonathan Gray (1):</p> 89 <ul> 90 <li>configure.ac: strip _GNU_SOURCE from llvm-config output</li> 91 </ul> 92 93 <p>Jos Fonseca (1):</p> 94 <ul> 95 <li>gallivm: Disable workaround for PR12833 on LLVM 3.2+.</li> 96 </ul> 97 98 <p>Maarten Lankhorst (4):</p> 99 <ul> 100 <li>nouveau: re-allocate bo's on overflow</li> 101 <li>nouveau: fix MPEG4 hw decoding</li> 102 <li>nouveau: rework reference frame handling</li> 103 <li>nouveau: remove unneeded assert</li> 104 </ul> 105 106 <p>Marek Olk (3):</p> 107 <ul> 108 <li>r600g,radeonsi: make sure there's enough CS space before resuming queries</li> 109 <li>mesa: set UniformBooleanTrue = 1.0f by default</li> 110 <li>st/mesa: use 1.0f as boolean true on drivers without integer support</li> 111 </ul> 112 113 <p>Richard Sandiford (1):</p> 114 <ul> 115 <li>gallivm: Fix uses of 2^24</li> 116 </ul> 117 118 <p>Roland Scheidegger (1):</p> 119 <ul> 120 <li>gallivm: set mcpu when initializing llvm execution engine</li> 121 </ul> 122 123 <p>Thomas Hellstrom (1):</p> 124 <ul> 125 <li>winsys/svga: Fix incorrect type usage in IOCTL v2</li> 126 </ul> 127 128 </div> 129 </body> 130 </html> 131