mesa: remove DD_TRI_LIGHT_TWOSIDE flag
authorBrian Paul <brianp@vmware.com>
Wed, 17 Apr 2013 17:58:33 +0000 (11:58 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 17 Apr 2013 17:59:42 +0000 (11:59 -0600)
commitcbbcb0247e6aa8d7adc274a94206ee02f9c70bea
tree368c41d00e04bdd4e021acee570257f06e873ddd
parentc9bb052e31b7952272e60d28969e90eafb6b3e1f
mesa: remove DD_TRI_LIGHT_TWOSIDE flag

v2: use conditional operator instead of bit shifting

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i915/intel_tris.c
src/mesa/drivers/dri/r200/r200_swtcl.c
src/mesa/drivers/dri/radeon/radeon_swtcl.c
src/mesa/main/debug.c
src/mesa/main/debug.h
src/mesa/main/enable.c
src/mesa/main/light.c
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/tnl/t_vertex.c