gallium: remove the pipe_sampler_state::shadow_ambient field
authorBrian Paul <brianp@vmware.com>
Tue, 30 Jun 2009 14:51:32 +0000 (08:51 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 30 Jun 2009 14:51:32 +0000 (08:51 -0600)
commitb750b9fc3d12e4c23ef74181a6252e0e054a3985
tree4f4c36aca125054ed1542b282c0f30255aa04c8a
parentf7cbaae13d67c55abe81ac230de37f564365099f
gallium: remove the pipe_sampler_state::shadow_ambient field

This was only present for the sake of GL_ARB_shadow_ambient which we
never implemented in Gallium.  If we someday want GL_ARB_shadow_ambient
we can implement it in the state tracker by adding a MAD after the
relevant TEX instructions.
src/gallium/drivers/trace/tr_dump_state.c
src/gallium/include/pipe/p_state.h
src/gallium/state_trackers/g3dvl/vl_basic_csc.c
src/gallium/state_trackers/g3dvl/vl_r16snorm_mc_buf.c