commit | bec90a022ffe5e77f6fd3f5aa7c76a70a662e791 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Wed Aug 06 12:33:03 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Wed Aug 06 12:34:26 2014 +0800 |
tree | 3658bdf6038b6d88bf97c6c75c55a185ff0d3f61 | |
parent | 0b9a73720abbc3e1229507a4a97e0209976b7610 [diff] [blame] |
intel: move intelGetGpuInfo and intelGetExtensionSupport Move them to gpu.c.
diff --git a/icd/intel/dispatch_tables.c b/icd/intel/dispatch_tables.c index f067d4d..4f84abb 100644 --- a/icd/intel/dispatch_tables.c +++ b/icd/intel/dispatch_tables.c
@@ -23,9 +23,9 @@ */ #include "icd.h" -#include "dispatch_tables.h" #include "dev.h" -#include "gen7_functions.h" +#include "gpu.h" +#include "dispatch_tables.h" static XGL_RESULT XGLAPI intelGetDeviceQueue( XGL_DEVICE device,