diff options
Diffstat (limited to 'src/i830_render.c')
-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, |