s/GLbitfield/uint/

This commit is contained in:
Brian 2007-10-27 09:37:40 -06:00
parent e807b1900f
commit d7c189b854

View file

@ -1138,9 +1138,9 @@ static void
exec_kilp(struct tgsi_exec_machine *mach,
const struct tgsi_full_instruction *inst)
{
GLbitfield uniquemask;
uint uniquemask;
uint chan_index;
GLbitfield kilmask = 0; /* bit 0 = pixel 0, bit 1 = pixel 1, etc */
uint kilmask = 0; /* bit 0 = pixel 0, bit 1 = pixel 1, etc */
union tgsi_exec_channel r[1];
/* This mask stores component bits that were already tested. Note that