From ecfb22d474f78a06484a03dba9e5d004d04a660f Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Sat, 21 Jan 2006 16:38:01 +0000
Subject: [PATCH] updated docs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16023 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 62d952cce4..6bd879aa8b 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -6,8 +6,10 @@
Changes done for each driverversion:
head (SVN 0.69, Rudolf)
-- The overlay engine code now respects the B_OVERLAY_COLOR_KEY flag instead of forcing keying ON;
-
- Added support for acceleration engine 2D command SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT (as defined by Be) for all cards. Note: still untested, and breaks overlay support currently (because of FIFO assignment switching being in use).Will fix that asap (I hope).
+
- The overlay engine code now respects the B_OVERLAY_COLOR_KEY flag instead of forcing keying ON;
+
- Hook GET_ACCELERANT_DEVICE_INFO now returns much more detailed info about the card in use;
+
- Hooks INIT_ACCELERANT and CLONE_ACCELERANT now enforce their correct use; returning error B_NOT_ALLOWED in case of errors;
+
- Added support for acceleration engine 2D command SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT (as defined by Be) for all cards. Note: still untested for 15 and 8 bit spaces, and breaks overlay support currently (because of FIFO assignment switching being in use).Will fix that asap (I hope).
nv_driver 0.67 (Rudolf)