commit | 251e7d9a01abddd9074fe9fb5ac02b66f92cddb0 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Aug 19 13:35:42 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Tue Aug 19 13:47:08 2014 +0800 |
tree | b56b5583c1e480db50ecb430e6806d23cd8944cd | |
parent | 730e5364fd51367cf26d518454c6ca987a7a2e3f [diff] [blame] |
intel: move stubs to the respective source files
diff --git a/icd/intel/gpu.c b/icd/intel/gpu.c index eb04e1a..bc85c85 100644 --- a/icd/intel/gpu.c +++ b/icd/intel/gpu.c
@@ -382,3 +382,11 @@ return (intel_gpu_has_extension(gpu, (const char *) pExtName)) ? XGL_SUCCESS : XGL_ERROR_INVALID_EXTENSION; } + +XGL_RESULT XGLAPI intelGetMultiGpuCompatibility( + XGL_PHYSICAL_GPU gpu0, + XGL_PHYSICAL_GPU gpu1, + XGL_GPU_COMPATIBILITY_INFO* pInfo) +{ + return XGL_ERROR_UNAVAILABLE; +}