Merge pull request #15340 from unknownbrackets/softgpu-textures

Correct UV rotation and through mipmaps, optimize texenv blend a bit
This commit is contained in:
Henrik Rydgård 2022-01-24 08:19:34 +01:00 committed by GitHub
commit eba93f2ee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 38 deletions

View file

@ -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",