From 3fcc89d18bdc8c5fed6176e42bf94d39517fd321 Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Thu, 15 Dec 2005 10:46:28 +0000
Subject: [PATCH] updated docs. Bumped version to 0.69. Warning: untested,
overlay broken.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15543 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index 4ca2c2844a..62d952cce4 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,6 +4,11 @@
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).
+
nv_driver 0.67 (Rudolf)
- Added capability to driver to run without an INT assigned. Driver will now automatically disable the 'Sync_to_Retrace' function if no INT was assigned instead of not loading/running at all;