Merge pull request #15340 from unknownbrackets/softgpu-textures
Correct UV rotation and through mipmaps, optimize texenv blend a bit
This commit is contained in:
commit
eba93f2ee0
4 changed files with 63 additions and 38 deletions
4
test.py
4
test.py
|
@ -161,6 +161,8 @@ tests_good = [
|
|||
"gpu/texfunc/decal",
|
||||
"gpu/texfunc/modulate",
|
||||
"gpu/texfunc/replace",
|
||||
"gpu/textures/mipmap",
|
||||
"gpu/textures/rotate",
|
||||
"hash/hash",
|
||||
"hle/check_not_used_uids",
|
||||
"intr/intr",
|
||||
|
@ -400,8 +402,6 @@ tests_next = [
|
|||
"gpu/signals/jumps",
|
||||
"gpu/signals/simple",
|
||||
"gpu/simple/simple",
|
||||
"gpu/textures/mipmap",
|
||||
"gpu/textures/rotate",
|
||||
"gpu/triangle/triangle",
|
||||
"gpu/vertices/colors",
|
||||
"gpu/vertices/texcoords",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue