diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-31 12:15:38 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-31 12:15:38 -0800 |
commit | e62751db8b1a631c22ba0f77c932be4ab39ba741 (patch) | |
tree | 1dc92c929dbb6afe91af1952826e6b1240b5831b /src/i830_exa.c | |
parent | 4cd552e8f4851e029e43bf778cd8340f6c2c4881 (diff) |
Add an accelerated path for rotation Render operations in XAA.
The now-generic (kind of) EXA code will be cleaned up and moved to generic
files in a later commit.
Diffstat (limited to 'src/i830_exa.c')
-rw-r--r-- | src/i830_exa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c index b0d886b0..02d2dcfe 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -314,7 +314,7 @@ i830_get_transformed_coordinates(int x, int y, PictTransformPtr transform, * * This function is shared between i830 and i915 generation code. */ -static void +void IntelEXAComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int w, int h) { @@ -396,7 +396,7 @@ IntelEXAComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, } } -static void +void IntelEXADoneComposite(PixmapPtr pDst) { #if ALWAYS_SYNC |