summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-15 04:03:37 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-03-15 04:03:37 +0000
commit36799e3ea7ddde5fce528e8bc17ea942933a9111 (patch)
treeab589404874995ba4b7b73259a441ddcf59770d3 /ChangeLog
parent50923b6a9325592edc8b02b17646f96b9b8c4a01 (diff)
Fix various issues with DRI & server recycle by putting DRICloseSreen in
the normal CloseScreen callback chain at a spot that matches the call to DRIFinishScreenInit in order to unwrap at the right time.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a56d352..fe06e3c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-03-15 Benjamin Herrenschmidt <benh@kernel.crashing.org>
+
+ * src/radeon.h:
+ * src/radeon_dri.c: (RADEONDRIScreenInit),
+ (RADEONDRIDoCloseScreen), (RADEONDRIFinishScreenInit),
+ (RADEONDRIStop), (RADEONDRICloseScreen):
+ * src/radeon_driver.c: (RADEONCloseScreen):
+ Fix various issues with DRI & server recycle by putting DRICloseSreen
+ in the normal CloseScreen callback chain at a spot that matches the
+ call to DRIFinishScreenInit in order to unwrap at the right time.
+
2006-03-15 Luc Verhaegen <libv@skynet.be>
* configure.ac: