Don't forget to mark the drawable as dirty in exaPutImage(). Fixes
corruption with drivers that have UTS. (Michel Dänzer)
This commit is contained in:
parent
39ca0867c7
commit
702d9226d5
|
@ -1,3 +1,9 @@
|
||||||
|
2006-04-25 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
|
* exa/exa_accel.c: (exaPutImage):
|
||||||
|
Don't forget to mark the drawable as dirty in exaPutImage(). Fixes
|
||||||
|
corruption with drivers that have UTS. (Michel Dänzer)
|
||||||
|
|
||||||
2006-04-23 Donnie Berkholz <spyderous@gentoo.org>
|
2006-04-23 Donnie Berkholz <spyderous@gentoo.org>
|
||||||
|
|
||||||
* Makefile.am:
|
* Makefile.am:
|
||||||
|
|
|
@ -223,6 +223,7 @@ exaPutImage (DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y,
|
||||||
exaFinishAccess(pDrawable, EXA_PREPARE_DEST);
|
exaFinishAccess(pDrawable, EXA_PREPARE_DEST);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
exaDrawableDirty(pDrawable);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue