diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-03-10 21:32:34 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-03-10 21:32:34 +0000 |
commit | 5b1a7b478f072f56e836f2d4c0fbc1985842e2bb (patch) | |
tree | efa1e7d2fdfc7dcb3da1f32b5c68ba82f016e9d1 /ChangeLog | |
parent | ffdbb547becc71f1cfdd035d0d6c71539f185fb1 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |