doc update. Version is now 0.41.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11434 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7540371dbb
commit
4879571b0d
@ -39,6 +39,7 @@ You use this software at your own risk! Although I don't expect it to damage you
|
||||
<li>DVI and laptop panel support;
|
||||
<li>Widescreen mode support (<strong>all</strong> screens must be widescreen type <strong>and</strong> they must all be digitally connected);
|
||||
<li>Basic AGP mode support on AGP cards, using the new (seperate) Haiku AGP busmanager;
|
||||
<li>Basic ('legacy') PCIe support;
|
||||
<li>Coldstart support for analog connected screens on most cards except TNT1, GeForce 6200, 6600 and 6800.
|
||||
</ul>
|
||||
<strong>Known limitations:</strong>
|
||||
|
@ -4,12 +4,12 @@
|
||||
</head>
|
||||
<body>
|
||||
<p><h2>Changes done for each driverversion:</h2></p>
|
||||
<p><h1>head (cvs 0.40, Rudolf)</h1></p>
|
||||
<p><h1>head (cvs 0.41, Rudolf)</h1></p>
|
||||
<ul>
|
||||
<li>Added new acceleration method using DMA command fetching. You can now choose beween (the old) PIO mode and (the new) DMA mode acceleration via a new switch in nv.settings (DMA mode is now the default). DMA acceleration is say 2-3 times as fast as PIO mode acceleration on systems with relative fast CPU's (above 2Ghz or so). On relative slow CPU's (500Mhz or lower) there is no speedgain left and both methods match about up.<br>
|
||||
<strong>Note please:</strong> On NV40 and higher only DMA mode acceleration currently works;
|
||||
<li>Execution of acceleration commands (DMA mode) has been optimized (compared to PIO mode): now the top-level acceleration functions are incorporated in the engine, and the engine's command execution itself is also optimized. This further increases DMA mode acceleration with upto a factor of 2, independant of CPU speed;
|
||||
<li>Execution of acceleration commands (PIO mode) is re-setup. Now it should be possible to use more engine commands than there are FIFO channels for them, by doing on-the-fly reconfiguring (DMA mode can do this also). This should be especially usefull when 3D acceleration is going to be setup later on;
|
||||
<li>Execution of acceleration commands (DMA mode) has been optimized: now the top-level acceleration functions are incorporated in the engine, and the engine's command execution itself is also optimized. This further increases DMA mode acceleration with upto a factor of 2;
|
||||
<li>Added recognition for 20 new cards: Most GeForce 6200, 6600 and 6800 types are now recognized, and some more other cards as well;
|
||||
<li>Modified cursor to be hardware synchronized to the screen's vertical retrace. This fixes the high CPU load on moving the mouse especially while being on the bottom of the screen (all GeForce series cards);
|
||||
<li>Added DPMS support for digital flatpanels connected via DVI;
|
||||
@ -159,7 +159,6 @@ The features below are shutdown because they are possibly dangerous without feed
|
||||
</ul>
|
||||
<p><h1>Still todo:</h1></p>
|
||||
<ul>
|
||||
<li>Re-setup acceleration engine for DMA command buffer use (in progress: about 99% done);
|
||||
<li>TVout support;
|
||||
<li>Improve/extend various stuff when/if possible.
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user