http://bugs.winehq.org/show_bug.cgi?id=31590
--- Comment #8 from Jiang Yike futureway@asia.com 2012-09-03 18:02:40 CDT --- If the AMD driver uses "RadeonSI", the file "dlls/wined3d/directx.c" should add a line:
41 enum wined3d_display_driver 42 { 43 DRIVER_AMD_RAGE_128PRO, 44 DRIVER_AMD_R100, 45 DRIVER_AMD_R300, 46 DRIVER_AMD_R600,
+ 47 DRIVER_AMD_RADEONSI,
"RadeonSI" is being developed, and it is not released yet. It will be the open source driver for AMD Radeon 7000 series. Is there any difference when choosing DRIVER_AMD_R600 or DRIVER_AMD_RADEONSI in the file "dlls/wined3d/directx.c"?