From 38e661c7d82fa0b34fbe9b3f3261295787bb6427 Mon Sep 17 00:00:00 2001
From: marha
Date: Wed, 11 Jan 2012 08:18:52 +0100
Subject: mesa pixman xserver git update 11 jan 2012
---
mesalib/docs/envvars.html | 2 +
mesalib/docs/relnotes-7.12.html | 83 -----------------------------------------
mesalib/docs/relnotes-8.0.html | 83 +++++++++++++++++++++++++++++++++++++++++
mesalib/docs/relnotes.html | 2 +-
4 files changed, 86 insertions(+), 84 deletions(-)
delete mode 100644 mesalib/docs/relnotes-7.12.html
create mode 100644 mesalib/docs/relnotes-8.0.html
(limited to 'mesalib/docs')
diff --git a/mesalib/docs/envvars.html b/mesalib/docs/envvars.html
index 4b5e89926..5a988847b 100644
--- a/mesalib/docs/envvars.html
+++ b/mesalib/docs/envvars.html
@@ -140,6 +140,8 @@ Mesa EGL supports different sets of environment variables. See the
SOFTPIPE_DUMP_GS - if set, the softpipe driver will print geometry shaders
to stderr
SOFTPIPE_NO_RAST - if set, rasterization is no-op'd. For profiling purposes.
+
SOFTPIPE_USE_LLVM - if set, the softpipe driver will try to use LLVM JIT for
+ vertex shading procesing.
diff --git a/mesalib/docs/relnotes-7.12.html b/mesalib/docs/relnotes-7.12.html
deleted file mode 100644
index 471bbdac7..000000000
--- a/mesalib/docs/relnotes-7.12.html
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-Mesa Release Notes
-
-
-
-
-
-
-
-
-
Mesa 7.12 Release Notes / (release date TBD)
-
-
-Mesa 7.12 is a new development release.
-People who are concerned with stability and reliability should stick
-with a previous release or wait for Mesa 7.12.1.
-
-
-Mesa 7.12 implements the OpenGL 2.1 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 2.1.
-
Removed all DRI drivers that did not support DRI2. Specifically,
- i810, mach64, mga, r128, savage, sis, tdfx, and unichrome were
- removed.
-
Removed support for BeOS.
-
Removed the obsolete (and unmaintained) Windows "gldirect" and
- "ICD" drivers.
-
Removed the linux-fbdev software driver.
-
Removed all remnants of paletted texture support. As required by
- desktop OpenGL, GL_COLOR_INDEX data can still be uploaded
- to a color (e.g., RGBA) texture. However, the data cannot be stored
- internally as color-index.
-
Removed support for GL_APPLE_client_storage extension.
-
Removed the classic Mesa r300 and r600 drivers, which are superseded
- by the gallium drivers for this hardware.
-
Removed the dead Gallium i965, cell and failover drivers, which were
- either broken and with nobody in sight to fix the situation or
- deprecated.
+Mesa 8.0 is a new development release.
+People who are concerned with stability and reliability should stick
+with a previous release or wait for Mesa 8.0.1.
+
+
+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.
+
Removed all DRI drivers that did not support DRI2. Specifically,
+ i810, mach64, mga, r128, savage, sis, tdfx, and unichrome were
+ removed.
+
Removed support for BeOS.
+
Removed the obsolete (and unmaintained) Windows "gldirect" and
+ "ICD" drivers.
+
Removed the linux-fbdev software driver.
+
Removed all remnants of paletted texture support. As required by
+ desktop OpenGL, GL_COLOR_INDEX data can still be uploaded
+ to a color (e.g., RGBA) texture. However, the data cannot be stored
+ internally as color-index.
+
Removed support for GL_APPLE_client_storage extension.
+
Removed the classic Mesa r300 and r600 drivers, which are superseded
+ by the gallium drivers for this hardware.
+
Removed the dead Gallium i965, cell and failover drivers, which were
+ either broken and with nobody in sight to fix the situation or
+ deprecated.
+
+
+
+
+
diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html
index 7e02172ed..1dd5442d0 100644
--- a/mesalib/docs/relnotes.html
+++ b/mesalib/docs/relnotes.html
@@ -13,7 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.