From b3f6ef95157deeaae13562c19fdf9f53ee0a6328 Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Mon, 22 Mar 2004 13:54:13 +0000
Subject: [PATCH] NM2097 and NM2160 screen_to_screen blit should now work
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7049 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html b/src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html
index e9fe49df6f..886d54ff8a 100644
--- a/src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html
@@ -4,13 +4,14 @@
Changes done for each driverversion:
-head (0.06-1, Rudolf)
+head (0.06-2, Rudolf)
- Updated modelist to include one more suggested mode for 800x600 resolution: Done by Andrew Bachmann;
- CRTC timing restriction checking updated: Modelists exported adhere to every cards max. CRTC capability now: the oldest cards support upto and including 1024x1000, while the newest cards support upto and including 1280x1024 resolution;
- Kernel driver now signals abort on not being able to setup the INT routine instead of letting the machine freeze during accelerant initialisation;
- BWindowScreen R3-style function update for acceleration (once setup) and page flipping/virtualscreens in apps ('Allegro' update): fixed cloning accelerants;
-
- Updated acceleration engine management code.
+
- Updated acceleration engine management code;
+
- Added partial acceleration for NM2097 and NM2160 (screen_to_screen blit).
nm_driver 0.05 (Rudolf)