tests: Can now check for extension we support.
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 31 Oct 2014 22:16:00 +0000 (16:16 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 31 Oct 2014 22:16:00 +0000 (16:16 -0600)
tests/common.c

index e99e9a7..bd8d675 100644 (file)
@@ -111,8 +111,7 @@ void app_gpu_init_extensions(struct app_gpu *gpu)
     XGL_UINT i;
 
     static const XGL_CHAR *known_extensions[] = {
-        (const XGL_CHAR *) "some_extension",
-        (const XGL_CHAR *) "XGL_COMPILE_GLSL",
+        (const XGL_CHAR *) "XGL_WSI_X11",
     };
 
     for (i = 0; i < ARRAY_SIZE(known_extensions); i++) {