mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 05:30:25 +01:00
s/GLbitfield/uint/
This commit is contained in:
parent
e807b1900f
commit
d7c189b854
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue