]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
search for GL functions using GetProcAddress on win32 instead of wglGetProcAddress...
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 14 May 2002 10:43:25 +0000 (10:43 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 14 May 2002 10:43:25 +0000 (10:43 +0000)
commit9937a055e2478c1089fc97c0b8417c83ca39b211
treef00b30f218c0821efcba2d1c71245eaa0aa85359
parente439cb0c1b12fe784cc05e8acee1cd1843db7c2b
search for GL functions using GetProcAddress on win32 instead of wglGetProcAddress (which only lists extensions, apparently), fixes inability to find GL 1.1.0 functions in 3dfx driver (maybe NVIDIA and others, only tested 3dfx)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1830 d7cf8633-e32d-0410-b094-e92efae38249
vid_shared.c