updated fixes list, bumped version to 0.34 BTW.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11183 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-02-01 15:09:45 +00:00
parent fdd699c7b7
commit c826d194dc
1 changed files with 6 additions and 4 deletions

View File

@ -4,11 +4,13 @@
</head>
<body>
<p><h2>Changes done for each driverversion:</h2></p>
<p><h1>head (cvs 0.33, Rudolf)</h1></p>
<p><h1>head (cvs 0.34, Rudolf)</h1></p>
<ul>
<li>Execution of acceleration commands 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. This should be especially usefull when 3D acceleration is going to be setup later on;
<li>Added recognition for 7 new cards: Some new GeForce 6600 and 6800 types are now recognized, and should work. No acceleration yet though! If you test such a new card, let me know how it holds up please;
<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 cards).
<li>Added recognition for 10 new cards: Some new GeForce 6600 and 6800 types are now recognized;
<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 cards);
<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 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>
Note that on NV40 and higher currently only DMA mode acceleration currently works, while on pre-NV10 cards only PIO mode acceleration still works ('fixes' in progress). Note also that 800x600x8 mode doesn't work yet on some card types using the DMA method: 'fix' in progress.
</ul>
<p><h1>nv_driver 0.30, (Rudolf)</h1></p>
<ul>
@ -154,7 +156,7 @@ 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;
<li>Re-setup acceleration engine for DMA command buffer use (in progress: about 90% done);
<li>TVout support;
<li>Improve/extend various stuff when/if possible.
</ul>