| 
      
      
      From: Alan M. <al...@re...> - 2004-06-16 22:49:29
      
     | 
| On Wed, 2004-06-16 at 18:11, David M Chilongo wrote: > Hello, > I started working on chromium only recently, and this issue might have > already been addressed, but since I haven't seen anything recent on the > mailing lists.... > The pack spu that ships with cr-1.7 doesn't seem to perform byteswapping > for glEnable and glDisable calls, which results in unexpected coloring. I > looked through the files and added the following temporary fix in > <chromium-dir>/spu/pack/pack_spuclient.c: > > - at the end of pack_Enable() , I replaced crPackEnable(cap) with > if(pack_spu.swap) crPackEnableSWAP(cap); > else crPackEnable(cap); > > and similarly with pack_Disable. I'm not sure whether that's the best > place to put the fix, but so far it works ok (i'm running apps between a > little-endian linux pc and an irix...) > > It's fixed in CVS. -- Alan Matsuoka Global Professional Services Red Hat Canada, Ltd mailto:al...@re... |