VIA gfx driver: bumped version to 0.18, updated docs.

This commit is contained in:
Rudolf Cornelissen
2016-01-28 11:09:48 +01:00
parent 656b3130c3
commit d6d5874afe
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ status_t eng_general_powerup()
{
status_t status;
LOG(1,("POWERUP: Haiku VIA Accelerant 0.17 running.\n"));
LOG(1,("POWERUP: Haiku VIA Accelerant 0.18 running.\n"));
/* preset no laptop */
si->ps.laptop = false;
@@ -4,7 +4,7 @@
</head>
<body>
<p><h2>Changes done for each driverversion:</h2></p>
<p><h1>via_driver (Haiku repository 0.17, Rudolf)</h1></p>
<p><h1>via_driver (Haiku repository 0.18, Rudolf)</h1></p>
<ul>
<li>Initial setup based on nVidia driver 0.30;
<li>Kerneldriver uses MTR-WC mapping where available;
@@ -22,7 +22,9 @@
<li>Added video overlay support;
<li>Finalized virtualscreen panning granularity constraints programming;
<li>Added returning correct information in GET_ACCELERANT_DEVICE_INFO (displayed in Haiku screenprefs panel);
<li>Fixed wrong PLL registerdefines for K8M800 and added seperate pixelPLL calculation routine: K8M800 now works correctly whereas previously you'd have a black screen (tested different resolutions, refreshrates and colordepths).
<li>Fixed wrong PLL registerdefines for K8M800 and added seperate pixelPLL calculation routine: K8M800 now works correctly whereas previously you'd have a black screen (tested different resolutions, refreshrates and colordepths);
<li>Fixed blocking overlay hooks if current videomode is not supported (before overlay could kick in while it should not, resulting in bad video or desktop pictures);
<li>Fixed K8M800 video overlay: apparantly the engine was modified for this revision of the Unichrome video chipset: at least the 'V1' engine doesn't work here, while ' V3' does (using V3 now on K8M800).
</ul>
<p><h1>Still todo:</h1></p>
<ul>
@@ -33,6 +35,6 @@
<hr><br>
<br>
<a href="mailto:[email protected]">Rudolf Cornelissen.</a>
<p>(Page last updated on January 13, 2016)</p>
<p>(Page last updated on January 28, 2016)</p>
</body>
</html>