https://bugs.winehq.org/show_bug.cgi?id=54072
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- Is it possible for you to list the available extensions and limits, through something like wglinfo?
If I had to guess, I'd say it's missing polygon offset clamp. EXT_polygon_offset_clamp was written in 2014, long after Direct3D 10.0 was released, but polygon offset clamp is a required feature for 10.0. That doesn't explain why it's not even getting 9.3, though.
Note also that Direct3D feature level and caps are derived from GL extensions and limits. Misdetection of the card name is a separate bug.