mirror of
https://github.com/mpv-player/mpv
synced 2025-02-11 15:24:30 +01:00
rage mobility m3 is rage128 based and not mach64 ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5166 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
911997deea
commit
4b7c5a1141
vidix/drivers
@ -358,8 +358,6 @@ static unsigned short ati_card_ids[] =
|
||||
DEVICE_ATI_3D_RAGE_IIC4,
|
||||
DEVICE_ATI_3D_RAGE_LT,
|
||||
DEVICE_ATI_3D_RAGE_LT2,
|
||||
DEVICE_ATI_RAGE_MOBILITY_M3,
|
||||
DEVICE_ATI_RAGE_MOBILITY_M32,
|
||||
DEVICE_ATI_3D_RAGE_LT_G,
|
||||
DEVICE_ATI_3D_RAGE_LT3,
|
||||
DEVICE_ATI_RAGE_MOBILITY_P_M,
|
||||
|
@ -720,7 +720,10 @@ static unsigned short ati_card_ids[] =
|
||||
DEVICE_ATI_RAGE_128_4X2,
|
||||
DEVICE_ATI_RAGE_128_PRO,
|
||||
DEVICE_ATI_RAGE_128_PRO2,
|
||||
DEVICE_ATI_RAGE_128_PRO3
|
||||
DEVICE_ATI_RAGE_128_PRO3,
|
||||
/* these seem to be based on rage 128 instead of mach64 */
|
||||
DEVICE_ATI_RAGE_MOBILITY_M3,
|
||||
DEVICE_ATI_RAGE_MOBILITY_M32
|
||||
#else
|
||||
/* Radeons (indeed: Rage 256 Pro ;) */
|
||||
DEVICE_ATI_RADEON_8500_DV,
|
||||
|
Loading…
Reference in New Issue
Block a user