radeon: fix r100/r200 polygon stipple under kms
authorDave Airlie <airlied@redhat.com>
Tue, 1 Sep 2009 06:04:39 +0000 (16:04 +1000)
committerDave Airlie <airlied@itt42.(none)>
Tue, 1 Sep 2009 06:06:02 +0000 (16:06 +1000)
commit7d361537661b93a501c9533271458a41b965ea79
treecc5972589168c1c0d28f2f00c365551588c28a9c
parenta2bd13fec9ac2bd77ee21cb85a636fde80ce0368
radeon: fix r100/r200 polygon stipple under kms

There really need to use state emits under kms, otherwise
we end up with some dwords in the command buffer before we've
ever emitted any useful state.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/drivers/dri/r200/r200_context.h
src/mesa/drivers/dri/r200/r200_state.c
src/mesa/drivers/dri/r200/r200_state_init.c
src/mesa/drivers/dri/radeon/radeon_common.c
src/mesa/drivers/dri/radeon/radeon_common.h
src/mesa/drivers/dri/radeon/radeon_context.h
src/mesa/drivers/dri/radeon/radeon_state.c
src/mesa/drivers/dri/radeon/radeon_state_init.c