remove commented Intel CardDefault
This commit is contained in:
@@ -523,20 +523,6 @@ struct VideoCardDefaults
|
|||||||
1024,
|
1024,
|
||||||
false
|
false
|
||||||
),
|
),
|
||||||
#if 0
|
|
||||||
VideoCardDefaults(
|
|
||||||
/* success report:
|
|
||||||
* Video driver: IntelR 82845G/GL/GE/PE/GV Graphics Controller [Intel Corporation]
|
|
||||||
* 6.14.10.3865, 7-1-2004 [pci\ven_8086&dev_2562] */
|
|
||||||
/* 6.14.10.3889 failed (corrupted text); back to D3D */
|
|
||||||
"Intel.*82845.*",
|
|
||||||
"opengl,d3d",
|
|
||||||
640,480,
|
|
||||||
16,16,16,
|
|
||||||
1024,
|
|
||||||
true
|
|
||||||
),
|
|
||||||
#endif
|
|
||||||
VideoCardDefaults(
|
VideoCardDefaults(
|
||||||
"Intel.*82810|Intel.*82815",
|
"Intel.*82810|Intel.*82815",
|
||||||
"opengl,d3d",// OpenGL is 50%+ faster than D3D w/ latest Intel drivers. -Chris
|
"opengl,d3d",// OpenGL is 50%+ faster than D3D w/ latest Intel drivers. -Chris
|
||||||
@@ -558,7 +544,7 @@ struct VideoCardDefaults
|
|||||||
"d3d,opengl",
|
"d3d,opengl",
|
||||||
640,480,
|
640,480,
|
||||||
16,16,16,
|
16,16,16,
|
||||||
1024,
|
2048,
|
||||||
false
|
false
|
||||||
),
|
),
|
||||||
VideoCardDefaults(
|
VideoCardDefaults(
|
||||||
|
|||||||
Reference in New Issue
Block a user