X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fsvga%2Fsvga_resource_texture.h;h=1ff42fabab9d86a8d55b3d85741c622e7a093f28;hb=52381a7ffba908410f7a53855f082401fca7293a;hp=0602fa00873fe41e1dc0845f18f95adac6c80b9a;hpb=c1e60a61e8ca3bdac0530ad1aeb3c751f273b73d;p=mesa.git diff --git a/src/gallium/drivers/svga/svga_resource_texture.h b/src/gallium/drivers/svga/svga_resource_texture.h index 0602fa00873..1ff42fabab9 100644 --- a/src/gallium/drivers/svga/svga_resource_texture.h +++ b/src/gallium/drivers/svga/svga_resource_texture.h @@ -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; };