Merge branch '7.8'
[mesa.git] / src / gallium / drivers / svga / svga_cmd.h
index 804105476907272496625214b957c5c1bf095d90..0e568d78e657c520e4ce1b3b87c348d8c678d492 100644 (file)
@@ -41,7 +41,6 @@
 #include "pipe/p_defines.h"
 
 
-struct pipe_buffer;
 struct pipe_surface;
 struct svga_transfer;
 struct svga_winsys_context;
@@ -111,7 +110,8 @@ SVGA3D_BufferDMA(struct svga_winsys_context *swc,
                  struct svga_winsys_surface *host,
                  SVGA3dTransferType transfer,
                  uint32 size,
-                 uint32 offset,
+                 uint32 guest_offset,
+                 uint32 host_offset,
                  SVGA3dSurfaceDMAFlags flags);
 
 /*