r300g: validate buffers only if any of bound buffers is changed
authorMarek Olšák <maraeo@gmail.com>
Tue, 7 Dec 2010 06:54:31 +0000 (07:54 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 7 Dec 2010 07:46:18 +0000 (08:46 +0100)
commit4953ba6a717ad1d3aa4426d147b52d05932c47ab
treef30608d28c439c83365fc273795d5ee1c3ac4e60
parent78068a5fbfc21fb52b289a81142b4211628f845c
r300g: validate buffers only if any of bound buffers is changed

This prevents needless buffer validation (CS space checking).
src/gallium/drivers/r300/r300_context.h
src/gallium/drivers/r300/r300_emit.c
src/gallium/drivers/r300/r300_flush.c
src/gallium/drivers/r300/r300_render.c
src/gallium/drivers/r300/r300_render_translate.c
src/gallium/drivers/r300/r300_screen_buffer.c
src/gallium/drivers/r300/r300_state.c