[2/9] wined3d: Make the card selection for binary drivers use arrays only

Henri Verbeet hverbeet at gmail.com
Mon Jul 7 06:16:25 CDT 2014


On 5 July 2014 11:37, Stefan Dösinger <stefandoesinger at gmail.com> wrote:
> Am 2014-07-04 00:40, schrieb Andrei Slăvoiu:
>> +        /* Radeon R5xx */
>> +        {"X1950",           CARD_AMD_RADEON_X1600},
>> +        {"X1900",           CARD_AMD_RADEON_X1600},
>> +        {"X1800",           CARD_AMD_RADEON_X1600},
>> +        {"X1650",           CARD_AMD_RADEON_X1600},
>> +        {"X1600",           CARD_AMD_RADEON_X1600},
>> +        /* Radeon R4xx + X1300/X1400/X1450/X1550/X2300/X2500/HD2300 (lowend R5xx)
>> +         * Note X2300/X2500/HD2300 are R5xx GPUs with a 2xxx naming but they are still DX9-only */
>> +        {"HD 2300",         CARD_AMD_RADEON_X700},
>> +        {"X2500",           CARD_AMD_RADEON_X700},
>> +        {"X2300",           CARD_AMD_RADEON_X700},
>> +        {"X1550",           CARD_AMD_RADEON_X700},
>> +        {"X1450",           CARD_AMD_RADEON_X700},
>> +        {"X1400",           CARD_AMD_RADEON_X700},
>> +        {"X1300",           CARD_AMD_RADEON_X700},
>> +        {"X850",            CARD_AMD_RADEON_X700},
>> +        {"X800",            CARD_AMD_RADEON_X700},
>> +        {"X700",            CARD_AMD_RADEON_X700},
>> +        /* Radeon Xpress Series - onboard, DX9b, Shader 2.0, 300-400 MHz */
>> +        {"Radeon Xpress",   CARD_AMD_RADEON_XPRESS_200M},
> The last version of the binary driver that supports those cards is more than 5 years old. Unlike the Nvidia counterpart it has never been updated for newer kernels or X servers.

This is also used for MacOS, although it could be argued its OpenGL
implementation is so broken nobody would notice if we just broke
random things either.



More information about the wine-devel mailing list