From 5b7c606fd6030a4df8dab59bd2ddbdfed128e55d Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Sat, 11 Jun 2005 16:03:43 +0000
Subject: [PATCH] updated documentation.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13062 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html | 4 ++--
1 file changed, 2 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 af37acdf46..971f10df64 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,9 +4,9 @@
Changes done for each driverversion:
-head (Rudolf, svn 0.49)
+nv_driver 0.50 (Rudolf)
-- Added recognition for one more card: a GeForce 6200 AGP (ID 0x0221);
+
- Added recognition for 10-15 more newer cards: mostly GeForce 6200, 6600 and 6800 types;
- Added 3D initialisation and updated 2D/3D command setup (defines and hash) for DMA acceleration (pre-NV40 only, 3D confirmed functional on TNT1 upto/including GeForce2Ti and GeForce4MX types: MX440 and MX4000 confirmed);
- Moved the DMA command buffer from graphics memory to main system memory, plus expanded it's size from 32kB to 1Mb. Buffer is mapped using MTRR-WC where available (confirmed speedups for both modifications; pre-NV40 only). Note that all TNT1 cards will be much faster with DMA acceleration now: the new mode is officially working on them, while the old mode used a 'nasty' workaround;
- Graphics engine is now using AGP transfers for fetching commands from the DMA buffer where available. Note that direct memory accesses are used: GART and AGP aperture are not in use. (confirmed speedup for this modification);