mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Small unneeded nv03 fix
This commit is contained in:
parent
08020927e8
commit
8532b6e0a5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include "nouveau_reg.h"
|
||||
|
||||
static nouveau_card nouveau_card_list[]={
|
||||
//x0010, "Riva 128", ????, NV_03, 0},
|
||||
//{0x0010, "Riva 128", ????, NV_03, 0},
|
||||
{0x0020, "TNT/TNT2", NV04_DX6_MULTITEX_TRIANGLE, NV_04, 0},
|
||||
{0x00A0, "TNT2", NV04_DX6_MULTITEX_TRIANGLE, NV_04, 0},
|
||||
{0x0100, "GeForce", NV10_TCL_PRIMITIVE_3D, NV_10, 0},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue