summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2017-04-04 13:21:25 -0600
committerBrian Paul <[email protected]>2017-04-07 13:46:44 -0600
commit690fe77835f8684cf32d4688f30d2beb1d7dbfc5 (patch)
tree7a67fb419b1212787a4232216c8686df61dafa6d
parentb1c964447aeb12db49fe2e2d568dd51565d70ab4 (diff)
st/wgl: sort strings in stw_extension_string[] array
Trivial.
-rw-r--r--src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c b/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
index 996eb586d94..904ac151490 100644
--- a/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
+++ b/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
@@ -38,15 +38,15 @@ static const char *stw_extension_string =
"WGL_ARB_create_context "
"WGL_ARB_create_context_profile "
"WGL_ARB_extensions_string "
+ "WGL_ARB_make_current_read "
"WGL_ARB_multisample "
"WGL_ARB_pbuffer "
"WGL_ARB_pixel_format "
"WGL_ARB_render_texture "
"WGL_EXT_create_context_es_profile "
"WGL_EXT_create_context_es2_profile "
- "WGL_ARB_make_current_read "
- "WGL_EXT_swap_control "
- "WGL_EXT_extensions_string";
+ "WGL_EXT_extensions_string "
+ "WGL_EXT_swap_control";
WINGDIAPI const char * APIENTRY