OSDN Git Service

mesa: fix shininess check for ffvertex_prog v2
authorTim Rowley <timothy.o.rowley@intel.com>
Mon, 4 May 2015 21:54:27 +0000 (16:54 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 5 May 2015 20:20:08 +0000 (16:20 -0400)
commitce01c0af70f2475fbbb1c3ab90d43a19047abc5c
tree12acd26cc621228703e2ba8f272fb2a1a6ef19cc
parent24ecf37ac070bd3c49b8e1146abe47ab24134191
mesa: fix shininess check for ffvertex_prog v2

Switch to using VERT_BIT_GENERIC macro, as varying_vp_inputs is a
bitmask.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: mesa-stable@lists.freedesktop.org
src/mesa/main/ffvertex_prog.c