diff options
author | Keith Packard <keithp@keithp.com> | 2009-09-21 17:21:17 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-09-21 17:24:11 -0700 |
commit | bd817e2d733dfdb1140874b06595ccd1ef39159b (patch) | |
tree | 187be0cc9977aefd6044d0acda8b646eadc88946 /src/i830.h | |
parent | 5e80297d088e8cdbf66d765f7d252dab66c8df86 (diff) |
Split i915/i830 composite_emit_primitive into two functions.
The i915 and i830 take similar but different data when emitting the
primitives, instead of trying to share code here, just split this
apart and avoid potentially breaking things later on.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -791,9 +791,6 @@ i830_transform_is_affine (PictTransformPtr t); void i830_composite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int w, int h); -void i830_emit_composite_primitive(PixmapPtr pDst, int srcX, int srcY, - int maskX, int maskY, int dstX, int dstY, - int w, int h); void i830_done_composite(PixmapPtr pDst); /* i915_render.c */ Bool i915_check_composite(int op, PicturePtr pSrc, PicturePtr pMask, |