projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e807b19
)
s/GLbitfield/uint/
author
Brian
<brian.paul@tungstengraphics.com>
Sat, 27 Oct 2007 15:37:40 +0000
(09:37 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Sat, 27 Oct 2007 15:37:40 +0000
(09:37 -0600)
src/mesa/pipe/tgsi/exec/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/tgsi/exec/tgsi_exec.c
b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
index bd57076d75b882cce181cb79d3803f5c0f97fd5d..1545f0d47901ef506a968ec83781c7c680f70ce9 100644
(file)
--- 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