diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-18 23:54:13 +0100 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-05-25 16:23:29 +0100 |
commit | 3effdababd831a4956f8dd2d956cf0efd3f37cfc (patch) | |
tree | 9e9739aba68b1d69fd293043ebe1fb9a843ac0e4 /src/i830.h | |
parent | 1e7f08c3d8bd261db866d3ef1c7fc27d08d727a0 (diff) |
i915: Emit composite primitive with specialised functions.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
(cherry picked from commit bc41f84e01f18548b05c670e1fd0d641adc28d0f)
Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -605,6 +605,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; |