draw: reintroduce variable shifts in fb_color()
commitc461c4180118a9c2e17556ed5c70c279438e6aa5
authorAli Gholami Rudi <ali@rudi.ir>
Mon, 12 Sep 2011 04:41:35 +0000 (12 09:11 +0430)
committerAli Gholami Rudi <ali@rudi.ir>
Mon, 12 Sep 2011 04:47:07 +0000 (12 09:17 +0430)
treed4bc7e612a1984629cf033450b9b4c8dce72387e
parent9915a0d1d81f55e034f6642d72a5c1a6e5ac16f9
draw: reintroduce variable shifts in fb_color()

Before FB_VAL() macro was introduced, variable shifts in fb_val()
were a lot slower than constant shifts (specially with neatcc).  But
now that FB_VAL() is there, we can change fb_color() as before.
draw.c