summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_blit.h
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-05-29 01:28:21 +0200
committerRoland Scheidegger <sroland@vmware.com>2010-05-29 01:28:21 +0200
commit4bc7b14224bfb9c5efe37e1505345fb90ba69d9e (patch)
treef98ac222dae92365a416782d28483f3c83ed4678 /src/gallium/drivers/i915/i915_blit.h
parent10baf7ec1d31552a268c38422619abc131a37e2b (diff)
i915g: adapt to clear interface changes
should in theory support separate depth/stencil clears (untested). Also fix some format omissions?
Diffstat (limited to 'src/gallium/drivers/i915/i915_blit.h')
-rw-r--r--src/gallium/drivers/i915/i915_blit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/i915_blit.h b/src/gallium/drivers/i915/i915_blit.h
index 43f8e7c9aa..d82d2f258e 100644
--- a/src/gallium/drivers/i915/i915_blit.h
+++ b/src/gallium/drivers/i915/i915_blit.h
@@ -44,6 +44,7 @@ extern void i915_copy_blit(struct i915_context *i915,
extern void i915_fill_blit(struct i915_context *i915,
unsigned cpp,
+ unsigned rgba_mask,
unsigned short dst_pitch,
struct i915_winsys_buffer *dst_buffer,
unsigned dst_offset,