radeon/r200/r300/r600: fix blit BO buffer validation
authorDave Airlie <airlied@redhat.com>
Wed, 3 Mar 2010 06:27:21 +0000 (16:27 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 3 Mar 2010 06:28:53 +0000 (16:28 +1000)
commitdaf85c460875c944d6918fdf4041467d97cba41e
treedf46b197b3fc27a9eafce3b7b884a6843c05f805
parent4cb7642ff3ba390e2918d71220625a837bf8a7b9
radeon/r200/r300/r600: fix blit BO buffer validation

there is no need for these to be persistent since we flush the CS
at the end of the blit, and we don't reuse these buffers at all.

on my r600 the Wine DX9 test suite doesn't crash at least anymore.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/drivers/dri/r200/r200_blit.c
src/mesa/drivers/dri/r300/r300_blit.c
src/mesa/drivers/dri/r600/r600_blit.c
src/mesa/drivers/dri/radeon/radeon_blit.c