-
extensions
i have a program which requires several open gl extensions. where would I go to get these specific extensions(GL_ARB_texture_compression,
GL_EXT_texture_compression_s3tc,WGL_EXT_swap_contr ol).
The program (Battlecrat 1942) recomends that I update my video drivers, but i have the newewst driver avaliable for my geforce fx 5200.
-
Super Moderator
OpenGL Lord
Re: extensions
You do not have latest driver for your card, else these extensions would be supported :
http://delphi3d.net/hardware/viewreport.php?report=1588
Run Glinfo to check that driver vendor is NVidia (and not snail-accelerated microsoft) :
http://delphi3d.net/hardware/glinfo2.zip
go for http://www.nvidia.com/content/drivers/drivers.asp
-
Re: extensions
Driver version 6.14.10.4342
Vendor Microsoft Corporation
Renderer GDI Generic
OpenGL version 1.1.0
so where do i go from here?
-
Re: extensions
Also I can't seem to find any drivers for the fx 5200 listed anywhere on Nvidia's site.
-
Super Moderator
OpenGL Lord
Re: extensions
You see the full name of your card is Nvidia geforce FX 5200
it is available at the last link I gave you.
Select "Graphics driver"/"GeForce and TNT2"/<your OS>
Have fun.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules