VIA gfx driver: bumped version to 0.18, updated docs.
This commit is contained in:
@@ -90,7 +90,7 @@ status_t eng_general_powerup()
|
|||||||
{
|
{
|
||||||
status_t status;
|
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 */
|
/* preset no laptop */
|
||||||
si->ps.laptop = false;
|
si->ps.laptop = false;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p><h2>Changes done for each driverversion:</h2></p>
|
<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>
|
<ul>
|
||||||
<li>Initial setup based on nVidia driver 0.30;
|
<li>Initial setup based on nVidia driver 0.30;
|
||||||
<li>Kerneldriver uses MTR-WC mapping where available;
|
<li>Kerneldriver uses MTR-WC mapping where available;
|
||||||
@@ -22,7 +22,9 @@
|
|||||||
<li>Added video overlay support;
|
<li>Added video overlay support;
|
||||||
<li>Finalized virtualscreen panning granularity constraints programming;
|
<li>Finalized virtualscreen panning granularity constraints programming;
|
||||||
<li>Added returning correct information in GET_ACCELERANT_DEVICE_INFO (displayed in Haiku screenprefs panel);
|
<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>
|
</ul>
|
||||||
<p><h1>Still todo:</h1></p>
|
<p><h1>Still todo:</h1></p>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -33,6 +35,6 @@
|
|||||||
<hr><br>
|
<hr><br>
|
||||||
<br>
|
<br>
|
||||||
<a href="mailto:[email protected]">Rudolf Cornelissen.</a>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user