diff options
author | Roland Scheidegger <[email protected]> | 2010-05-29 01:28:21 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-05-29 01:28:21 +0200 |
commit | 4bc7b14224bfb9c5efe37e1505345fb90ba69d9e (patch) | |
tree | f98ac222dae92365a416782d28483f3c83ed4678 /src/gallium/drivers/i915/i915_blit.h | |
parent | 10baf7ec1d31552a268c38422619abc131a37e2b (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.h | 1 |
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 43f8e7c9aad..d82d2f258e1 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, |