10.3.5.html revision 848b8605
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.3.5 Release Notes / December 5, 2014</h1> 18 19<p> 20Mesa 10.3.5 is a bug fix release which fixes bugs found since the 10.3.4 release. 21</p> 22<p> 23Mesa 10.3.5 implements the OpenGL 3.3 API, but the version reported by 24glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 25glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 26Some drivers don't support all the features required in OpenGL 3.3. OpenGL 273.3 is <strong>only</strong> available if requested at context creation 28because compatibility contexts are not supported. 29</p> 30 31<h2>SHA256 checksums</h2> 32<pre> 33TBD 34</pre> 35 36<h2>New features</h2> 37<p>None</p> 38 39<h2>Bug fixes</h2> 40 41<p>This list is likely incomplete.</p> 42 43<ul> 44 45<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=86618">Bug 86618</a> - [NV96] neg modifiers not working in MIN and MAX operations</li> 46 47</ul> 48 49<h2>Changes</h2> 50<p>Brian Paul (2):</p> 51<ul> 52 <li>mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()</li> 53 <li>mesa: fix height error check for 1D array textures</li> 54</ul> 55 56<p>Chris Forbes (2):</p> 57<ul> 58 <li>i965: Handle nested uniform array indexing</li> 59 <li>mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose</li> 60</ul> 61 62<p>Emil Velikov (2):</p> 63<ul> 64 <li>docs: Add sha256 sums for the 10.3.5 release</li> 65 <li>Update version to 10.3.5</li> 66</ul> 67 68<p>Ilia Mirkin (6):</p> 69<ul> 70 <li>nv50/ir: set neg modifiers on min/max args</li> 71 <li>nv50,nvc0: actually check constbufs for invalidation</li> 72 <li>nv50,nvc0: buffer resources can be bound as other things down the line</li> 73 <li>freedreno/ir3: don't pass consts to madsh.m16 in MOD logic</li> 74 <li>freedreno/a3xx: only enable blend clamp for non-float formats</li> 75 <li>freedreno/ir3: fix UMAD</li> 76</ul> 77 78<p>Rob Clark (1):</p> 79<ul> 80 <li>configure.ac: bump libdrm_freedreno requirement</li> 81</ul> 82 83 84</div> 85</body> 86</html> 87