Jump to content
Eternal Lands Official Forums
Sign in to follow this  
Xaphier

Disable OpenGL extentions

Recommended Posts

I wrote a patch for EL to be able to dis-/enable OpenGL extentions based on the settings of an "ini" file. The only drawback is that I used boost spirit for the parser. I mainly worte the patch to be able to disable OpenGL extentions for testing.

Share this post


Link to post
Share on other sites

Well, I think that for the time being, we can just have a function like: fix_driver_issues() where we have a manually built table like this:

typedef struct {
char extension_to_disable[128];
char videocard_vendor[64];
int driver_version;
int driver_versions_lower_than;
int driver_versions_higher_than;
}bad_extensions;

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×