On Tue, 2002-06-04 at 06:12, Dieter N�tzel wrote: > > I checked out the latest trunk update and found that the textures are broken, > now. They are mostly invisible and blue. > > Maybe I have some compiler/optimization problems because I'm testing some > better gcc flags for the Athlon. > > -O -mcpu=i686 -march=i686 -fno-gcse -fno-regmove -fomit-frame-pointer > -mpreferred-stack-boundary=2 > > All stuff is working and fast except of the textures (the only thing that > changed in the tree apart from the Radeon stuff).
Should be fixed now (tested r128 on the Athlon box at work, it was also broken by my last changes), the problem was that __BIG_ENDIAN is also defined on little endian. I'm not sure if this fix will build on all Mesa platforms though, maybe we'll have to introduce something like Xarch.h. -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
