freedreno/a3xx: shadow sampler support
[mesa.git] / src / gallium / drivers / svga / svga_resource_texture.h
index 0602fa00873fe41e1dc0845f18f95adac6c80b9a..1ff42fabab9d86a8d55b3d85741c622e7a093f28 100644 (file)
@@ -101,6 +101,8 @@ struct svga_transfer
    /* Temporary malloc buffer when we can't allocate a hardware buffer
     * big enough */
    void *swbuf;
+
+   boolean use_direct_map;
 };