summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_cmd.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2016-06-22 20:38:06 -0600
committerBrian Paul <[email protected]>2016-06-30 14:32:10 -0600
commit29a38f37ee5f090a6964caff42825259b8f39bbc (patch)
tree3faaba0a7732ff2f346bcf69e0fa5f95ecc90961 /src/gallium/drivers/svga/svga_cmd.h
parent88a344253c2091f7935b3dfc7fe3be99b76033a3 (diff)
svga: add SVGA3D_vgpu10_BufferCopy()
Acked-by: Roland Scheidegger <[email protected]> Reviewed-by: Charmaine Lee <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_cmd.h')
-rw-r--r--src/gallium/drivers/svga/svga_cmd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_cmd.h b/src/gallium/drivers/svga/svga_cmd.h
index 26e4690e649..06e1b4a3253 100644
--- a/src/gallium/drivers/svga/svga_cmd.h
+++ b/src/gallium/drivers/svga/svga_cmd.h
@@ -642,4 +642,10 @@ enum pipe_error
SVGA3D_vgpu10_GenMips(struct svga_winsys_context *swc,
const SVGA3dShaderResourceViewId shaderResourceViewId,
struct svga_winsys_surface *view);
+
+enum pipe_error
+SVGA3D_vgpu10_BufferCopy(struct svga_winsys_context *swc,
+ struct svga_winsys_surface *src,
+ struct svga_winsys_surface *dst,
+ unsigned srcx, unsigned dstx, unsigned width);
#endif /* __SVGA3D_H__ */