xref: /haiku/src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html (revision 67bce78b48ed6d01b5a8eef89f5694c372b7e0a1)
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 (0.06-9, Rudolf)</h1></p>
8<ul>
9	<li>Updated modelist to include one more suggested mode for 800x600 resolution: Done by Andrew Bachmann;
10	<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;
11	<li>Kernel driver now signals abort on not being able to setup the INT routine instead of letting the machine freeze during accelerant initialisation;
12	<li>BWindowScreen R3-style function update for acceleration (once setup) and page flipping/virtualscreens in apps ('Allegro' update): fixed cloning accelerants;
13	<li>Updated acceleration engine management code;
14	<li>Added full 2D acceleration for NM2097 and NM2160 cards (the others will be added later);
15	<li>Updated acceleration for massive speedup compared to Be driver (now running at approx 200-2000% depending on use!);
16	<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);
17	<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;
18	<li>Updated workspace virtualsize restrictions for accelerated modes. Confirmed that the MagicGraph series (pre NM2200) engines can do upto and including 1600x1024 resolution. Assuming MagicMedia series (NM2200 and later) can do upto and including 1600x2048 for now. Modes above these resolutions are unaccelerated;
19	<li>Removed register area cloning bug in accelerant that prevented it from working with NM2070, NM2090 and NM2093 cards at all!
20	<li>Added various fixes to get Dell Latitude XPi (NM2070) working on it's panel, probably fixes various faults on other cards as well;
21	<li>Updated pixelPLL restrictions for NM2070 so external output refresh is OK.
22</ul>
23Note:<br>
24Acceleration engine benchmarked and tested for errors with BeRoMeter V1.2.6.
25<p><h1>nm_driver 0.05 (Rudolf)</h1></p>
26<ul>
27        <li>Prevent system or video freeze on dragging files or so in tracker windows;
28        <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;
29		<li>Sync polarity setup now actually works (external monitor only mode);
30		<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.
31</ul>
32<p><h1>nm_driver 0.04 (Rudolf)</h1></p>
33<ul>
34	<li>included hardware overlay for the B_YCbCr422 (FourCC: YUY2) colorspace;
35	<li>added CRTC registers unlock command on startup.
36</ul>
37<p><h1>nm_driver 0.03 (Rudolf)</h1></p>
38<ul>
39	<li>virtual screens / BWindowScreen support including panning/scrolling;
40	<li>colorspace selection;
41	<li>colorpalette setup;
42	<li>refreshrate selection in external (CRT only) mode;
43	<li>resolution selection;
44	<li>hardcursor support;
45	<li>preliminary LCD panel centering support;
46	<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.
47</ul>
48<p><h1>Still todo:</h1></p>
49<ul>
50	<li>updates needed for LCD centering support;
51	<li>fix for trouble with booting into modes above 800x600 resolution on some cards (please report this behaviour!);
52	<li>shadowregister programming needed for 'full' KB switch BIOS support;
53	<li>2D acceleration;
54	<li>MagicMedia series overlay update: still contains errors apparantly.
55</ul>
56</p>
57</body>
58</html>
59