summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2009-10-09 17:42:45 +0200
committerMatthias Hopf <mhopf@suse.de>2009-10-09 17:42:45 +0200
commit8cbff7bfa1201faa1e5dbf7019f17c2f4b1d2b7f (patch)
tree444ae9605cfb2c5b036a7eca299a861d44c1e93b
parentbd2145d8fab854fb5617abd09f7517321d2b35be (diff)
Bump to 1.3.0. Update README.1.3.0
-rw-r--r--README17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/README b/README
index 37ae8ab..ddfb2b5 100644
--- a/README
+++ b/README
@@ -92,6 +92,23 @@ Major Changes
Read ChangeLog for a complete list.
+- Version 1.3.0
+
+ - Added support for RV740, M92, M93, M97.
+ - Added support for HDMI audio on RS690 and R700.
+ - Added support for power management.
+ - Implemented almost correct analysis of PowerPlay AtomBIOS tables.
+ - 2D acceleration (EXA) is enabled by default now, except on RV740.
+ - Backlight handling finally fixed - compatible with xbacklight 1.1.1.
+ - Overhaul of memory controller setup. Fixes many "MC not idle" issues.
+ - Overhaul of cursor handling. Fixes most cursor bugs.
+ - Selectable color space for XVideo on R6xx/R7xx.
+ - Tons of bug fixes (DDC, EXA, LUT, RandR, AtomBIOS).
+ - More quirk table entries.
+ - Shave support (cleaner compilation output).
+ - All warnings fixed.
+ - Some start of Developer's documentation in README.coding.
+
- Version 1.2.5
- Added 2D acceleration for R6xx and R7xx.
diff --git a/configure.ac b/configure.ac
index c12da87..3615a9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-radeonhd],
- 1.2.5,
+ 1.3.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/radeonhd],
xf86-video-radeonhd)