]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
removed support for GL_SGIS_multitexture (ancient)
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 2 Nov 2001 11:02:38 +0000 (11:02 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 2 Nov 2001 11:02:38 +0000 (11:02 +0000)
commit4a3c7b42fbd66d9df4f7afbf72f580a6ecbb047d
tree4de0a553b11f97ee8b5f67bbed1b4c88302836bd
parent0f4297bb7875109e0ebb376790b0561fd1287d2c
removed support for GL_SGIS_multitexture (ancient)
redesigned entire extension setup system (now resides only in vid_shared.c)
all extension functions are checked against NULL before the extension is enabled (if one is NULL it complains appropriately)
now also looks for glClientActiveTextureARB (needed for multitexture in vertex arrays)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1000 d7cf8633-e32d-0410-b094-e92efae38249
gl_rmain.c
gl_rsurf.c
glquake.h
vid.h
vid_3dfxsvga.c
vid_glx.c
vid_shared.c
vid_wgl.c