OpenArena / engine

OpenArena modifications to the ioquake3 engine
http://openarena.ws
GNU General Public License v2.0
212 stars 50 forks source link

Restore r_gldriver #14

Open leilei- opened 8 years ago

leilei- commented 8 years ago

This cvar is intended to select different GL ICDs and MiniGL drivers, most importantly for using secondary video cards (i.e. 3Dfx Voodoo Graphics / 3Dfx Voodoo2) or using certain wrappers (i.e. GLDirect, AltoGL) or even some software rendering drivers (i.e. SGI OpenGL for Windows)

Currently this is not present, and it causes the game to be forced to use opengl32.dll via SDL.

leilei- commented 8 years ago

SDL has SDL_GL_LoadLibrary for this exact purpose