r300/compiler: Fix bug in rc_get_variables()
authorTom Stellard <tstellar@gmail.com>
Wed, 18 May 2011 01:51:20 +0000 (18:51 -0700)
committerTom Stellard <tstellar@gmail.com>
Wed, 18 May 2011 02:13:47 +0000 (19:13 -0700)
commit217cd216eac65983004ca77a9e49dbfad1b720b6
tree44409fa9d49b82b4b5cc42fd856efcf7bc733a90
parent390196ecc73cd5d6bed48bf460d1abf70deb0eb4
r300/compiler: Fix bug in rc_get_variables()

Variables that write to the same source select need to pe paired
together otherwise the register allocator might fail.

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