r600g: don't set per-MRT blend bits on R600
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 14 Mar 2011 21:53:00 +0000 (17:53 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 14 Mar 2011 21:53:00 +0000 (17:53 -0400)
commit3e30148900f27e29d4ea0faa5b0513f8d944fab0
treed84717eb980680bc2d5a34fe983fb555be1ddf27
parentd6fea4a9856598961dd0f69436df749e5aa8d077
r600g: don't set per-MRT blend bits on R600

It doesn't support them.  Also, we shouldn't be
emitting CB_BLENDx_CONTROL on R600 as the regs don't
exist there, but I'm not sure of the best way to deal
with this in the current r600 winsys.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
src/gallium/drivers/r600/r600_state.c