mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 20:00:20 +01:00
i965: add _NEW_PROGRAM_CONSTANTS to mesa_bits[] list
This commit is contained in:
parent
a36dd5d54e
commit
e5681fc176
1 changed files with 1 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ static struct dirty_bit_map mesa_bits[] = {
|
|||
DEFINE_BIT(_NEW_MULTISAMPLE),
|
||||
DEFINE_BIT(_NEW_TRACK_MATRIX),
|
||||
DEFINE_BIT(_NEW_PROGRAM),
|
||||
DEFINE_BIT(_NEW_PROGRAM_CONSTANTS),
|
||||
{0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue