From mint-bounce@lists.fishpool.fi Tue Jul 6 19:46:44 2010 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= Subject: Re: [MiNT] Bit-Depth and Graphics stuff.... Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Peter Persson In-Reply-To: Date: Wed, 7 Jul 2010 01:45:21 +0200 Cc: Message-Id: <862B5D9F-4362-46CC-B1C6-A947DF4C3B0F@gmail.com> References: <2d64e795294918b05c6ec6ea3bc731b7-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYPXkF0A1Y6XF1YSUYAWVNeQw==-webmailer2@server08.webmailer.hosteurope.de> <6BF9B6DD-38A2-4874-8D8C-10EE1E99E6DD@gmail.com> To: ole@monochrom.net X-Mailer: Apple Mail (2.1081) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pep.fishmoose@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o66NkhM6005937 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