st: init the default texture to (0,0,0,1)
authorBrian Paul <brianp@vmware.com>
Thu, 26 Mar 2009 14:52:56 +0000 (08:52 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 26 Mar 2009 14:52:56 +0000 (08:52 -0600)
commit2002e03a5232c54988161cb629966bdce19d35de
tree1af7ff5126ae7be783958be80e21008d902eba80
parent3673189326e348eb91e354017703fdfd9d6d8184
st: init the default texture to (0,0,0,1)

The default texture is used when a sampler uses an incomplete texture.
This change fixes the piglit fp-incomplete test.
src/mesa/state_tracker/st_cb_texture.c