http://bugs.winehq.org/show_bug.cgi?id=21515
--- Comment #4 from ppanon@shaw.ca 2010-01-30 03:30:51 --- Ah, found in glxinfo where the GL_RENDERER info for my HD3850 is OpenGL vendor string: Advanced Micro Devices, Inc. OpenGL renderer string: Mesa DRI R600 (RV670 9505) 20090101 TCL DRI2 OpenGL version string: 2.0 Mesa 7.8-devel
So I guess I could set up a new card entry in wined3d_private.h with CARD_ATI_RADEON_HD3850 = 0x9505, Since I wouldn't know what to change to be dependent on it, it's not sufficient to solve my problems. However that missing entry may explain why I was having so many problems with Wine even with the proprietary fglrx driver before switching to the open source driver. Perhaps there should also be an entry from HD3870 cards, though I have no idea what the device code is.