mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 23:28:05 +02: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:
parent
39ca0867c7
commit
702d9226d5
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue