OSDN Git Service

mesa: remove DD_TRI_UNFILLED flag
authorBrian Paul <brianp@vmware.com>
Wed, 17 Apr 2013 01:06:22 +0000 (19:06 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 17 Apr 2013 17:59:41 +0000 (11:59 -0600)
commitc9bb052e31b7952272e60d28969e90eafb6b3e1f
treea30c87f75f8019051f6ccb9085309028e2f29f40
parent56dc53ed5bae2751eeadbfc1d163dfec72e8cfc8
mesa: remove DD_TRI_UNFILLED flag

Use alternate code in intel, r200, radeon drivers.
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_state.c
src/mesa/drivers/dri/r200/r200_swtcl.c
src/mesa/drivers/dri/radeon/radeon_state.c
src/mesa/drivers/dri/radeon/radeon_swtcl.c
src/mesa/main/debug.c
src/mesa/main/mtypes.h
src/mesa/main/polygon.c
src/mesa/main/state.c
src/mesa/tnl/t_vertex.c