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

Summary: Accelerated GL attribute patch.
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: API change    
Priority: P2 CC: marchesin
Version: HG 1.2   
Hardware: All   
OS: All   
Attachments: accelerated GL attribute patch

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!