mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
fixed typos in generate_lookup_tables()
This commit is contained in:
parent
03b7aee438
commit
aed8a96ef2
1 changed files with 2 additions and 2 deletions
|
|
@ -1281,7 +1281,7 @@ generate_lookup_tables(void)
|
|||
A4R4G4B4toRed[i] = r;
|
||||
A4R4G4B4toGreen[i] = g;
|
||||
A4R4G4B4toBlue[i] = b;
|
||||
A4R4G4B4toAlpha[i] = b;
|
||||
A4R4G4B4toAlpha[i] = a;
|
||||
}
|
||||
|
||||
for (i = 0; i <= 0xffff; i++) {
|
||||
|
|
@ -1296,7 +1296,7 @@ generate_lookup_tables(void)
|
|||
A1R5G5B5toRed[i] = r;
|
||||
A1R5G5B5toGreen[i] = g;
|
||||
A1R5G5B5toBlue[i] = b;
|
||||
A1R5G5B5toAlpha[i] = b;
|
||||
A1R5G5B5toAlpha[i] = a;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue