On Sat, Jul 19, 2003 at 01:40:01PM -0600, Keith Whitwell wrote:
> >@@ -701,7 +701,7 @@
> > return GL_TRUE; /* too many vertices */
> > }
> >
> >- for (i = 0 ; !(flags & PRIM_LAST) ; i += length)
> >+ for (i = VB->FirstPrimitive ; !(flags & PRIM_LAST) ; i += length)
> > {
> > flags = VB->Primitive[i];
> > length = VB->PrimitiveLength[i];
>
> Is this something you see as a general bug, or is it somehow related to
> your patch?
>
> Keith
>
No that isn't related, my mistake. I came to the conclusion it was a bug after
reading comments in tnl/t_context.h and examining radeon_run_tcl_render. I'm
not sure exactly where this "fix" should be included.
Dylan
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel