st/wgl: Advertise WGL_ARB_create_context(_profile).
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 7 May 2014 13:10:20 +0000 (14:10 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 7 May 2014 15:15:45 +0000 (16:15 +0100)
We added wglCreateContextAttribsARB but not the extension strings.

This allows creation of GL 3.x contexts.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c

index 566f78c..06a152b 100644 (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 "