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 - OpenGL 3.x context creation bug
Summary: OpenGL 3.x context creation bug
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-28 07:43 UTC by michalziulek
Modified: 2009-04-03 10:19 UTC (History)
0 users

See Also:


Attachments
patch (3.76 KB, text/plain)
2009-03-28 07:43 UTC, michalziulek
Details

Note You need to log in before you can comment on or make changes to this bug.
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!