summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-27 09:37:40 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-27 09:37:40 -0600
commitd7c189b85484cb15570edc09862ed848bdd4c7d2 (patch)
tree735400d021fe7c672b3fa09e8530e6883e03abc5 /src/mesa/pipe/tgsi
parente807b1900ff0a5661246d8eeff8b8e230231ad60 (diff)
s/GLbitfield/uint/
Diffstat (limited to 'src/mesa/pipe/tgsi')
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.c b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
index bd57076d75..1545f0d479 100644
--- a/src/mesa/pipe/tgsi/exec/tgsi_exec.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
@@ -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