mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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>
|
||||
|
||||
* Makefile.am:
|
||||
|
||||
@@ -223,6 +223,7 @@ exaPutImage (DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y,
|
||||
exaFinishAccess(pDrawable, EXA_PREPARE_DEST);
|
||||
}
|
||||
}
|
||||
exaDrawableDirty(pDrawable);
|
||||
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user