r300: Silence uninitialized variable warning.
authorVinson Lee <vlee@vmware.com>
Wed, 13 Oct 2010 05:02:27 +0000 (22:02 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 13 Oct 2010 05:02:27 +0000 (22:02 -0700)
commit71fa3f8fe21770de6343f4c13a7000cf118a7edd
tree1e1008ae1b01918d1d10f325305db0096158f334
parent39de9251c4770fdcce3395643003aa626178446d
r300: Silence uninitialized variable warning.

Fixes this GCC warning.
r300_state.c: In function 'r300InvalidateState':
r300_state.c:2247: warning: 'hw_format' may be used uninitialized in this function
r300_state.c:2247: note: 'hw_format' was declared here
src/mesa/drivers/dri/r300/r300_state.c