r600g: don't use register mask for DB_RENDER_CONTROL
authorMarek Olšák <maraeo@gmail.com>
Sat, 28 Jan 2012 05:07:09 +0000 (06:07 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 31 Jan 2012 01:17:32 +0000 (02:17 +0100)
commitb6233f4d2e91edf28e1e5a9a82fdab341ba7dd84
tree089e75ca78b77da54910d22f746ca8931b6104a9
parent3d061caaed13b646ff40754f8ebe73f3d4983c5b
r600g: don't use register mask for DB_RENDER_CONTROL

We don't set the other bits anywhere else except the other DSA states,
which are mutually-exclusive with this one.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/r600/evergreen_state.c
src/gallium/drivers/r600/r600_state.c