diff options
Diffstat (limited to 'src/gallium/drivers/swr/swr_screen.h')
-rw-r--r-- | src/gallium/drivers/swr/swr_screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/swr_screen.h b/src/gallium/drivers/swr/swr_screen.h index 89faab182c5..b80d8c70ec9 100644 --- a/src/gallium/drivers/swr/swr_screen.h +++ b/src/gallium/drivers/swr/swr_screen.h @@ -28,6 +28,7 @@ #include "pipe/p_screen.h" #include "pipe/p_defines.h" +#include "util/u_dl.h" #include "util/u_format.h" #include "api.h" @@ -50,6 +51,8 @@ struct swr_screen { HANDLE hJitMgr; + /* Dynamic backend implementations */ + util_dl_library *pLibrary; PFNSwrGetInterface pfnSwrGetInterface; /* Do we run on Xeon Phi? */ |