updated docs. Bumped version to 0.04 BTW.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13750 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-07-18 15:15:47 +00:00
parent 6416d8525e
commit b504689448
2 changed files with 5 additions and 4 deletions

View File

@ -25,7 +25,7 @@ You use this software at your own risk! Although I don't expect it to damage you
<ul>
<li>Hardware cursor support;
<li>Autodetects assigned RAM amount preset in system BIOS;
<li>Partial support for modeswitching (sets resolution and colorspace but not yet refresh or palette, but does support virtualscreens).
<li>Partial support for modeswitching (sets resolution and colorspace but not yet refresh, supports virtualscreens).
</ul>
<strong>Known limitations:</strong>
<ul>

View File

@ -4,7 +4,7 @@
</head>
<body>
<p><h2>Changes done for each driverversion:</h2></p>
<p><h1>via_driver (SVN 0.03, Rudolf)</h1></p>
<p><h1>via_driver (SVN 0.04, Rudolf)</h1></p>
<ul>
<li>Initial setup based on nVidia driver 0.30;
<li>Kerneldriver uses MTR-WC mapping where available;
@ -14,11 +14,12 @@
<li>Added support for virtualscreens (CRTC startadress and memory pitch programming);
<li>Added CRTC1 timing programming and updated constraints, including GET_TIMING_CONSTRAINTS hook;
<li>Added mode colordepth programming;
<li>Added CRTC FIFO fetch limit programming (seems specific to VIA).
<li>Added CRTC FIFO fetch limit programming (seems specific to VIA);
<li>Added colorpalette programming.
</ul>
<p><h1>Still todo:</h1></p>
<ul>
<li>Color palette programming;
<li>DPMS support;
<li>PixelPLL programming;
<li>Extended mode enable programming (to become independant of VESA);
<li>A lot more (like acceleration and overlay engines).