Subject: Re: How's the new views coming?
To: Phil Mucci <phil@gradient.com>
From: Eduardo E. Horvath eeh@btr.com <eeh@btr.btr.com>
List: amiga-x
Date: 04/14/1994 11:35:21
On Thu, 14 Apr 1994, Phil Mucci wrote:

> 	Hey Ed, how's the new views coming along? We're you able to
> get a compile running?

The status of the blitter routines is as follows:

1) The line blit is working wonderfully!

2) X-type area blitting cannot be directly handled by the Amiga blitter.  
Most blits will need to be devided up.  The base blit routines are 
working, however.

3) The original version of my blit code was synchronous.  I am in the 
process of adding async queueing.  This code will also split up complex 
blits into smaller chunks that the CC blitter can handle.

4) I have not even begun to contemplate area fills and off screen pixmaps 
yet.

> 	Also, what's all this talk about 64 bit off_t's. I didn't
> know that 680x0 gcc supported 64 bit ints. What are they? (long longs?)

gcc does support 64-bit long longs, and has for a while.  This should not 
be of great concern unless you are trying to switch between 32 and 64 bit 
off_t's.  

Since CGD wrote that there will be yet another major change in the very 
near future, I have put off working on a set of 64-bit X libs and/or X 
server.  I am anxiously awaiting a 64-bit binary distribution (poke poke).

Eduardo

------------------------------------------------------------------------------