(cherry picked from commit fe77fd3983ba3da16ec53c58a790c381b07387ce)
---
docs/relnotes-8.0.1.html | 151 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 151 insertions(+)
create mode 100644 docs/relnotes-8.0.1.html
diff --git a/docs/relnotes-8.0.1.html b/docs/relnotes-8.0.1.html
new file mode 100644
index 0000000..8c8cd3f
--- /dev/null
+++ b/docs/relnotes-8.0.1.html
@@ -0,0 +1,151 @@
+
+
+
+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
+
+tdb
+
+
+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
+