Mesa (master): st/wgl: Advertise WGL_ARB_create_context(_profile).

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed May 7 15:18:32 UTC 2014


Module: Mesa
Branch: master
Commit: 98934f4abafc38a19c1b5bd5d48a4f920599b2b0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=98934f4abafc38a19c1b5bd5d48a4f920599b2b0

Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed May  7 14:10:20 2014 +0100

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 at vmware.com>

---

 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 "




More information about the mesa-commit mailing list