From: José Fonseca Date: Wed, 7 May 2014 13:10:20 +0000 (+0100) Subject: st/wgl: Advertise WGL_ARB_create_context(_profile). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98934f4abafc38a19c1b5bd5d48a4f920599b2b0;p=mesa.git st/wgl: Advertise WGL_ARB_create_context(_profile). We added wglCreateContextAttribsARB but not the extension strings. This allows creation of GL 3.x contexts. Reviewed-by: Brian Paul --- diff --git a/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c b/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c index 566f78cea16..06a152bd51f 100644 --- a/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c +++ b/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c @@ -35,6 +35,8 @@ static const char *stw_extension_string = + "WGL_ARB_create_context " + "WGL_ARB_create_context_profile " "WGL_ARB_extensions_string " "WGL_ARB_multisample " "WGL_ARB_pbuffer "