Re: [Dri-devel] voodoo specs

2003-03-04 Thread Steven Fuller
On Tue, 4 Mar 2003, Tom Hosiawa wrote: > People have been mentioning the Voodoo specs are available but I've > googled for them and found nothing, anybody know where they are??? http://www.medex.hu/~danthe/tdfx/ is one place. --- This SF.net

[Dri-devel] mesa-4-0-branch tdfx_context.c:tdfxMakeCurrent problem

2002-01-05 Thread Steven Fuller
wrong in these two examples) This can be "fixed" by changing mesa-4-0-branch tdfx_context.c:558 to: if (1|| newFx->driDrawable != driDrawPriv ) { So, perhaps something is broken in tdfxMakeCurrent or elsewhere. Steven Fuller

[Dri-devel] tdfx mesa-4-0-branch patch.

2002-01-05 Thread Steven Fuller
This patch is for mesa-4-0-branch. -- Forwarded message -- Date: Wed, 3 Oct 2001 20:46:37 -0500 (CDT) From: Steven Fuller <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] This small patch fixes/works around a problem with tdfxDDTexturePalette when glColorTable() is used with a

Re: [Dri-devel] Glide3

2001-10-28 Thread Steven Fuller
e lines are shown and you have to kill the X server). Steven Fuller ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel

[Dri-devel] Another tdfx mesa-3-5-branch patch.

2001-10-03 Thread Steven Fuller
This small patch fixes/works around a problem with tdfxDDTexturePalette when glColorTable() is used with a proxy texture (it tries to access a non-existent color table). Steven Fuller Index: tdfx_tex.c === RCS file