added some defines for NV50 arch, G8x. Removed the comment indicating difference between TNT and GF style setup for 3D: that's not really there. Judging from Nouveau it's still the same setup (more or less), there are just some new commands including TNL.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22254 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -105,7 +105,10 @@ enum {
|
||||
G70,
|
||||
G71,
|
||||
G72,
|
||||
G73
|
||||
G73,
|
||||
G80,
|
||||
G84,
|
||||
G86
|
||||
};
|
||||
|
||||
/* card_arch in order of date of NV chip design */
|
||||
@@ -114,7 +117,8 @@ enum {
|
||||
NV10A,
|
||||
NV20A,
|
||||
NV30A,
|
||||
NV40A
|
||||
NV40A,
|
||||
NV50A
|
||||
};
|
||||
|
||||
/* card info - information gathered from PINS (and other sources) */
|
||||
|
||||
Reference in New Issue
Block a user