From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] VGA 2bit mode
Date: Fri, 25 Apr 2008 19:04:06 +0100 [thread overview]
Message-ID: <20080425180406.GG4279@implementation.uk.xensource.com> (raw)
Hello,
I don't have a VGA book right here to check, but I don't understand
vga_draw_line2_:
d += BPP * 8;
s += 4;
i.e. 4 bytes for 8 pixels and vga_draw_line4_:
d += BPP * 8;
s += 4;
i.e. 4 bytes for 8 pixels too. Does VGA 2bit mode voluntarily waste
memory?
Samuel
next reply other threads:[~2008-04-25 18:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-25 18:04 Samuel Thibault [this message]
2008-04-28 10:30 ` [Qemu-devel] Re: VGA 2bit mode Samuel Thibault
2008-04-28 14:03 ` Stuart Brady
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080425180406.GG4279@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).