/[qemu]/qemu/hw/cirrus_vga.c
ViewVC logotype

Diff of /qemu/hw/cirrus_vga.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by bellard, Sun Nov 7 22:54:14 2004 UTC revision 1.17 by bellard, Mon Nov 15 21:43:57 2004 UTC
# Line 737  static int cirrus_bitblt_cputovideo(Cirr Line 737  static int cirrus_bitblt_cputovideo(Cirr
737              else              else
738                  s->cirrus_blt_srcpitch = ((w + 7) >> 3);                  s->cirrus_blt_srcpitch = ((w + 7) >> 3);
739          } else {          } else {
740              s->cirrus_blt_srcpitch = s->cirrus_blt_width;              /* always align input size to 32 bits */
741                s->cirrus_blt_srcpitch = (s->cirrus_blt_width + 3) & ~3;
742          }          }
743          s->cirrus_srccounter = s->cirrus_blt_srcpitch * s->cirrus_blt_height;          s->cirrus_srccounter = s->cirrus_blt_srcpitch * s->cirrus_blt_height;
744      }      }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26