Hi!
Following the previous mailing list discussion I've replaced the "via" 3d client subdir in the xc tree with a corresponding "unichrome" one, which makes it possible to compile the unichrome 3d client driver in the xc tree.
In order to make it compile, a small patch is needed to the Mesa source. I don't have cvs rights in that tree, so if somebody could care to check it in?
/Thomas
--- via_dd_vbtmp.h~ 2004-02-23 22:07:12.000000000 +0100
+++ via_dd_vbtmp.h 2004-06-16 16:49:32.873901202 +0200
@@ -251,7 +251,7 @@
}
if (DO_FOG) {
- //UNCLAMPED_FLOAT_TO_UBYTE(v->v.specular.alpha, fog[0][0]);
+ /* UNCLAMPED_FLOAT_TO_UBYTE(v->v.specular.alpha, fog[0][0]); */
v->v.specular.alpha = fog[0][0];
/*=* [DBG] exy : fix lighting on + fog off error *=*/
STRIDE_4F(fog, fog_stride);
