Re: 32bit

2000-02-01 Thread Erik Thiele
On Tue, Feb 01, 2000 at 10:40:10AM +0100, Erik Thiele wrote: i'd like to contribute a little bit of GGI documentation. please view http://www.erikyyy.de/noshine/ggi/ and please correct me if i am wrong! i am especially interested in if ggiPutBox

palemu

2000-02-01 Thread Erik Thiele
if my visual has 16 bits , 24 bits or 32 bits but not 8 bits, i want do work with 8bit internally. i have two possibilities. a) use palemu target and get a 8 bit visual, and use ggiPutBox with it b) use ggiCrossBlit to convert 8bit memory-target to 16 bit visual. which one is faster? my

Re: my ggiplay (www.geocities.com/winterlion)

2000-02-01 Thread Christoph Egger
On Tue, 1 Feb 2000, teunis wrote: [snip] My next goal is to split off the renderer/IO into a seperate process. Then I'm going to add modules for systems other than GGI. ie SDL. Which doesn't support GGI on my system. Maybe after I get X working.. Jon M. Taylor has IIRC written a

file-target

2000-02-01 Thread Christoph Egger
Hi! Is anyone here already hacking the file-target? If not, I want to hack it to add support reading some file-formats (i.e. bmp, tga, pcx). Christoph Egger E-Mail: [EMAIL PROTECTED] P.S.: If I don't get any response until this weekend, I assume nobody is already hacking it, and I will

Re: palemu

2000-02-01 Thread Brian S. Julin
On Tue, 1 Feb 2000, Erik Thiele wrote: a) use palemu target and get a 8 bit visual, and use ggiPutBox with it b) use ggiCrossBlit to convert 8bit memory-target to 16 bit visual. which one is faster? ggiCrossBlit can be optimized for each kind of back-end target to use features in that

Re: palemu

2000-02-01 Thread Andreas Beck
if my visual has 16 bits , 24 bits or 32 bits but not 8 bits, i want do work with 8bit internally. i have two possibilities. a) use palemu target and get a 8 bit visual, and use ggiPutBox with it b) use ggiCrossBlit to convert 8bit memory-target to 16 bit visual. which one is faster? This

Re: I can DVIew

2000-02-01 Thread Andreas Beck
DView is now up on ftp.ggi-project.org in /programs/viewers. CU, ANdy -- = Andreas Beck| Email : [EMAIL PROTECTED] =

Re: 32bit

2000-02-01 Thread Andreas Beck
please view http://www.erikyyy.de/noshine/ggi/ Here we go ...: : do not do anything with directbuffers, it's useless. Well - for your exact problem, you are right. Directbuffer is for apps that update only small portions of the screen. Full screen changes are slow on some targets, due to the

http://www.erikyyy.de/noshine/ggi/

2000-02-01 Thread Erik Thiele
hi. i learned from your talk and updated http://www.erikyyy.de/noshine/ggi/ ** please view it again and find the last errors. remember that everything that makes this solution slower than your idea is considered an error! i hope this document finally ends the