Remove if (tObj) conditional so that texture units without a texture image
authorBrian <brian@yutani.localnet.net>
Mon, 8 Jan 2007 23:10:34 +0000 (16:10 -0700)
committerBrian <brian@yutani.localnet.net>
Mon, 8 Jan 2007 23:10:34 +0000 (16:10 -0700)
commit9a78ef980d89c0d18f859036d5a0cdf82acd303c
tree2d8efc4c45fd529cdaa3470a97adf0f3c49a6d0e
parent85e0634b54c8cbe65c66f2a4b118ca77cfc1b8ac
Remove if (tObj) conditional so that texture units without a texture image
return black (0,0,0,1) when sampled.
src/mesa/swrast/s_context.c