cell: Implement code-gen for logic op
authorIan Romanick <idr@us.ibm.com>
Wed, 26 Mar 2008 17:45:32 +0000 (10:45 -0700)
committerIan Romanick <idr@us.ibm.com>
Wed, 26 Mar 2008 17:47:17 +0000 (10:47 -0700)
commit92126cea846959bb2152905a7712753d1114bd6b
tree23e2288011423533f0d8f554c254b2e50f0cae4f
parent1ecb2e4a7a5881d5a98679b421d78fd11c729ebc
cell: Implement code-gen for logic op

This also implements code-gen for the float-to-packed color
conversion.  It's currently hardcoded for A8R8G8B8, but that can
easily be fixed as soon as other color depths are supported by the
Cell driver.
src/gallium/drivers/cell/common.h
src/gallium/drivers/cell/ppu/cell_context.h
src/gallium/drivers/cell/ppu/cell_state_emit.c
src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
src/gallium/drivers/cell/ppu/cell_state_per_fragment.h
src/gallium/drivers/cell/spu/spu_main.c
src/gallium/drivers/cell/spu/spu_main.h
src/gallium/drivers/cell/spu/spu_tri.c