summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2012-05-09 23:47:18 +0200
committerXavier Bachelot <xavier@bachelot.org>2012-05-15 22:41:12 +0200
commitbcc53ba404187b5a026af35a19e50b1faa60150b (patch)
tree0fb0d3ce35a9aa6b53f553328f72aa992b1f8566
parenteb8271f253d0aadab5c3d3ff7f8aa0840c96eb7a (diff)
Prepare for 0.2.906release_0_2_906
-rw-r--r--NEWS11
-rw-r--r--README7
-rw-r--r--configure.ac2
-rw-r--r--src/via_driver.h2
4 files changed, 15 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index a54dde5..5e1bb33 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+openchrome 0.2.906 (15/05/2012)
+-------------------------------
+* New features :
+- VX900 Xv support.
+- EXA is now the default although compositing is buggy and thus disabled.
+
+* Bugfixes and enhancements :
+- Fix I420 Xv surface on CME engine.
+- Fix EXA to not require XAA module in X server.
+
+
openchrome 0.2.905 (10/02/2012)
-------------------------------
* New features :
diff --git a/README b/README
index 48ad4e5..f7a8744 100644
--- a/README
+++ b/README
@@ -55,11 +55,8 @@ KNOWN BUGS/LIMITATIONS :
- CX700, VX800 and VX855 integrated TMDS is supported.
* Chrome9
-- Chrome9 chipsets' family (P4M900, K8M890, VX800, VX855) currently doesn't
- support neither AGP DMA nor 3D acceleration.
-
-* VX900
-- Xv is not yet supported.
+- Chrome9 chipsets' family (P4M900, K8M890, VX800, VX855, VX900) currently
+ doesn't support neither AGP DMA nor 3D acceleration.
Please note that 3D acceleration is provided by Mesa (http://mesa3d.org) and is
diff --git a/configure.ac b/configure.ac
index d01fd9f..e494be5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- 0.2.905,
+ 0.2.906,
[http://www.openchrome.org/trac/report/1],
xf86-video-openchrome)
diff --git a/src/via_driver.h b/src/via_driver.h
index 19950c5..acd577b 100644
--- a/src/via_driver.h
+++ b/src/via_driver.h
@@ -104,7 +104,7 @@
#define DRIVER_NAME "openchrome"
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
-#define PATCHLEVEL 905
+#define PATCHLEVEL 906
#define VIA_VERSION ((VERSION_MAJOR<<24) | (VERSION_MINOR<<16) | PATCHLEVEL)
#define VIA_VQ_SIZE (256 * 1024)