From ced0cc8bb28106c18473777bb184872786325e99 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 5 Sep 2009 09:05:36 +0100 Subject: i830: Update comments i830_composite() is no longer shared with i915 but i830_emit_composite_primitive() is. Signed-off-by: Chris Wilson --- src/i830_render.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i830_render.c b/src/i830_render.c index ada2c1f1..74031253 100644 --- a/src/i830_render.c +++ b/src/i830_render.c @@ -588,6 +588,10 @@ i830_emit_composite_state(ScrnInfoPtr pScrn) } } +/* Emit the vertices for a single composite rectangle. + * + * This function is shared between i830 and i915 generation code. + */ void i830_emit_composite_primitive(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, @@ -733,8 +737,6 @@ i830_emit_composite_primitive(PixmapPtr pDst, int srcX, int srcY, /** * Do a single rectangle composite operation. - * - * This function is shared between i830 and i915 generation code. */ void i830_composite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, -- cgit v1.2.3