https://bugs.winehq.org/show_bug.cgi?id=55080
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- (In reply to Nikolay Sivov from comment #1)
I don't think SM3 had branching, so 'if' is most likely generated at some point. Could you try to dump shaders and see which one triggers this?
3.x does have some control flow, including "if". Even before that point, though, the native compiler would convert branching to branchless instructions.