softgpu: Remove incorrect offsetting for X/Y.
This commit is contained in:
parent
1bc3acf2ed
commit
a88c9a0680
4 changed files with 18 additions and 46 deletions
8
test.py
8
test.py
|
@ -150,9 +150,7 @@ tests_good = [
|
|||
"gpu/commands/material",
|
||||
"gpu/displaylist/alignment",
|
||||
"gpu/dither/dither",
|
||||
"gpu/filtering/linear",
|
||||
"gpu/filtering/mipmaplinear",
|
||||
"gpu/filtering/nearest",
|
||||
"gpu/ge/break",
|
||||
"gpu/ge/context",
|
||||
"gpu/ge/edram",
|
||||
|
@ -387,6 +385,12 @@ tests_next = [
|
|||
"gpu/complex/complex",
|
||||
"gpu/depth/precision",
|
||||
"gpu/displaylist/state",
|
||||
"gpu/filtering/linear",
|
||||
"gpu/filtering/nearest",
|
||||
"gpu/filtering/precisionlinear2d",
|
||||
"gpu/filtering/precisionlinear3d",
|
||||
"gpu/filtering/precisionnearest2d",
|
||||
"gpu/filtering/precisionnearest3d",
|
||||
"gpu/ge/get",
|
||||
"gpu/primitives/bezier",
|
||||
"gpu/primitives/continue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue