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 2651 - Window creation fails when disabling WGL
Summary: Window creation fails when disabling WGL
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.3
Hardware: All Windows (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords: target-2.0.4, triage-2.0.4
Depends on:
Blocks:
 
Reported: 2014-07-18 07:43 UTC by David
Modified: 2015-04-24 04:59 UTC (History)
2 users (show)

See Also:


Attachments
patch to create GLES device (1.14 KB, patch)
2014-07-18 07:43 UTC, David
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David 2014-07-18 07:43:06 UTC
Created attachment 1770 [details]
patch to create GLES device

If SDL_VIDEO_OPENGL_WGL is disabled and SDL_VIDEO_OPENGL_EGL is enabled, window creation will fail.

The patch will setup the GLES device on Windows and use the ANGLE drivers instead of the OpenGL drivers
Comment 1 Ryan C. Gordon 2015-02-19 06:32:16 UTC
Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry
if you got a lot of email from this. This is to help me sort through some bugs
in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4,
though!
Comment 2 Ryan C. Gordon 2015-04-07 04:57:59 UTC
(sorry if you get a lot of copies of this email, I'm marking several bugs at once)

Marking bugs for the (mostly) final 2.0.4 TODO list. This means we're hoping to resolve this bug before 2.0.4 ships if possible. In a perfect world, the open bug count with the target-2.0.4 keyword is zero when we ship.

(Note that closing a bug report as WONTFIX, INVALID or WORKSFORME might still happen.)

--ryan.
Comment 3 Ryan C. Gordon 2015-04-24 04:59:04 UTC
It looks like this patch already made it into revision control at some point.

--ryan.