1<html>
2<head>
3<title>Changes</title>
4</head>
5<body>
6<p><h2>Changes done for each driverversion:</h2></p>
7<p><h1>head (svn 0.14, Rudolf)</h1></p>
8<ul>
9<li>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;<br>
10<strong>Note please:</strong>
11<ul>
12 <li>The retrace semaphore is always disabled yet due to lack of specs for interrupt handling.
13</ul>
14<li>Several ProposeMode updates and fixes making the Neomagic driver better compatible with Dualhead Setup 0.04 (although this driver doesn't support dualhead and TVout yet);
15<li>The overlay engine code now respects the B_OVERLAY_COLOR_KEY flag instead of forcing keying ON;
16<li>Hook GET_ACCELERANT_DEVICE_INFO now returns much more detailed info about the card in use;
17<li>Hooks INIT_ACCELERANT and CLONE_ACCELERANT now enforce their correct use; returning error B_NOT_ALLOWED in case of errors.
18</ul>
19<p><h1>nm_driver 0.11 (Rudolf)</h1></p>
20<ul>
21	<li>Added full 2D acceleration for all remaining cards that did not have that yet with this driver (still largely untested);
22	<li>Fixed a long standing problem with MagicMedia (all NM2200 and later) cards with overlay: buffer width is programmed correctly now. Can't believe I didn't see that before!
23	<li>Updated NM2200 and later cards workspace virtualsize restrictions for accelerated modes: it turns out these cards engines have the same restrictions as most older ones, being 1600x1024 resolution;
24	<li>Updated overlay scaling restrictions: officially the cards support upto and including 8x upscaling;
25	<li>Fixed error regarding calculating overlay engine register value for right-clipping video output: on NM2200 and later this was (probably) responsible for the big-time output distortions even without clipping!
26	<li>Fixed BIOS ROM dump (to file) option;
27	<li>Fixed GET_TIMING_CONSTRAINTS and GET_ACCELERANT_DEVICE_INFO accelerant hooks to return valid data; updated modeline checking and modification code (used by ProposeDisplayMode) to adhere to one more timing constraint;
28	<li>Added move_overlay() so overlay (finally) works correctly in virtualscreens.
29</ul>
30<p><h1>nm_driver 0.06 (Rudolf)</h1></p>
31<ul>
32	<li>Updated modelist to include one more suggested mode for 800x600 resolution: Done by Andrew Bachmann;
33	<li>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;
34	<li>Kernel driver now signals abort on not being able to setup the INT routine instead of letting the machine freeze during accelerant initialisation;
35	<li>BWindowScreen R3-style function update for acceleration (once setup) and page flipping/virtualscreens in apps ('Allegro' update): fixed cloning accelerants;
36	<li>Updated acceleration engine management code;
37	<li>Added full 2D acceleration for NM2070, NM2097 and NM2160 cards (the others will be added later);
38	<li>Updated acceleration for massive speedup compared to Be driver (now running at approx 200-2000% depending on use!);
39	<li>Fixed acceleration on rectangle fills and inverts: nolonger executing zero-width commands (which the app_server gives to the driver sometimes!) so no more big-time distortion stripes onscreen! (the Be driver does exhibit this fault BTW);
40	<li>Updated hardware cursor to be placed elsewhere in cardRAM (acc engine requirement); distorted mousepointers could be fixed by this also on some cards outthere;
41	<li>Updated workspace virtualsize restrictions for accelerated modes. Confirmed that the MagicGraph series (pre NM2200) engines can do upto and including 1600x1024 resolution except NM2070 which can do upto and including 1024x1024. Assuming MagicMedia series (NM2200 and later) can do upto and including 1600x2048 for now. Modes above these resolutions are unaccelerated;
42	<li>Removed register area cloning bug in accelerant that prevented it from working with NM2070, NM2090 and NM2093 cards at all!
43	<li>Added various fixes to get Dell Latitude XPi (NM2070) working on it's panel, probably fixes various faults on other cards as well;
44	<li>Updated pixelPLL restrictions for NM2070 so external output refresh is OK;
45	<li>Added fixed sync polarity programming if flatpanel in use: needed to make sure centering actually works;
46	<li>Disabling centering if external only monitor mode is active: fixes some trouble on NM2070 and maybe others;
47	<li>Added panel modeline programming for NM2070 cards: fixes hardcursor trouble on panel;
48	<li>Added pixelprecise panning for virtualscreens in all modes;
49	<li>Added full DPMS support.
50</ul>
51Note:<br>
52Acceleration engine benchmarked and tested for errors with BeRoMeter V1.2.6.
53<p><h1>nm_driver 0.05 (Rudolf)</h1></p>
54<ul> 
55        <li>Prevent system or video freeze on dragging files or so in tracker windows; 
56        <li>BWindowScreen / Sync_to_retrace fix: prevent apps from crashing on endless waiting for retrace. Wait_for_retrace is temporary disabled now until it's actually implemented;
57		<li>Sync polarity setup now actually works (external monitor only mode);
58		<li>Power-up register unlocking narrowed down to overlay engine only. This should fix the screen rubbish trouble most users had with V0.04 which did not exist for them on V0.03. 
59</ul>
60<p><h1>nm_driver 0.04 (Rudolf)</h1></p>
61<ul>
62	<li>included hardware overlay for the B_YCbCr422 (FourCC: YUY2) colorspace;
63	<li>added CRTC registers unlock command on startup.
64</ul>
65<p><h1>nm_driver 0.03 (Rudolf)</h1></p>
66<ul>
67	<li>virtual screens / BWindowScreen support including panning/scrolling;
68	<li>colorspace selection;
69	<li>colorpalette setup;
70	<li>refreshrate selection in external (CRT only) mode;
71	<li>resolution selection;
72	<li>hardcursor support;
73	<li>preliminary LCD panel centering support;
74	<li>you can switch between panel and the external monitor via the special key on the laptop KB. Also the driver respects the output preselected in the BIOS. Note that the NeoMagic BIOS does the output device switch: the driver may not work correctly in all settings yet.
75</ul>
76<p><h1>Still todo:</h1></p>
77<ul>
78	<li>fix for trouble with booting into modes above 800x600 resolution on some cards (please report this behaviour!);
79	<li>setup workarounds for MagicMedia series overlay engine and 2D acceleration engine hardware faults;
80	<li>add sync_to_retrace capability if possible (missing specs).
81</ul>
82</p>
83</body>
84</html>
85