http://bugs.winehq.org/show_bug.cgi?id=33364
DL dredgingthelake@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dredgingthelake@gmail.com
--- Comment #4 from DL dredgingthelake@gmail.com --- It looks like the PCI ID for this card is already added in wined3d_private.h:
CARD_AMD_RADEON_HD6600M = 0x6741,
There are a few other mobile cards that seem to refer back to HD6600M so I assume they are the same card essentially. Perhaps the exact card model needs to be added as well? In directx.c:
{"HD 6650M",CARD_AMD_RADEON_HD6600M}
I'm no expert on this so forgive me if I've misinterpreted things completely here.
Anyway, Petr you might want to test again as it may be already working with current git.