svga: start using SVGA3dCmdIntraSurfaceCopy command for svga_blit.
[mesa.git] / src / gallium / drivers / swr / swr_screen.h
index 81b1a18b028cb69df838dcf1cf0efac3f0d8dd4a..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"
 
@@ -49,10 +50,9 @@ struct swr_screen {
    uint32_t client_copy_limit;
 
    HANDLE hJitMgr;
-#if USE_SIMD16_SHADERS
-   HANDLE hJitMgr16;
-#endif
 
+   /* Dynamic backend implementations */
+   util_dl_library *pLibrary;
    PFNSwrGetInterface pfnSwrGetInterface;
 
    /* Do we run on Xeon Phi? */