projects
/
platform
/
upstream
/
Vulkan-LoaderAndValidationLayers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe9b65
)
tests: Can now check for extension we support.
author
Courtney Goeltzenleuchter
<courtney@LunarG.com>
Fri, 31 Oct 2014 22:16:00 +0000
(16:16 -0600)
committer
Courtney Goeltzenleuchter
<courtney@LunarG.com>
Fri, 31 Oct 2014 22:16:00 +0000
(16:16 -0600)
tests/common.c
patch
|
blob
|
history
diff --git
a/tests/common.c
b/tests/common.c
index
e99e9a7
..
bd8d675
100644
(file)
--- a/
tests/common.c
+++ b/
tests/common.c
@@
-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++) {