summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2006-03-15 00:46:33 +0000
committerLuc Verhaegen <libv@skynet.be>2006-03-15 00:46:33 +0000
commit50923b6a9325592edc8b02b17646f96b9b8c4a01 (patch)
tree4327c18885545b34bf76b5b4bd92062e6ffea0c0 /ChangeLog
parent74f4ed4275866475b3c182fae962df2fc0946b85 (diff)
Add some autoconf to keep this driver from building EXA when a slightly
older server with older exa is installed. The way in which this problem was treated by the actually related developers explains a lot about this driver.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fe45406..9a56d352 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-03-15 Luc Verhaegen <libv@skynet.be>
+
+ * configure.ac:
+ * src/Makefile.am:
+ * src/radeon_cursor.c: (RADEONUseHWCursor):
+ * src/radeon_dga.c: (RADEON_BlitRect):
+ * src/radeon_driver.c: (RADEONPreInitAccel), (RADEONScreenInit):
+
+ Add some autoconf to keep this driver from building EXA when a
+ slightly older server with older exa is installed.
+
+ The way in which this problem was treated by the actually related
+ developers explains a lot about this driver.
+
2006-03-13 Benjamin Herrenschmidt <benh@kernel.crashing.org>
* src/radeon_video.c: (RADEONSetTransform):