svga: fix result==NULL logic in emit_fs_consts()
authorBrian Paul <brianp@vmware.com>
Thu, 9 Aug 2012 16:14:51 +0000 (10:14 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 16 Aug 2012 14:58:55 +0000 (08:58 -0600)
commit50188adf7d4ca12488a3cb4b70ffdedea2e9c9b1
tree29a1ded67ed9254a758df9c5f58aeeaf33ea2c71
parentd55e0f1ba05252af658ca084769a279c956575b9
svga: fix result==NULL logic in emit_fs_consts()

The previous test for result != NULL was kind of bogus since we dereferenced
the pointer earlier in the code.  Now, check for result != NULL first, then
get the result->key info.

Also, remove the useless "offset +=" code at the end.
src/gallium/drivers/svga/svga_state_constants.c