R6xx/r7xx: fix missing vertex stream
authorRichard Li <richardradeon@gmail.com>
Wed, 15 Jul 2009 21:00:42 +0000 (17:00 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Wed, 15 Jul 2009 21:00:42 +0000 (17:00 -0400)
commit01b793ec7d1ecba53fb0620f07a928872b0ce033
tree6a6834636dacdf1da2dbe7fbf825b3d3af572265
parent1e8a6068ee8b914bc601613c5e1655184c1cc05b
R6xx/r7xx: fix missing vertex stream

Somehow context->radeon.tcl.aos[j].bo is not null sometimes,
but it is safe for now because it is only a pointer to
dma.current so overwriting it would not hurt anything.
src/mesa/drivers/dri/r600/r700_chip.c