CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/23 14:32:30
Modified files:
sys/arch/sgi/xbow: odyssey.c
Log message:
- fix gamma ramp (now white is real white instead of light grey)
- speed-up the integer to single precision float routine by omitting the
sign check and starting the log2 computation at 12 instead of 32, since
all the values passed to this routine are actually on-screen coordinates.
