Re: [Dri-devel] [patch] SWTCL vertex data corruption

2003-02-13 Thread Felix Kühling
On Thu, 13 Feb 2003 10:35:53 +0100 Felix Kühling <[EMAIL PROTECTED]> wrote: > On Thu, 13 Feb 2003 00:49:36 -0700 > Keith Whitwell <[EMAIL PROTECTED]> wrote: > > > Excellent. > > > > Can someone commit this? Does this fix *all* the problems? I don't know if > > it would. > > It fixes all SW T

Re: [Dri-devel] [patch] SWTCL vertex data corruption

2003-02-13 Thread Martin Spott
> Can someone commit this? Does this fix *all* the problems? I don't know if > it would. It probably fixes SW TCL bugs - as Felix states - but it does not touch the HW TCL related problems with the radeon driver. They still exist, Martin. -- Unix _IS_ user friendly - it's just selective abou

Re: [Dri-devel] [patch] SWTCL vertex data corruption

2003-02-13 Thread Felix Kühling
On Thu, 13 Feb 2003 00:49:36 -0700 Keith Whitwell <[EMAIL PROTECTED]> wrote: > Excellent. > > Can someone commit this? Does this fix *all* the problems? I don't know if > it would. It fixes all SW TCL related vertex problems I observed. I think it does not fix the texture state problem we dis

Re: [Dri-devel] [patch] SWTCL vertex data corruption

2003-02-12 Thread Keith Whitwell
Excellent. Can someone commit this? Does this fix *all* the problems? I don't know if it would. Keith Felix Kühling wrote: Hi, I found the source of some vertex data corruption with software TCL. In radeon_run_render tnl->Driver.Render.Start (points to radeonRenderStart) is called after inde

[Dri-devel] [patch] SWTCL vertex data corruption

2003-02-10 Thread Felix Kühling
Hi, I found the source of some vertex data corruption with software TCL. In radeon_run_render tnl->Driver.Render.Start (points to radeonRenderStart) is called after indexed vertices are emitted. However, radeonRenderStart can change the vertex format if projective textures are involved. So the ind