Quake in IRIX (OpenGL?) -
Irinikus - 09-28-2018
When you run Quake in IRIX, does it make use of OpenGL?
If so, how would you be able to determine this?
RE: Quake in IRIX (OpenGL?) -
gijoe77 - 09-28-2018
there is a quake.sw binary and a quake.gl binary - run the quake.gl binary
RE: Quake in IRIX (OpenGL?) -
Irinikus - 09-28-2018
(09-28-2018, 11:39 AM)gijoe77 Wrote: there is a quake.sw binary and a quake.gl binary - run the quake.gl binary
Thanks, I'll check it out.
For the record, Quake.gl doesn't run on an Indy, it brought my system to a standstill!
RE: Quake in IRIX (OpenGL?) -
commodorejohn - 09-28-2018
Does the Indy have any hardware-texturing graphics options? If it's trying to use OpenGL but having to fall back to software texturing, I could see that dropping performance below even the software renderer (depending on how well that's optimized,) and the Indy's CPU horsepower is just low enough that it's probably marginal for
Quake in the first place.
RE: Quake in IRIX (OpenGL?) -
dexter1 - 09-28-2018
The Indy does not have any hardware texture option available. The XZ is only for geometry and
Z buffer acceleration. You can probably run both binaries, but for textures the OpenGL binary will fall back to software rendering
RE: Quake in IRIX (OpenGL?) -
swarmik - 09-28-2018
Does this "software texturing fallback" still use hardware acceleration at least for Z-buffer/geometry? (or it is either full software or full hardware...)