https://bugs.winehq.org/show_bug.cgi?id=51340
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |5e065c3c70ab5d3d4d8ea3631a1 | |d6204f4130c37
--- Comment #5 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit 5e065c3c70ab5d3d4d8ea3631a1d6204f4130c37 Author: Francois Gouget fgouget@codeweavers.com Date: Tue Jun 29 09:11:18 2021 +0200
d3d10core/tests: Increase the tolerance in test_texture_compressed_3d().
This fixes failures on Nvidia GeForce GTX 560 graphics cards.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51340 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
And also for d3d11:d3d11:
commit 42fc1dcda539864468fb4b743b4233f15cf189fc Author: Francois Gouget fgouget@codeweavers.com Date: Tue Jun 29 09:11:18 2021 +0200
d3d11/tests: Increase the tolerance in test_texture_compressed_3d().
This fixes failures on Nvidia GeForce GTX 560 graphics cards.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51340 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org