swrast: fix delayed texel buffer allocation regression
authorBrian Paul <brianp@vmware.com>
Mon, 3 Oct 2011 23:48:53 +0000 (17:48 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 3 Oct 2011 23:51:06 +0000 (17:51 -0600)
commit9119269ca14ed42b51c7d8e2e662500311b29fa3
tree99ef1034114e187189d080f95b0fe45899e6d1e1
parent6a04fa9cd4982f056588e11263345e1561197261
swrast: fix delayed texel buffer allocation regression

Commit 617cdcd4c7b1cffb584c829c35bdf9c9bf04627b delayed the texel
buffer allocation until texture_combine() is called.  But the
texel buffer is needed sooner in _swrast_texture_span() at line 649.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=41433
src/mesa/swrast/s_texcombine.c