diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-18 23:54:13 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-24 09:32:30 +0100 |
commit | bc41f84e01f18548b05c670e1fd0d641adc28d0f (patch) | |
tree | 865f756045b44fadc6ee78edbc01f4d70a53ee3b /src/i830.h | |
parent | 4a3476ea094e84887fefb558e0bba023fee34151 (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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |