libepoxy icon indicating copy to clipboard operation
libepoxy copied to clipboard

WGL Tests Do Not Include Core Context

Open RobertBColton opened this issue 5 years ago • 2 comments

Despite the name of the source file, the WGL CI test is not actually creating a core context. A core context can only be created through wglCreateContextAttribsARB with WGL_CONTEXT_CORE_PROFILE_BIT_ARB. https://github.com/anholt/libepoxy/blob/d536f78db81853b18ffc733af8a1474e9ca08950/test/wgl_core_and_exts.c#L36

RobertBColton avatar Apr 28 '19 19:04 RobertBColton

Thanks for you patience.

Would it be possible for you to open a pull request with a fix for the test?

ebassi avatar Jan 14 '20 12:01 ebassi

Ok I've sent #217 but I could use some help because I am not sure if I am checking for WGL extensions correctly.

RobertBColton avatar Jan 14 '20 15:01 RobertBColton