We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 721

Summary: OpenGL 3.x context creation bug
Product: SDL Reporter: michalziulek
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Linux   
Attachments: patch

Description michalziulek 2009-03-28 07:43:34 UTC
Created attachment 309 [details]
patch

There is a bug in OpenGL 3.x context creation code.
Function glXGetProcAddress is used directly where it should be: _this->gl_data->glXGetProcAddress. I have attached patch which fixes this on x11 and win32. Thanks.
Comment 1 Sam Lantinga 2009-04-03 10:19:24 UTC
Your patch has been applied to subversion, thanks!