diff options
author | marha <marha@users.sourceforge.net> | 2012-06-19 08:51:12 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-19 08:51:12 +0200 |
commit | 36237c651fab7aa9e65da9c33eb89a619827edff (patch) | |
tree | ab3ed4f72cf398ca5c3760f91b70a8b3bb2e1bd0 /mesalib/docs/relnotes-8.0.1.html | |
parent | a3691edaff553b5130c97ff912ecaa96f08a6643 (diff) | |
download | vcxsrv-36237c651fab7aa9e65da9c33eb89a619827edff.tar.gz vcxsrv-36237c651fab7aa9e65da9c33eb89a619827edff.tar.bz2 vcxsrv-36237c651fab7aa9e65da9c33eb89a619827edff.zip |
mesa git update 19 Juni 2012
Diffstat (limited to 'mesalib/docs/relnotes-8.0.1.html')
-rw-r--r-- | mesalib/docs/relnotes-8.0.1.html | 61 |
1 files changed, 29 insertions, 32 deletions
diff --git a/mesalib/docs/relnotes-8.0.1.html b/mesalib/docs/relnotes-8.0.1.html index 29a314c06..7b68cc59f 100644 --- a/mesalib/docs/relnotes-8.0.1.html +++ b/mesalib/docs/relnotes-8.0.1.html @@ -1,16 +1,13 @@ -<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> - -<body bgcolor="#eeeeee"> - -<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 +75,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 +95,56 @@ 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 > 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> </body> </html> |