0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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:
michael 2002-03-17 16:08:39 +00:00
parent 911997deea
commit 4b7c5a1141
2 changed files with 4 additions and 3 deletions

View File

@ -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,

View File

@ -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,