summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-03-10 21:32:34 +0000
committerEric Anholt <anholt@freebsd.org>2006-03-10 21:32:34 +0000
commit5b1a7b478f072f56e836f2d4c0fbc1985842e2bb (patch)
treeefa1e7d2fdfc7dcb3da1f32b5c68ba82f016e9d1 /ChangeLog
parentffdbb547becc71f1cfdd035d0d6c71539f185fb1 (diff)
Move the exaDrawableDirty in exaPrepareAccess to exaFinishAccess, which is
after the drawing is done. Previously, a failed PrepareAccess could have migrated and cleared the dirty flag before the damage was ever done.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a7876bce..c238bb4d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-03-10 Eric Anholt <anholt@FreeBSD.org>
+ * exa/exa.c: (exaPrepareAccess), (exaFinishAccess):
+ Move the exaDrawableDirty in exaPrepareAccess to exaFinishAccess, which
+ is after the drawing is done. Previously, a failed PrepareAccess could
+ have migrated and cleared the dirty flag before the damage was ever
+ done.
+
+2006-03-10 Eric Anholt <anholt@FreeBSD.org>
+
* hw/xfree86/vbe/vbe.c: (vbeProbeDDC):
Coverity #1011: Remove a useless NULL check on a pVbe that had
been dereferenced many times before.