On Mon, 2002-07-01 at 21:01, tchiwam wrote: > > On Mon, 2002-07-01 at 18:34, tchiwam wrote: > > > > > > Thanks guys ! > > > > > > OK I have been able to give this a try since it was so easy to > > > install, now for some reason Red and Green behaves OK, but the blue is > > > stuck to 1.0. so for example in my application: > > > > > > glColor3f(0.0,0.0,0.0); would give full (?) blue > > > glColor3f(1.0,1.0,0.0); would give full (?) white > > > > What happens if you only set one component to 1.0? This could be the > > same endianness problem I fixed in the radeon driver recently. > > I tried all the possiblities, I should have told (0.0,1.0,0.0) and > (1.0,0.0,0.0) all have the blue stuck at 1.0 > > Looks like an endian -burp- =) I agree. Sad thing is iris plugin for xmms > seems to have the color right ? and some other things look like having > proper colors. I'll try to make a test run and identify what components > are OK and NOT.
The r128 driver probably uses some different Mesa code paths than radeon, which aren't endianness clean yet. -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
