From c9fcdbd99d08d83c2c46c4309ea83470c2deb1d4 Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Thu, 30 Mar 2006 15:27:09 +0000
Subject: [PATCH] updated docs. BTW, Did I mention that the GeForce2MX, NV15 is
now the fastest supported card? This is how it should be in the first place
(within the supported card range :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16932 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index 46e61812ec..0e8bac5a7d 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,6 +4,10 @@
Changes done for each driverversion:
+head (0.75, Rudolf)
+
+- Improved 3D speed related initialisation programming for NV11 and NV15: NV11 just gained 44% rendering speed, NV15 gained 21% speed. The GeForce2Ti (NV15) is the new winner: Quake 2 timedemo 1 runs at 28.3fps in 1024x768x32 mode @ 75Hz refreshrate (P4 2.8Ghz, fsb 533Mhz, AGP4x), while on the GeForce4MX (NV18) it keeps running at 26.3fps. The GeForce2MX (NV11) now runs at 18.9fps.
+
nv_driver 0.74 (Rudolf)
- The overlay engine code now respects the B_OVERLAY_COLOR_KEY flag instead of forcing keying ON;