Skip to main content
GameDev.net gamedev.net
🔒 Locked

providing gl driver with application

Started by troxtril Apr 2, 2009 at 3:02 AM 3 replies 800+ views
Original Post
troxtril
troxtril
hey. is there a common package for opengl to provide for example opengl 2.1 drivers to user like microsoft's directx redist. packages. or should I hand over my application and pray my customer/boss/academic supervisor is skillful enuff to find and install updated device drivers from their graphics card manufacturer's website.
Lord_Evil
Lord_Evil
What driver would you provide? NVidia? ATI? Intel? Geforce8+? Up to Geforce 7? Windows? Linux? ...

I'd say you should just rely on the system's administrator to install the correct driver.
I'm not sure about DX but I doubt they really redistribute the drivers. DX isn't a driver but a framework that uses the actual driver (which must conform to the DX specification I think).

In OpenGL the 'framework' is part of the driver, so you depend on the graphics driver to provide OpenGL 2.1 functionality.
If I was helpful, feel free to rate me up ;)If I wasn't and you feel to rate me down, please let me know why!
V-man
V-man
nope, the dx package doesn't come with drivers. It's always the users job to go to nvidia.com (or whatever) and download his drivers.
+ yes, the drivers also have the gl drivers.r
Simian Man
Simian Man
Besides this, what happens when your application is getting older and tries to install an older version of the drivers than those already on the users computer? That won't win you any friends.
Leffe
Leffe
I wonder if there's anything like GLSetup nowadays.

http://web.archive.org/web/20030407062825/glsetup.com/about.htm

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.