docs: remove libraries.html
[mesa.git] / docs / relnotes-8.0.1.html
index 29a314c061e3cf0ec351322843fe8afd1ee247fe..33c61982cc54d19be64dd3a7e65aa1118983204a 100644 (file)
@@ -1,16 +1,20 @@
-<HTML>
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en">
 <head>
-<TITLE>Mesa Release Notes</TITLE>
-<link rel="stylesheet" type="text/css" href="mesa.css">
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
+  <title>Mesa Release Notes</title>
+  <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
+<body>
 
-<BODY>
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
 
-<body bgcolor="#eeeeee">
+<iframe src="contents.html"></iframe>
+<div class="content">
 
-<H1>Mesa 8.0.1 Release Notes / February 16, 2012</H1>
+<h1>Mesa 8.0.1 Release Notes / February 16, 2012</h1>
 
 <p>
 Mesa 8.0.1 is a bug fix release which fixes bugs found since the 8.0 release.
@@ -78,19 +82,19 @@ for DRI hardware acceleration.
   git log mesa-8.0..mesa-8.0.1
 </pre>
 
-<p>Alex Deucher (2):
+<p>Alex Deucher (2):</p>
 <ul>
   <li>r600g: fix tex tile_type offset for cayman</li>
   <li>r600g: 128 bit formats require tile_type = 1 on cayman</li>
-</ul></p>
+</ul>
 
-<p>Anuj Phogat (2):
+<p>Anuj Phogat (2):</p>
 <ul>
   <li>meta: Add pixel store/pack operations in decompress_texture_image</li>
   <li>meta: Avoid FBO resizing/reallocating in decompress_texture_image</li>
-</ul></p>
+</ul>
 
-<p>Brian Paul (6):
+<p>Brian Paul (6):</p>
 <ul>
   <li>docs: add news item for 8.0 release</li>
   <li>docs: update info about supported systems, GPUs, APIs</li>
@@ -98,56 +102,57 @@ for DRI hardware acceleration.
   <li>docs: remove link to the GLSL compiler page</li>
   <li>mesa: fix proxy texture target initialization</li>
   <li>swrast: fix span color type selection</li>
-</ul></p>
+</ul>
 
-<p>Chad Versace (2):
+<p>Chad Versace (2):</p>
 <ul>
   <li>i965: Rewrite the HiZ op</li>
   <li>i965: Remove file i965/junk, accidentally added in 7b36c68</li>
-</ul></p>
+</ul>
 
-<p>Dave Airlie (1):
+<p>Dave Airlie (1):</p>
 <ul>
   <li>st/mesa: only resolve if number of samples is &gt; 1</li>
-</ul></p>
+</ul>
 
-<p>Eric Anholt (3):
+<p>Eric Anholt (3):</p>
 <ul>
   <li>i965: Fix HiZ change compiler warning.</li>
   <li>i965: Report the failure message when failing to compile the fragment shader.</li>
   <li>i965/fs: Enable register spilling on gen7 too.</li>
-</ul></p>
+</ul>
 
-<p>Ian Romanick (4):
+<p>Ian Romanick (4):</p>
 <ul>
   <li>docs: Add 8.0 MD5 checksums</li>
   <li>glapi: Include GLES2 headers for ES2 extension functions</li>
   <li>swrast: Only avoid empty _TexEnvPrograms</li>
   <li>mesa: Bump version number to 8.0.1</li>
-</ul></p>
+</ul>
 
-<p>Kenneth Graunke (4):
+<p>Kenneth Graunke (4):</p>
 <ul>
   <li>i965: Fix border color on Ironlake.</li>
   <li>i965/fs: Add a new fs_inst::regs_written function.</li>
   <li>i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.</li>
   <li>i965: Emit Ivybridge VS workaround flushes.</li>
-</ul></p>
+</ul>
 
-<p>Mathias Fröhlich (1):
+<p>Mathias Fröhlich (1):</p>
 <ul>
   <li>state_stracker: Fix access to uninitialized memory.</li>
-</ul></p>
+</ul>
 
-<p>Paul Berry (1):
+<p>Paul Berry (1):</p>
 <ul>
   <li>i915: Fix type of "specoffset" variable.</li>
-</ul></p>
+</ul>
 
-<p>Simon Farnsworth (1):
+<p>Simon Farnsworth (1):</p>
 <ul>
   <li>r600g: Use a fake reloc to sleep for fences</li>
-</ul></p>
+</ul>
 
+</div>
 </body>
 </html>