mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
tests: Mark a bug as resolved on Mesa.
This commit is contained in:
parent
b9fa8cfaa6
commit
ca05e57e67
Notes:
Alexandre Julliard
2023-09-22 22:48:01 +02:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/357
@ -9658,7 +9658,7 @@ static void test_shader_instructions(void)
|
||||
{&ps_if, {{0.0f}}, {{1.0f, 0.0f, 0.0f, 1.0f}}},
|
||||
{&ps_if, {{1.0f}}, {{0.0f, 1.0f, 0.0f, 1.0f}}},
|
||||
|
||||
/* FIXME: Ordered/unordered comparisons are broken on Mesa. */
|
||||
/* Ordered/unordered comparisons were broken on Mesa. They are fixed at least from 23.1.7. */
|
||||
{&ps_if_return, {{0.0f, 0.0f, 0.0f, 0.0f}}, {{0.0f, 0.0f, 0.0f, 0.0f}}},
|
||||
{&ps_if_return, {{ NAN, 0.0f, 0.0f, 0.0f}}, {{1.0f, 0.0f, 0.0f, 0.0f}}, false, true},
|
||||
{&ps_if_return, {{3.0f, 0.0f, 0.0f, 0.0f}}, {{0.0f, 0.0f, 0.0f, 0.0f}}},
|
||||
|
Loading…
Reference in New Issue
Block a user