[Bug 31590] AMD Radeon HD 7850 with 2GB video memory is recognized as Radeon HD 3200 with 128MB video memory.

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 3 18:02:40 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=31590

--- Comment #8 from Jiang Yike <futureway at 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"?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list