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 8.0.1 Release Notes / February 16, 2012</h1> 18 19 <p> 20 Mesa 8.0.1 is a bug fix release which fixes bugs found since the 8.0 release. 21 </p> 22 <p> 23 Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by 24 glGetString(GL_VERSION) depends on the particular driver being used. 25 Some drivers don't support all the features required in OpenGL 3.0. 26 </p> 27 <p> 28 See the <a href="../install.html">Compiling/Installing page</a> for prerequisites 29 for DRI hardware acceleration. 30 </p> 31 32 33 <h2>MD5 checksums</h2> 34 <pre> 35 4855c2d93bd2ebd43f384bdcc92c9a27 MesaLib-8.0.1.tar.gz 36 24eeebf66971809d8f40775a379b36c9 MesaLib-8.0.1.tar.bz2 37 54e745d14dac5717f7f65b4e2d5c1df2 MesaLib-8.0.1.zip 38 </pre> 39 40 <h2>New features</h2> 41 <p>None.</p> 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=28924">Bug 28924</a> - [ILK] piglit tex-border-1 fail</li> 50 51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=40864">Bug 40864</a> - [bisected pineview] oglc pxconv-gettex(basic.allCases) fails on pineview</li> 52 53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=43327">Bug 43327</a> - [bisected SNB] HiZ make many oglc cases regressed</li> 54 55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44333">Bug 44333</a> - [bisected] Color distortion with xbmc mediaplayer</li> 56 57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44927">Bug 44927</a> - [SNB IVB regression] gl-117 abort when click</li> 58 59 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45221">Bug 45221</a> - [bisected IVB] glean/fbo regression in stencil-only case</li> 60 61 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45877">Bug 45877</a> - main/image.c:1597: _mesa_convert_colors: Assertion `dstType == 0x1406' failed.</li> 62 63 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45578">Bug 45578</a> - main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.</li> 64 65 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45872">Bug 45872</a> - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview</li> 66 67 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45876">Bug 45876</a> - [PNV]oglc texenv(basic.allCases) regressed on pineview</li> 68 69 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45917">Bug 45917</a> - [PNV] Regression in Piglit test general/two-sided-lighting-separate-specular</li> 70 71 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45943">Bug 45943</a> - [r300g] r300_emit.c:365:r300_emit_aa_state: Assertion `(aa-d>dest)->cs_buf' failed.</li> 72 73 <!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> --> 74 75 </ul> 76 77 78 <h2>Changes</h2> 79 <p>The full set of changes can be viewed by using the following GIT command:</p> 80 81 <pre> 82 git log mesa-8.0..mesa-8.0.1 83 </pre> 84 85 <p>Alex Deucher (2):</p> 86 <ul> 87 <li>r600g: fix tex tile_type offset for cayman</li> 88 <li>r600g: 128 bit formats require tile_type = 1 on cayman</li> 89 </ul> 90 91 <p>Anuj Phogat (2):</p> 92 <ul> 93 <li>meta: Add pixel store/pack operations in decompress_texture_image</li> 94 <li>meta: Avoid FBO resizing/reallocating in decompress_texture_image</li> 95 </ul> 96 97 <p>Brian Paul (6):</p> 98 <ul> 99 <li>docs: add news item for 8.0 release</li> 100 <li>docs: update info about supported systems, GPUs, APIs</li> 101 <li>docs: add VMware link</li> 102 <li>docs: remove link to the GLSL compiler page</li> 103 <li>mesa: fix proxy texture target initialization</li> 104 <li>swrast: fix span color type selection</li> 105 </ul> 106 107 <p>Chad Versace (2):</p> 108 <ul> 109 <li>i965: Rewrite the HiZ op</li> 110 <li>i965: Remove file i965/junk, accidentally added in 7b36c68</li> 111 </ul> 112 113 <p>Dave Airlie (1):</p> 114 <ul> 115 <li>st/mesa: only resolve if number of samples is > 1</li> 116 </ul> 117 118 <p>Eric Anholt (3):</p> 119 <ul> 120 <li>i965: Fix HiZ change compiler warning.</li> 121 <li>i965: Report the failure message when failing to compile the fragment shader.</li> 122 <li>i965/fs: Enable register spilling on gen7 too.</li> 123 </ul> 124 125 <p>Ian Romanick (4):</p> 126 <ul> 127 <li>docs: Add 8.0 MD5 checksums</li> 128 <li>glapi: Include GLES2 headers for ES2 extension functions</li> 129 <li>swrast: Only avoid empty _TexEnvPrograms</li> 130 <li>mesa: Bump version number to 8.0.1</li> 131 </ul> 132 133 <p>Kenneth Graunke (4):</p> 134 <ul> 135 <li>i965: Fix border color on Ironlake.</li> 136 <li>i965/fs: Add a new fs_inst::regs_written function.</li> 137 <li>i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.</li> 138 <li>i965: Emit Ivybridge VS workaround flushes.</li> 139 </ul> 140 141 <p>Mathias Frhlich (1):</p> 142 <ul> 143 <li>state_stracker: Fix access to uninitialized memory.</li> 144 </ul> 145 146 <p>Paul Berry (1):</p> 147 <ul> 148 <li>i915: Fix type of "specoffset" variable.</li> 149 </ul> 150 151 <p>Simon Farnsworth (1):</p> 152 <ul> 153 <li>r600g: Use a fake reloc to sleep for fences</li> 154 </ul> 155 156 </div> 157 </body> 158 </html> 159