summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_blitter.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-07-27 21:27:14 +0200
committerMarek Olšák <[email protected]>2012-08-04 13:53:07 +0200
commit8aaf6972d128551dd720b3e3525806d39aad6f53 (patch)
tree7a577612558b86b80689dada8b0582d333cfcb85 /src/gallium/auxiliary/util/u_blitter.h
parent67a3e5bc32fe359b54121355295e6a19a24b44eb (diff)
gallium/u_blitter: minor cleanup
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_blitter.h')
-rw-r--r--src/gallium/auxiliary/util/u_blitter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/util/u_blitter.h b/src/gallium/auxiliary/util/u_blitter.h
index 8d6be78e2da..2632f3ad0dc 100644
--- a/src/gallium/auxiliary/util/u_blitter.h
+++ b/src/gallium/auxiliary/util/u_blitter.h
@@ -187,10 +187,10 @@ void util_blitter_clear_depth_custom(struct blitter_context *blitter,
*/
void util_blitter_copy_texture(struct blitter_context *blitter,
struct pipe_resource *dst,
- unsigned dstlevel,
+ unsigned dst_level,
unsigned dstx, unsigned dsty, unsigned dstz,
struct pipe_resource *src,
- unsigned srclevel,
+ unsigned src_level,
const struct pipe_box *srcbox,
boolean ignore_stencil);