i965: use pack/unpackDouble lowering
[mesa.git] / src / gallium / drivers / virgl / virgl_encode.h
index d7923692793fd28a97d6f807aba5c0aeaeec24bb..030bcd6d16eb95c974ba89a1b3162cd7dee8d793 100644 (file)
 #ifndef VIRGL_ENCODE_H
 #define VIRGL_ENCODE_H
 
-#include "virgl_context.h"
+#include "pipe/p_defines.h"
+#include "pipe/p_state.h"
+
+#include "virgl_winsys.h"
+
+struct tgsi_token;
+
+struct virgl_context;
+struct virgl_resource;
+struct virgl_sampler_view;
+
 struct virgl_surface {
    struct pipe_surface base;
    uint32_t handle;