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 5 - Accelerated GL attribute patch.
Summary: Accelerated GL attribute patch.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 1.2
Hardware: All All
: P2 API change
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-03 11:41 UTC by Ryan C. Gordon
Modified: 2006-04-27 04:39 UTC (History)
1 user (show)

See Also:


Attachments
accelerated GL attribute patch (7.67 KB, patch)
2006-01-03 11:41 UTC, Ryan C. Gordon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan C. Gordon 2006-01-03 11:41:06 UTC
Let application request an "accelerated" GL visual, and query whether they got
it after SDL_SetVideoMode(). Don't know who wrote this patch originally.

--ryan.
Comment 1 Ryan C. Gordon 2006-01-03 11:41:48 UTC
Created attachment 4 [details]
accelerated GL attribute patch
Comment 2 marchesin 2006-01-04 05:49:19 UTC
(In reply to comment #0)
> Let application request an "accelerated" GL visual, and query whether they got
> it after SDL_SetVideoMode(). Don't know who wrote this patch originally.

I did. The OS X stuff doesn't compile, however, and I have no box to test it.
Comment 3 Ryan C. Gordon 2006-01-05 02:33:43 UTC
(Changed severity to "API change" for a bunch of bugs.)

--ryan.

Comment 4 Ryan C. Gordon 2006-01-27 11:23:00 UTC
Setting Sam as "QA Contact" on all bugs (even resolved ones) so he'll definitely be in the loop to any further discussion here about SDL.

--ryan.

Comment 5 Sam Lantinga 2006-04-27 04:39:59 UTC
This is in SVN, thanks!