[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Bit-Depth and Graphics stuff....
- To: ole@monochrom.net
- Subject: Re: [MiNT] Bit-Depth and Graphics stuff....
- From: Peter Persson <pep.fishmoose@gmail.com>
- Date: Wed, 7 Jul 2010 01:45:21 +0200
- Cc: <mint@lists.fishpool.fi>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=q2G4eo96nllGzmRELimtJUmLK5rwjx5v0Fa/CAAk+iQ=; b=YEKSNLq7MjP3TpJPcoS2wzOHc2tm9lqkDpLSMBgFaxcQjhMVqoqKD1McZzYCQep7ek Vh5nS9DfSmo26OOW9kX6fO4R0aRipz5GAOGgL3+70YHQlnNBP3eu8tt4yPyyrR35PQC6 9PrBtVJo6d39gcnDLlXKPMZ2HuLmbxZYSfNcY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=hXT+jiJLr5Q/gThAKz0XgwM4QBYGG4ZT6Upsw1LPcztmykXMd4Toh9sGoy2Inhn66i Zxg3Rn4FlLliKaCRXJhEb/MNO2Q0bjutYLa6488jCinaOjz5obp6Keqly9oap8l4+Rlz 3vpAiwHH8koje9aageT0NFmCj/RaLWNYHz+D0=
- In-reply-to: <ef47cbe00dee9daf423d87f8f887938f-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYAWUF3CFY6XF1YSUEHV1tfRA==-webmailer2@server06.webmailer.hosteurope.de>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <2d64e795294918b05c6ec6ea3bc731b7-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYPXkF0A1Y6XF1YSUYAWVNeQw==-webmailer2@server08.webmailer.hosteurope.de> <6BF9B6DD-38A2-4874-8D8C-10EE1E99E6DD@gmail.com> <d25df38b75245a8ad96175563976d601-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYAWUF3CFY6XF1YSUEHWV5dSA==-webmailer2@server06.webmailer.hosteurope.de> <F9898075-21A3-4F74-A1C4-8C083449B518@gmail.com> <ef47cbe00dee9daf423d87f8f887938f-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYAWUF3CFY6XF1YSUEHV1tfRA==-webmailer2@server06.webmailer.hosteurope.de>
- Sender: mint-bounce@lists.fishpool.fi
7 jul 2010 kl. 01.16 skrev m0n0:
> Yes, the screen output works, but the VDI color definiton is to small to
> use 32 bit values. And I think it's doesn't even support 16 bits.
> VDI's definiton of an color is: "an index into an palette". So I'm limited
> to use the colors of this palette. I expect the numbers of colors to be
> very low...
> an 16bit / 32bit Gfx card will offer much more colors than the VDI
> palette.
One more thing. The VDI pens are afaik global, so you shouldn't really be messing with them unless you have to - because it will affect other applications as well (someone please correct me if I'm wrong, but this is the behavior I've seen on the standard VDI at least).
Again that shouldn't really be a problem, at least not for a project such as Netsurf. You most likely just need to blit stuff from a buffer to a window, right?
-- PeP