Date: Mon, 27 Feb 2012 07:24:18 +0100
Subject: fontconfig pixman mesa git update 27 Feb 2012
---
mesalib/docs/relnotes-8.0.1.html | 153 +++++++++++++++++++++++++++++++++++++++
1 file changed, 153 insertions(+)
create mode 100644 mesalib/docs/relnotes-8.0.1.html
(limited to 'mesalib/docs')
diff --git a/mesalib/docs/relnotes-8.0.1.html b/mesalib/docs/relnotes-8.0.1.html
new file mode 100644
index 000000000..29a314c06
--- /dev/null
+++ b/mesalib/docs/relnotes-8.0.1.html
@@ -0,0 +1,153 @@
+
+
+
+Mesa Release Notes
+
+
+
+
+
+
+
+
+Mesa 8.0.1 Release Notes / February 16, 2012
+
+
+Mesa 8.0.1 is a bug fix release which fixes bugs found since the 8.0 release.
+
+
+Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by
+glGetString(GL_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 3.0.
+
+
+See the Compiling/Installing page for prerequisites
+for DRI hardware acceleration.
+
+
+
+MD5 checksums
+
+4855c2d93bd2ebd43f384bdcc92c9a27 MesaLib-8.0.1.tar.gz
+24eeebf66971809d8f40775a379b36c9 MesaLib-8.0.1.tar.bz2
+54e745d14dac5717f7f65b4e2d5c1df2 MesaLib-8.0.1.zip
+
+
+New features
+None.
+
+Bug fixes
+
+This list is likely incomplete.
+
+
+
+Bug 28924 - [ILK] piglit tex-border-1 fail
+
+Bug 40864 - [bisected pineview] oglc pxconv-gettex(basic.allCases) fails on pineview
+
+Bug 43327 - [bisected SNB] HiZ make many oglc cases regressed
+
+Bug 44333 - [bisected] Color distortion with xbmc mediaplayer
+
+Bug 44927 - [SNB IVB regression] gl-117 abort when click
+
+Bug 45221 - [bisected IVB] glean/fbo regression in stencil-only case
+
+Bug 45877 - main/image.c:1597: _mesa_convert_colors: Assertion `dstType == 0x1406' failed.
+
+Bug 45578 - main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.
+
+Bug 45872 - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview
+
+Bug 45876 - [PNV]oglc texenv(basic.allCases) regressed on pineview
+
+Bug 45917 - [PNV] Regression in Piglit test general/two-sided-lighting-separate-specular
+
+Bug 45943 - [r300g] r300_emit.c:365:r300_emit_aa_state: Assertion `(aa-d>dest)->cs_buf' failed.
+
+
+
+
+
+
+Changes
+The full set of changes can be viewed by using the following GIT command:
+
+
+ git log mesa-8.0..mesa-8.0.1
+
+
+Alex Deucher (2):
+
+ r600g: fix tex tile_type offset for cayman
+ r600g: 128 bit formats require tile_type = 1 on cayman
+