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 <brianp@vmware.com>
This commit is contained in:
José Fonseca 2014-05-07 14:10:20 +01:00
parent aee501060b
commit 98934f4aba
1 changed files with 2 additions and 0 deletions

View File

@ -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 "