- fix gamma ramp (now white is real white instead of light grey)
authormiod <miod@openbsd.org>
Mon, 23 Dec 2013 21:32:30 +0000 (21:32 +0000)
committermiod <miod@openbsd.org>
Mon, 23 Dec 2013 21:32:30 +0000 (21:32 +0000)
commitc79d07ac77efc708043bcd6a82982f3230598274
tree4746dd777d131b6595cb4e3504d8cdae662c138a
parent83b4f0fd0a892e4c9fa569d3757386e2bbdd5595
- 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.
sys/arch/sgi/xbow/odyssey.c