summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_blit.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2009-01-30 01:53:50 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2009-01-30 01:53:50 +0100
commit48f7d86b7cbd9e926d9c2fba6e355573a546f442 (patch)
treeec96012d532ee8773c582acf3d2d8f67fb43bc3f /src/gallium/drivers/i915simple/i915_blit.h
parent444e98de31c5456008a4b3568373db02ddc5385f (diff)
i915: Fix surface operations
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_blit.h')
-rw-r--r--src/gallium/drivers/i915simple/i915_blit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/i915simple/i915_blit.h b/src/gallium/drivers/i915simple/i915_blit.h
index 6e5b44e124..0bb3453861 100644
--- a/src/gallium/drivers/i915simple/i915_blit.h
+++ b/src/gallium/drivers/i915simple/i915_blit.h
@@ -33,10 +33,10 @@
extern void i915_copy_blit(struct i915_context *i915,
unsigned do_flip,
unsigned cpp,
- short src_pitch,
+ unsigned short src_pitch,
struct pipe_buffer *src_buffer,
unsigned src_offset,
- short dst_pitch,
+ unsigned short dst_pitch,
struct pipe_buffer *dst_buffer,
unsigned dst_offset,
short srcx, short srcy,
@@ -45,7 +45,7 @@ extern void i915_copy_blit(struct i915_context *i915,
extern void i915_fill_blit(struct i915_context *i915,
unsigned cpp,
- short dst_pitch,
+ unsigned short dst_pitch,
struct pipe_buffer *dst_buffer,
unsigned dst_offset,
short x, short y,