From fa8e54ef69eafd803a9748572b36b397a2afcd37 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Wed, 22 Oct 2014 18:13:16 -0600 Subject: Make layer activation via CreateDevice struct or env variable Also finish making all activated layers per icd and per gpu. --- loader/loader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/loader.h') diff --git a/loader/loader.h b/loader/loader.h index d8191421..47802d4e 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -40,6 +40,6 @@ # define LOADER_EXPORT #endif -extern XGL_UINT ActivateLayers(XGL_PHYSICAL_GPU *gpu); -#define MAX_LAYER_LIBRARIES 16 +extern XGL_UINT ActivateLayers(XGL_PHYSICAL_GPU *gpu, const XGL_DEVICE_CREATE_INFO* pCreateInfo); +#define MAX_LAYER_LIBRARIES 64 #endif /* LOADER_H */ -- cgit v1.2.3