diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-05 09:05:36 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-05 11:06:44 +0100 |
commit | ced0cc8bb28106c18473777bb184872786325e99 (patch) | |
tree | 013f96b3f106f7466b895b6b4fdaddf14acb05ef | |
parent | 8863706e25a73f68993d946e2f1c1040bae0f9c5 (diff) |
i830: Update comments
i830_composite() is no longer shared with i915 but
i830_emit_composite_primitive() is.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/i830_render.c | 6 |
1 files 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, |