 |
 |
| Alpha 4.1 |
 |
 |
License: BSD/MIT
Updated: April 13, 2006
Source: Source Available
|
 |
 |
This version should be considered a stable release. However, if you first try it, you'd better not run anything crucial as it might hang your screen and app_server..
Status since Alpha 3.5:
- Alpha 4.x versions use Mesa 3.4.2 again. Alpha 4.0 contains numerous bugfixes compared to all older versions. Alpha 4.1 is, on top of that, the fastest version upto now:
- on a P4@2.8Ghz with NV18, GeForce4-MX440 the teapot now spins at 800fps using default settings;
- on the same system Quake2 timedemo1 runs at 140fps in 640x480x16 fullscreen mode using default settings;
- on that same system using a NV15, GeForce2 Ti, Quake2 timedemo1 runs at 150fps: NV15 is currently the fastest supported card.
- The driver still only works on NV04 (TNT1) upto/including NV18 (GeForce 4 MX). Although I spent a lot of time to overcome this, that didn't happen yet.
- The driver is still slow compared to Windows and Linux closed-source drivers. This is partly because we're using such an old version of Mesa, and partly because of lacking info on enabling some nice features (like compressed Z-buffering and a higher level GPU interface).
- The driver still only supports one 3D app at a time, and only works 'completely' in 16- and 32bit desktops.
- Still, this driver outperforms the original UtahGLX driver a lot (both speed and quality wise), and gives us some interesting options on BeOS. So enjoy it if you can. :-)
- Added features (require reboots to take effect currently):
- Force retrace synced swapbuffer execution: enable this option via the driver's nv.settings file option: force_sync true. This option is nice to use, it improves output quality considerably (removes tearing), although it slows the fps down;
- Force GPU speed: enable and set this option via the driver's nv.settings file option: gpu_clk. The number is the clock frequency in Mhz. Personally, I wouldn't use this one though: it's dangerous if used incorrectly while currently not improving speed much;
- Force RAM speed: enable and set this option via the driver's nv.settings file option: ram_clk. The number is the clock frequency in Mhz. Although I recommend not using this option either, it potentially speeds up rendering some more, since currently RAM access is the biggest bottleneck in the hardware for us. Still: dangerous option.
- Note please: the 'primary' nv.setting is not compatible with the 3D add-on currently. Therefore you shouldn't enable it when you want to use accelerated 3D.
Fixes for Alpha 4.1:
- 3D speed is (much) higher now depending on the card you use (thanks to improvements in the 2D driver):
- TNT cards run at the same speed as Alpha 4.0 did;
- TNT2 style cards run at upto 104% of the previous release;
- Most supported GeForce style cards now run at upto 140%;
- GeForce2Ti cards now run at upto 200% speed compared to Alpha 4.0.
- Fixed lacking synchronisation between GPU and driver managing textures: this (at least) fixes texturing errors on setups that require texture deletion/loading on-the-fly during rendering because of (relative) low graphics memory;
- Driver now reports info about the graphicscard in use, along with the driver's own version number.
I want to thank BeOS Mr.X explicitly for his help and extensive testing during development of Alpha 4. Without him this release would have contained a lot less bug-fixes. So, thanks Mr.X!!
(Mr. X is a real 'BeOS-based' hardcore gamer I'd say! :-)
|
|
|
Intel Version - requires Zeta (1.81 MB) |
4,317 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: Dano and Zeta binary |
|
 |
|
Intel Version - requires R5 (1.71 MB) |
1,959 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: R5 and max binary |
|
 |
|
Intel Version (2.55 MB) |
4,090 downloads |
|
 |
 |
|
|
 |
 |
| Alpha 4 |
 |
 |
License: BSD/MIT
Updated: March 24, 2006
Source: Source Available
|
 |
 |
This version should be considered a stable release. However, if you first try it, you'd better not run anything crucial as it might hang your screen and app_server..
Status since Alpha 3.5:
- Alpha 4 uses Mesa 3.4.2 again. Alpha 4 contains numerous bugfixes compared to all older versions, and it remains at the speed of Alpha 3.5 now (sometimes even better):
- on a P4@2.8Ghz with NV18, GeForce4-MX440 the teapot now spins at 800fps using default settings;
- on the same system Quake2 timedemo1 runs at 125fps in 640x480x16 fullscreen mode using default settings.
- The driver still only works on NV04 (TNT1) upto/including NV18 (GeForce 4 MX). Although I spent a lot of time to overcome this, that didn't happen yet.
- The driver is still slow compared to Windows and Linux closed-source drivers. This is partly because we're (still) using such an old version of Mesa, and partly because of lacking info on enabling some nice features (like compressed Z-buffering).
- The driver still only supports one 3D app at a time, and only works 'completely' in 16- and 32bit desktops.
- Still, this driver outperforms the original UtahGLX driver a lot now (both speed and quality wise), and gives us some interesting options on BeOS. So enjoy it if you can. :-)
- Added features (require reboots to take effect currently):
- Force retrace synced swapbuffer execution: enable this option via the driver's nv.settings file option: force_sync true. This option is nice to use, it improves output quality considerably (removes tearing), although it slows the fps down;
- Force GPU speed: enable and set this option via the driver's nv.settings file option: gpu_clk. The number is the clock frequency in Mhz. Personally, I wouldn't use this one though: it's dangerous if used incorrectly while currently not improving speed much;
- Force RAM speed: enable and set this option via the driver's nv.settings file option: ram_clk. The number is the clock frequency in Mhz. Although I recommend not using this option either, it potentially speeds up rendering some more, since currently RAM access is the biggest bottleneck in the hardware for us. Still: dangerous option.
- Note please: the 'primary' nv.setting is not compatible with the 3D add-on currently. Therefore you shouldn't enable it when you want to use accelerated 3D.
Fixes for Alpha 4:
- Quake 2 now renders the gamescores, texts, crosshair, etc. correctly: driver now calls _mesa_swapbuffers() to let Mesa finish all rendering before Swapbuffers() is executed;
- Quake 2's 'menu_playerconfig'/multiplayer setup (for example) was fixed by (re)enabling support for partly erasing color and Z-buffers;
- Fixed texture filtering: engine nolonger hangs while using GL_LINEAR_MIPMAP_LINEAR. The driver programmed the engine incorrectly when switching back from textured drawing to 'untextured' drawing (selecting the next higher filtering 'level' instead of selecting 'no filtering');
- Partly rendering lines and triangles (scissoring) was (re)enabled: this seems to fix rendering slowness during 'observe' mode in Quake 2 when you are outside of a map;
- The driver incorrectly programmed fog colorspaces into the engine (forgot a color-component). Now fixed;
- Fixed programming of openGL context colorspaces: the BGLview constructor in the software driver incorrectly used a 'zero-define' (BGL_RGB) to determine colorspace info. Also added modifying the context colorspace setting upon modeswitches. This fixes (among others) 'grabbing' the teapot;
- Removed old 'fake-bitmap' code: resized output is now 'in sync' trhoughout the driver. This (at least) fixes some rendering faults during software rendering mode (fault looked like lost h_sync on a analog TVset);
- Added extra wait_for_engine_idle function for all software interface routines accessing color- and Z-buffers. This makes grabbing the teapot work 'smooth' even in high-res modes (among others);
- Added 'workaround' for backface culling (Mesa internal roundoff!?!) errors. Now rendering triangles that are 'nearly' visible too. This fixes 'next room pixels shining trough walls error' on Quake2 (at least). Note that this was especially visible when you were in a room with a outside wall, if the outside view behind it was very bright (Enabling hardware culling also fixes the problem, but it's much slower than using software culling at this point!);
- The looper is now locked when LockGL() is called; but also when Swapbuffers() is executed. Note BTW that apps should call LockGL() before calling Swapbuffers(): Quake2 apparantly forgets this for the audio options in the menu system;
- Fixed Quake2 output left-top position offset in fullscreen mode after modeswitches (R5 exhibited this fault only). Driver now issues BWindow's Hide()/Show() explicitly upon BGLview's Show() events to keep Quake2 rendering in direct mode (previously it fell-back into indirect rendering mode). It seems BTW R5's Window Frame() function doesn't (always) return updated content;
- There might even be a few more fixes in the driver that I forgot about.
I want to thank BeOS Mr.X explicitly for his help and extensive testing during development of Alpha 4. Without him this release would have contained a lot less bug-fixes. So, thanks Mr.X!!
(Mr. X is a real 'BeOS-based' hardcore gamer I'd say! :-)
|
|
|
Intel Version - requires Zeta (1.8 MB) |
286 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: Dano and Zeta binary |
|
 |
|
Intel Version - requires R5 (1.7 MB) |
177 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: R5 and max binary |
|
 |
|
Intel Version (2.5 MB) |
192 downloads |
|
 |
 |
|
|
 |
 |
| Alpha 3.5 |
 |
 |
License: Other Open Source License
Updated: November 29, 2005
Source: Source Available
|
 |
 |
This version should be considered a more or less stable release. If it works for you, it shouldn't cause any trouble, other than maybe some rendering faults. However, if you first try it, you'd better not run anything crucial as it might hang your screen and app_server..
Status since Alpha 3:
- Alpha 3.5 uses the 3da driver from Alpha3, combined with Mesa 3.2.1 because this combination seems to give the best overall results:
- on a P4@2.8Ghz with NV18, GeForce4-MX440 the teapot now spins at 800fps using default settings;
- on the same system Quake2 timedemo1 runs at 125fps in 640x480x16 fullscreen mode using default settings.
- Alpha 3.5 is otherwise just a recompile against the 2D driver version 0.67 so you can use 3D with that driverversion.
- Note please: the new 'primary' nv.setting is not compatible with the 3D add-on currently. Therefore you shouldn't enable it when you want to use accelerated 3D.
|
|
|
Intel Version - requires Zeta (1.64 MB) |
966 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: Zeta and Dano binaries. |
|
 |
|
Intel Version - requires R5 (1.54 MB) |
532 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: R5 and Max binaries. |
|
 |
|
Intel Version (2.25 MB) |
713 downloads |
|
 |
 |
|
|
 |
 |
| Alpha 3 |
 |
 |
License: Other Open Source License
Updated: August 8, 2005
Source: Source Available
|
 |
 |
This version should be considered a more or less stable release. If it works for you, it shouldn't cause any trouble, other than maybe some rendering faults. However, if you first try it, you'd better not run anything crucial as it might hang your screen and app_server..
Fixes for this release:
- Upgraded to Mesa 3.4.2 (which is still openGL 1.2 though)
- Runs slightly faster on fast CPU's;
- Runs some apps slower on slow CPU's;
- Probably runs more apps with less faults;
- Use with 2D driver 0.53 (included in download);
- No changes in supported cards, but if your card isn't supported, the driver will segfault now instead of 'hang' your system.
|
|
|
Intel Version - requires Zeta (1.8 MB) |
1,209 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: Zeta and Dano binaries. |
|
 |
|
Intel Version - requires R5 (1.7 MB) |
599 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: R5 and Max binaries. |
|
 |
|
Intel Version (2.54 MB) |
825 downloads |
|
 |
 |
|
|
 |
 |
| alpha 2-final |
 |
 |
License: Other Open Source License
Updated: June 23, 2005
Source: Source Available
|
 |
 |
This version should be considered a more or less stable release. If it works for you, it shouldn't cause any trouble, other than maybe some rendering faults.
However, if you first try it, you'd better not run anything crucial as it might hang your screen and app_server..
Fixes for this release:
- Runs in DMA mode (alpha 1 ran in PIO mode), so it's much faster. Use with 2D driver 0.53 (included in download);
- NV17 and NV18 are now decently supported (fastest supported cards currently);
- Switched to Mesa 3.2.1 because of the numerous openGL conformity fixes it has compared to Mesa 3.2;
- Concurrent use of overlay and 3D is now possible without (hanging) trouble;
- The driver contains some other more minor fixes as well.
|
|
|
Intel Version - requires Zeta (1.64 MB) |
536 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: Zeta and Dano binaries. |
|
 |
|
Intel Version - requires R5 (1.54 MB) |
340 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: R5 and Max binaries. |
|
 |
|
Intel Version (2.25 MB) |
291 downloads |
|
 |
 |
|
|
 |
 |
| alpha 1-final |
 |
 |
License: Other Open Source License
Updated: May 5, 2005
Source: Source Available
|
 |
 |
This version should be considered a more or less stable release. If it works for you, it shouldn't cause any trouble, other than maybe some rendering faults.
However, if you first try it, you'd better not run anything crucial as it might hang your screen and app_server..
Fixes for this release:
- Initial release;
- GLQuake doesn't yet work correctly: you might have to kill it on another workspace than you are running it;
- Works with Quake2;
- Works with the demo's GLteapot, 3Dlife, Demo and Sample (all included);
- Other apps aren't tested yet. Feedback is welcome ;-)
|
|
|
Intel Version - requires Zeta (1.62 MB) |
449 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: Zeta and Dano binaries. |
|
 |
|
Intel Version - requires R5 (1.52 MB) |
347 downloads |
|
 |
 |
| |
 |
Download |
 |
Rudolf's site: R5 and Max binaries. |
|
 |
|
Intel Version (2.33 MB) |
256 downloads |
|
 |
 |
|
|
 |
 |
|
|
|