summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-05-18 23:54:13 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-05-24 09:32:30 +0100
commitbc41f84e01f18548b05c670e1fd0d641adc28d0f (patch)
tree865f756045b44fadc6ee78edbc01f4d70a53ee3b /src/i830.h
parent4a3476ea094e84887fefb558e0bba023fee34151 (diff)
i915: Emit composite primitive with specialised functions.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index bf0fc49d..0b638f22 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -360,6 +360,11 @@ typedef struct intel_screen_private {
uint32_t prim_offset;
uint32_t prim_count;
+ void (*prim_emit)(PixmapPtr dest,
+ int srcX, int srcY,
+ int maskX, int maskY,
+ int dstX, int dstY,
+ int w, int h);
/* 965 render acceleration state */
struct gen4_render_state *gen4_render_state;