From e36daaab07597970831dc66ea345270a0e2513b6 Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Mon, 10 Jan 2005 10:43:22 +0000
Subject: [PATCH] doc update
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10648 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index 09a39ab766..22c4eed13e 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,10 +4,11 @@
Changes done for each driverversion:
-head (cvs 0.32, Rudolf)
+head (cvs 0.33, Rudolf)
- 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;
-
- Added recognition for 7 new cards: Some new GeForce 6600 and 6800 types hopefully now work.
+
- Added recognition for 7 new cards: Some new GeForce 6600 and 6800 types are now recognized, but do not yet work (contact me for a tweaked, non-accelerated version that does work for NV40 and above for now..);
+
- 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).
nv_driver 0.30, (Rudolf)
@@ -153,6 +154,7 @@ The features below are shutdown because they are possibly dangerous without feed
Still todo:
+ - Re-setup acceleration engine for DMA command buffer use;
- TVout support;
- Improve/extend various stuff when/if possible.