diff options
author | Roland Scheidegger <[email protected]> | 2010-05-19 17:14:06 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-05-19 17:14:06 +0200 |
commit | 1adbe2c82dc64b85398d04784ee10c899551479c (patch) | |
tree | b55e5a2259beb6aec9054ddc4503314c1860549c /src/gallium/drivers/i915/i915_blit.h | |
parent | db0ddb7c0196c11cd47066bbf6af3febbefb7100 (diff) |
i915g: remove unused flip parameter
Diffstat (limited to 'src/gallium/drivers/i915/i915_blit.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_blit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_blit.h b/src/gallium/drivers/i915/i915_blit.h index db576ed4c90..43f8e7c9aad 100644 --- a/src/gallium/drivers/i915/i915_blit.h +++ b/src/gallium/drivers/i915/i915_blit.h @@ -31,7 +31,6 @@ #include "i915_context.h" extern void i915_copy_blit(struct i915_context *i915, - unsigned do_flip, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, |