mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 19:20:22 +01:00
Fix typo from commit 1d312ae013 .
This commit is contained in:
parent
3dd243c59e
commit
b55f1ec9af
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ static int swz_native(struct r300_fragment_program *rp,
|
|||
GLuint arbneg)
|
||||
{
|
||||
/* Native swizzle, handle negation */
|
||||
src = (src & ~REG_NEGS_SHIFT) |
|
||||
src = (src & ~REG_NEGS_MASK) |
|
||||
(((arbneg >> 3) & 1) << REG_NEGS_SHIFT);
|
||||
|
||||
if ((arbneg & 0x7) == 0x0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue