CELL: fix colormask code generation
authorRobert Ellison <papillo@tungstengraphics.com>
Tue, 23 Sep 2008 16:11:59 +0000 (10:11 -0600)
committerRobert Ellison <papillo@tungstengraphics.com>
Tue, 23 Sep 2008 16:11:59 +0000 (10:11 -0600)
commit1c79cf15c48e51cb5cf790f44214ae6aaf78c69b
treee4ff45d981ac1866b874456edcc2a8804f9bdc49
parent6901d6ef24224c27e20c3e864d035db1552aeeb8
CELL: fix colormask code generation

The colormask code generation had assumed that its input packed pixels were
in RGBA format.  In fact, the format they're in is dependent on the
pipe color format.

Now the color format is passed in to gen_colormask(), and proper
color format-dependent SPU code is generated.
src/gallium/drivers/cell/ppu/cell_gen_fragment.c