OpenArena/engine

Restore r_gldriver

leilei- opened this issue · 1 comments

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.

SDL has SDL_GL_LoadLibrary for this exact purpose