Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-22 Thread Keith Whitwell
Ian Romanick wrote: Keith Whitwell wrote: Keith Whitwell wrote: Ian Romanick wrote: Here's an updated version of the patch. It incorporates most of Keith's code. It seems to mostly work with 2 exceptions. - r200PointsBitmap is still broken. I'm not sure what the right way is going to be

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-21 Thread Keith Whitwell
jIan Romanick wrote: Here's an updated version of the patch. It incorporates most of Keith's code. It seems to mostly work with 2 exceptions. - r200PointsBitmap is still broken. I'm not sure what the right way is going to be to fix that. - Colors are wrong. The cylinder in gloss is

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-21 Thread Keith Whitwell
Keith Whitwell wrote: jIan Romanick wrote: Here's an updated version of the patch. It incorporates most of Keith's code. It seems to mostly work with 2 exceptions. - r200PointsBitmap is still broken. I'm not sure what the right way is going to be to fix that. - Colors are wrong.

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-21 Thread Ian Romanick
Keith Whitwell wrote: Keith Whitwell wrote: Ian Romanick wrote: Here's an updated version of the patch. It incorporates most of Keith's code. It seems to mostly work with 2 exceptions. - r200PointsBitmap is still broken. I'm not sure what the right way is going to be to fix that. - Colors

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-21 Thread Michel Dänzer
On Wed, 2004-04-21 at 22:17, Ian Romanick wrote: Keith Whitwell wrote: Keith Whitwell wrote: Ian Romanick wrote: - Colors are wrong. The cylinder in gloss is brownish instead of purple, and the red blue gears in gears have their colors swapped. It almost looks like the RGBA

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-20 Thread Ian Romanick
Keith Whitwell wrote: Keith Whitwell wrote: Ah, ok. I see the problem. Basically this has to do with the fact that choosing the hw vertex format has gone from being something (normally) done ahead of time, prior to actually running the tnl pipeline, to something done after that, and based on

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-20 Thread Felix Kühling
On Tue, 20 Apr 2004 10:46:36 -0700 Ian Romanick [EMAIL PROTECTED] wrote: [snip] Right now both your latest patch and my patch seem to be totally hosed. I haven't changed any of my code since Friday (when it mostly worked), but there have been some changes since then in Mesa. Anything

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-20 Thread Keith Whitwell
Felix Kühling wrote: On Tue, 20 Apr 2004 10:46:36 -0700 Ian Romanick [EMAIL PROTECTED] wrote: [snip] Right now both your latest patch and my patch seem to be totally hosed. I haven't changed any of my code since Friday (when it mostly worked), but there have been some changes since then in

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-20 Thread Ian Romanick
Here's an updated version of the patch. It incorporates most of Keith's code. It seems to mostly work with 2 exceptions. - r200PointsBitmap is still broken. I'm not sure what the right way is going to be to fix that. - Colors are wrong. The cylinder in gloss is brownish instead of purple,

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-19 Thread Ian Romanick
Keith Whitwell wrote: Ian Romanick wrote: This is what I have done so far to convert the R200 driver to use t_vertex. It is only a conversion for SW TCL, and it's not quite complete. I've managed to clean up all the crashes that I could find, but I've only tested with gears, geartrain, and

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-18 Thread Keith Whitwell
Keith Whitwell wrote: Ian Romanick wrote: This is what I have done so far to convert the R200 driver to use t_vertex. It is only a conversion for SW TCL, and it's not quite complete. I've managed to clean up all the crashes that I could find, but I've only tested with gears, geartrain, and

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-17 Thread Keith Whitwell
Ian Romanick wrote: This is what I have done so far to convert the R200 driver to use t_vertex. It is only a conversion for SW TCL, and it's not quite complete. I've managed to clean up all the crashes that I could find, but I've only tested with gears, geartrain, and tunnel. There are some

Re: [Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-17 Thread Keith Whitwell
Ian Romanick wrote: This is what I have done so far to convert the R200 driver to use t_vertex. It is only a conversion for SW TCL, and it's not quite complete. I've managed to clean up all the crashes that I could find, but I've only tested with gears, geartrain, and tunnel. There are some

[Dri-devel] [PATCH] R200 t_vertex conversion

2004-04-16 Thread Ian Romanick
This is what I have done so far to convert the R200 driver to use t_vertex. It is only a conversion for SW TCL, and it's not quite complete. I've managed to clean up all the crashes that I could find, but I've only tested with gears, geartrain, and tunnel. There are some known problems: -