| 1 |
Glide3-libGL provides a version of Mesa compiled to render 3D graphics
|
| 2 |
through Glide3, thus allowing hardware accelerated OpenGL on 3Dfx's 3D only
|
| 3 |
Voodoo 1 & 2 cards. Even with Glide3-libGL installed OpenGL programs will
|
| 4 |
normally still use the regular (possibly unaccelerated) videocard.
|
| 5 |
|
| 6 |
To use Glide3-libGL to run an OpenGL application on your 3Dfx Voodoo 1 or 2
|
| 7 |
start your application with the Glide3-libGL wrapper:
|
| 8 |
Glide3-libGL <appname> [args]
|
| 9 |
|
| 10 |
For example if you want to run ppracer without any args use:
|
| 11 |
Glide3-libGL ppracer
|