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 3101 - Missing checks for SDL_VIDEO_OPENGL_ES2 (ANGLE) on windows in CMakeLists.txt (2.0.4rc2)
Summary: Missing checks for SDL_VIDEO_OPENGL_ES2 (ANGLE) on windows in CMakeLists.txt ...
Status: RESOLVED DUPLICATE of bug 3081
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.3
Hardware: x86 Windows (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-24 16:05 UTC by Mark Logan
Modified: 2015-08-26 14:11 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Logan 2015-08-24 16:05:53 UTC
Sorry for filing this under 2.0.3, its actually an issue with 2.0.4rc2, but there is no version entry for that.

It appears there is nothing in CMakeLists.txt that will ever enable EGL/OpenGLES2 on windows via the SDL_VIDEO_OPENGL_ES2 compiler define.

We had to modify CMakeLists.txt in order to get 2.0.4rc2 to use ANGLE on windows. With 2.0.3 it worked perfectly.
Comment 1 Alex Szpakowski 2015-08-26 14:11:53 UTC
I had filed this bug just the other day. ;)

I also have a patch which I plan to apply, maybe later today.

*** This bug has been marked as a duplicate of bug 3081 ***