r300/compiler: Fix bug in rc_get_variables()
authorTom Stellard <tstellar@gmail.com>
Wed, 11 May 2011 23:12:52 +0000 (16:12 -0700)
committerTom Stellard <tstellar@gmail.com>
Wed, 11 May 2011 23:16:29 +0000 (16:16 -0700)
commit95c93651b4023cb070878aee7723d886de8ea19a
tree0759042daa2fbb9c1e645e6ecfa9b6d8567183a6
parent4612554dce5d787fca9c85a67378024b336bd6ad
r300/compiler: Fix bug in rc_get_variables()

Variables that share readers were not always being linked together.

https://bugs.freedesktop.org/show_bug.cgi?id=36939
src/mesa/drivers/dri/r300/compiler/radeon_variable.c