24 Jan
2022
24 Jan
'22
11:56 a.m.
Am Sonntag, 23. Jänner 2022, 19:08:16 EAT schrieb Stefan Dösinger:
- || (ddraw_is_nvidia(ddraw) && (all_zero || all_one || !tests[i].s_depth)), + || (ddraw_is_nvidia(ddraw) && (all_zero || all_one || !tests[i].s_depth) + || (ddraw_is_amd(ddraw) && !tests[i].s_depth && tests[i].z_mask == 0x00ffffff)),
The parenthesis here are all wrong; Visual Studio warns about a lot of stuff, but I needed gcc to tell me about the real problem...