softjit: Fix src blend factor handling.
This was causing us to skip a shift, oops.
This commit is contained in:
parent
c1b8fb737e
commit
6c723c0517
3 changed files with 3 additions and 3 deletions
2
test.py
2
test.py
|
@ -134,6 +134,7 @@ tests_good = [
|
|||
"gpu/clut/offset",
|
||||
"gpu/clut/shifts",
|
||||
"gpu/commands/basic",
|
||||
"gpu/commands/blend",
|
||||
"gpu/commands/blocktransfer",
|
||||
"gpu/commands/material",
|
||||
"gpu/dither/dither",
|
||||
|
@ -374,7 +375,6 @@ tests_next = [
|
|||
"font/shadowglyphimageclip",
|
||||
"font/shadowinfo",
|
||||
"gpu/clipping/guardband",
|
||||
"gpu/commands/blend",
|
||||
"gpu/commands/blend565",
|
||||
"gpu/commands/cull",
|
||||
"gpu/commands/light",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue