diff options
author | Luc Verhaegen <libv@skynet.be> | 2006-03-15 00:46:33 +0000 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2006-03-15 00:46:33 +0000 |
commit | 50923b6a9325592edc8b02b17646f96b9b8c4a01 (patch) | |
tree | 4327c18885545b34bf76b5b4bd92062e6ffea0c0 /ChangeLog | |
parent | 74f4ed4275866475b3c182fae962df2fc0946b85 (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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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): |