..and added full NM2090/NM2093 2D acceleration. This completes 2D acc for all supported cards! Please test.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8510 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
24f01e140a
commit
c483014243
@ -12,7 +12,7 @@ You use this software at your own risk! Although I don't expect it to damage you
|
||||
<hr>
|
||||
<br>
|
||||
Note please:<br>
|
||||
This driver is still alpha quality. 2D acceleration is still lacking for some cards, overlay does not work correctly yet on MagicMedia cards and there may be additional trouble. While you are encouraged to test and use the driver (if it works at all for you then it will probably be stable as well), don't delete the old one(s) just yet!<br>
|
||||
This driver is still alpha quality: Overlay does not work correctly yet on MagicMedia cards and there may be additional trouble. While you are encouraged to test and use the driver (if it works at all for you then it will probably be stable as well), don't delete the old one(s) just yet!<br>
|
||||
<h2>Supported cards:</h2>
|
||||
<ul>
|
||||
<li>MagicGraph 128 (NM2070)
|
||||
@ -33,7 +33,7 @@ This driver is still alpha quality. 2D acceleration is still lacking for some ca
|
||||
<li>Full BWindowScreen support (used for hardware pageflipping, scrolling/panning and acceleration in applications/games);
|
||||
<li>B_YCbCr422 hardware overlay support (except on MagicGraph 128, so NM2070 cards);
|
||||
<li>DPMS support for both panels and external displays;
|
||||
<li>Full 2D acceleration, except on NM2090 and NM2093 for now.
|
||||
<li>Full 2D acceleration on all cards.
|
||||
</ul>
|
||||
<strong>Known limitations:</strong>
|
||||
<ul>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<p><h2>Changes done for each driverversion:</h2></p>
|
||||
<p><h1>head 0.08 (Rudolf)</h1></p>
|
||||
<ul>
|
||||
<li>Added full 2D acceleration for all MagicMedia cards, so for NM2200 and later (still untested, except for blit wich is OK).
|
||||
<li>Added full 2D acceleration for all remaining cards that did not have that yet with this driver (still largely untested).
|
||||
</ul>
|
||||
<p><h1>nm_driver 0.06 (Rudolf)</h1></p>
|
||||
<ul>
|
||||
@ -57,7 +57,6 @@ Acceleration engine benchmarked and tested for errors with BeRoMeter V1.2.6.
|
||||
<p><h1>Still todo:</h1></p>
|
||||
<ul>
|
||||
<li>fix for trouble with booting into modes above 800x600 resolution on some cards (please report this behaviour!);
|
||||
<li>2D acceleration (in progress);
|
||||
<li>MagicMedia series overlay update: still contains errors.
|
||||
</ul>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user