On Thu, 2002-05-16 at 20:08, Gareth Hughes wrote:
>
> > Beside, I don't understand why you react like this. Using __thread is
> > the best you can ever get. It'll be portable (Solaris 9 already has the
> > support as well) and it's faster than anything you can get to access the
> > data.
>
> I
Using the following code in lib/GL/mesa/src/drv/radeon_ioctl.c
static int radeonWaitForFrameCompletion( radeonContextPtr rmesa )
{
unsigned char *RADEONMMIO = rmesa->radeonScreen->mmio.map;
RADEONSAREAPrivPtr sarea = rmesa->sarea;
CARD32 max_outstanding;
int wait = 0;
max_outstand
I'm just wondering how the development for this chip is coming along?
I'm planning on getting the 7500 but if dri support for the 8500 is far
enough along I will wait.
--Lou
___
Hundreds of nodes, one monster rendering program.
Now
Congratulations,
You Won $30 FreeToday At The Internet's Best & MostTrusted On-Line
Casino!
To Collect Your
$30 Cash Click Here!
To Collect Your $30 Cash Click Here!
On Sun, 2002-05-19 at 01:02, Peter Surda wrote:
> On Sat, May 18, 2002 at 11:32:16PM +0200, Michel Dänzer wrote:
> > > > use dma to transfer frames to video ram, or memcpy?
> > > Do you know what drivers use DMA for this?
> > Only r128 yet,
> The closed source nvidia drivers do it as well.
I was