warvair/pixeltoaster

truecolor -> floating point converter is very slow

Closed this issue · 2 comments

this can be made much faster by doing the floating point to integer trick
in reverse

Original issue reported on code.google.com by glenn.fi...@gmail.com on 8 Sep 2006 at 4:47

also, this is specifically VERY slow on powerpc macs, not so terrible on intel 
(but still slow)

Original comment by glenn.fi...@gmail.com on 14 Jan 2007 at 7:00

Implemented and committed as svn revision 139.


Original comment by tscha...@gmail.com on 18 Apr 2008 at 11:31

  • Changed title: truecolor -> floating point converter is very slow
  • Changed state: Fixed