On Wed, 2003-08-20 at 00:10, Andreas Stenglein wrote:
> 
> I havent looked at it really carefully, but suddenly I found a typo, maybe:
> radeon_screen.c:
> +      screen->numTexHeaps = RADEON_NR_TEX_HEAPS - 1;
> should look IMHO:
> +      screen->numTexHeaps = RADEON_NR_TEX_HEAPS;

Indeed, this is a leftover from trying out something, thanks. Patch
updated with this fixed. If you spotted this without looking at the
patch really carefully, I look forward to your comments after you have
done so. :)


> Is the R200_GART_CLIENT_TEXTURES (was: R200_AGP_CLIENT_TEXTURES)
> envvar useful?

All I can say is that it doesn't seem to have a negative effect here. :)

> You changed the notes/FIXMEs which got in with the texrect patch.
> (radeon_texmem.c radeon_texstate.c)

Well, I changed almost every occurence of 'AGP' to 'GART'. :)

> So would a RADEON_GART_CLIENT_TEXTURES be useful for the radeon as well?
> (or for the igp-chips?)

Isn't it useful only with an extension which is only implemented in the
r200 driver yet?


> btw: Is hardware-accelerated OpenGL on a Radeon 9000 PCI possible on FreeBSD?

I don't know if PCI GART works on the BSDs yet, but while we're at it,
what's the subsystem ID of the card? :)


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \     http://svcs.affero.net/rm.php?r=daenzer



-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to