mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue