From mint-bounce@lists.fishpool.fi Tue Jul 6 19:18:46 2010 To: Subject: Re: [MiNT] Bit-Depth and Graphics stuff.... MIME-Version: 1.0 Date: Wed, 07 Jul 2010 01:16:04 +0200 From: m0n0 Reply-To: ole@monochrom.net In-Reply-To: References: <2d64e795294918b05c6ec6ea3bc731b7-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYPXkF0A1Y6XF1YSUYAWVNeQw==-webmailer2@server08.webmailer.hosteurope.de> <6BF9B6DD-38A2-4874-8D8C-10EE1E99E6DD@gmail.com> Message-ID: X-Sender: ole@monochrom.net User-Agent: Host Europe Webmailer/2.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 X-HE-Access: Yes X-bounce-key: webpack.hosteurope.de;ole@monochrom.net;1278458164;5eb7e10e; X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: ole@monochrom.net Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Am Mittwoch, den 07.07.2010, 00:56 +0200 schrieb Peter Persson : > What exactly do you mean by "support 16bit natively"? Even the built-in > VDI TOS-VDI in the Falcon works in 16-bit modes. 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. > The only tricky thing is the pixel format detection. What kind of > functionality are you talking about? put_pixel(32bit_color_value, x, y) and put_pixel(24bit_color_value, x, y) and put_pixel(16bit_color_value, x, y) and so on....