gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture
authorBrian Paul <brianp@vmware.com>
Thu, 29 Jul 2010 18:18:48 +0000 (19:18 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 29 Jul 2010 18:19:05 +0000 (19:19 +0100)
commit5f90e76c54bbf4456c977b3cbca450d7a570179e
treea21471cbcaa498fe25af841d6e6c9f6f725a6154
parenta258701cd949d45041ed571ca08fedc40de2cf69
gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture

If y==NULL and y_stride==NULL it means the texture is 1D.  Return
zero for out_i and the offset instead of garbage.
src/gallium/auxiliary/gallivm/lp_bld_sample.c