mirror of https://github.com/xqemu/xqemu.git
Cirrus fix (Magnus Damm)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1488 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3de388f676
commit
2f636b458f
|
@ -61,8 +61,8 @@ glue(glue(glue(cirrus_patternfill_, ROP_NAME), _),DEPTH)
|
||||||
pattern_pitch = 32;
|
pattern_pitch = 32;
|
||||||
#endif
|
#endif
|
||||||
pattern_y = s->cirrus_blt_srcaddr & 7;
|
pattern_y = s->cirrus_blt_srcaddr & 7;
|
||||||
pattern_x = skipleft;
|
|
||||||
for(y = 0; y < bltheight; y++) {
|
for(y = 0; y < bltheight; y++) {
|
||||||
|
pattern_x = skipleft;
|
||||||
d = dst + skipleft;
|
d = dst + skipleft;
|
||||||
src1 = src + pattern_y * pattern_pitch;
|
src1 = src + pattern_y * pattern_pitch;
|
||||||
for (x = skipleft; x < bltwidth; x += (DEPTH / 8)) {
|
for (x = skipleft; x < bltwidth; x += (DEPTH / 8)) {
|
||||||
|
|
Loading…
Reference in New Issue