summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_context.h
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-04-27 16:25:50 +0200
committerRoland Scheidegger <sroland@vmware.com>2010-04-27 16:25:50 +0200
commit9a966b93c03aecac8eb72e6133aa9a2f2c7673f3 (patch)
tree2c439306564d3e6c5281618b33213f6ef4c2ea16 /src/gallium/include/pipe/p_context.h
parentaac2cccccfd701ae8d7ce0813c28c64498d4a076 (diff)
gallium: fix glaring bugs in last commit
Diffstat (limited to 'src/gallium/include/pipe/p_context.h')
-rw-r--r--src/gallium/include/pipe/p_context.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h
index c38548105c..6ce8ba953a 100644
--- a/src/gallium/include/pipe/p_context.h
+++ b/src/gallium/include/pipe/p_context.h
@@ -265,8 +265,7 @@ struct pipe_context {
void (*resource_fill_region)(struct pipe_context *pipe,
struct pipe_resource *dst,
struct pipe_subresource subdst,
- struct pipe_box *dstbox,
- unsigned srcx, unsigned srcy, unsigned srcz,
+ unsigned dstx, unsigned dsty, unsigned dstz,
unsigned width, unsigned height,
unsigned value);