Hello,
here is some build fix for tdfx_tex.c
I don't know if it is right and/or if it works.
Index: Mesa/src/mesa/drivers/dri/tdfx/tdfx_tex.c
===================================================================
RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/tdfx/tdfx_tex.c,v
retrieving revision 1.38
diff -u -r1.38 tdfx_tex.c
--- Mesa/src/mesa/drivers/dri/tdfx/tdfx_tex.c 13 Oct 2006 00:44:31 -0000
1.38
+++ Mesa/src/mesa/drivers/dri/tdfx/tdfx_tex.c 14 Oct 2006 18:53:56 -0000
@@ -670,7 +670,7 @@
tdfxTexInfo *ti;
/* This might be a proxy texture. */
- if (!tObj->Palette.Table)
+ if (!tObj->Palette.TableUB)
return;
if (!tObj->DriverData)
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev