http://bugs.winehq.org/show_bug.cgi?id=32824
Bug #: 32824 Summary: Dota 2 graphics missing without texture copy in check_fbo_compat() Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: kdebugs@hotmail.com Classification: Unclassified
Dota 2 graphics are missing without texture copy in check_fbo_compat(). Interface textures are missing. I have not tried to view gameplay to see how far the error goes.
This is the commit that fails: http://source.winehq.org/git/wine.git/commit/6c6565dea034327e325b0a03cbed908... (wined3d: Get rid of a superfluous texture copy in check_fbo_compat().)
The commit (dc214603974132969c9f1bd13b8fe533bbb413dc) before the one mentioned above works.