[Mesa-dev] [PATCH 2/2] st/wgl: Advertise WGL_ARB_create_context(_profile).

jfonseca at vmware.com jfonseca at vmware.com
Wed May 7 06:11:15 PDT 2014


From: José Fonseca <jfonseca at vmware.com>

We added wglCreateContextAttribsARB but not the extension strings.

This allows creation of GL 3.x contents.
---
 src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c b/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
index 566f78c..06a152b 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 "
-- 
1.9.1



More information about the mesa-dev mailing list