svga: start using SVGA3dCmdIntraSurfaceCopy command for svga_blit.
[mesa.git] / src / gallium / drivers / swr / swr_screen.h
index a11ea9f41deb387b2930b7c49b7530aabc3eca6c..b80d8c70ec97a913cf0155644d02a396461d7f5a 100644 (file)
@@ -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,7 +51,12 @@ struct swr_screen {
 
    HANDLE hJitMgr;
 
+   /* Dynamic backend implementations */
+   util_dl_library *pLibrary;
    PFNSwrGetInterface pfnSwrGetInterface;
+
+   /* Do we run on Xeon Phi? */
+   bool is_knl;
 };
 
 static INLINE struct swr_screen *