summaryrefslogtreecommitdiff
path: root/exa/exa_unaccel.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2007-08-30 13:54:18 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2007-09-07 18:41:32 +0200
commitea92ea415665e294a1ba233e9a1d39b6daa0cee1 (patch)
tree101eec0d43b0fe9a7361e3ae0fe245dbde19a7c5 /exa/exa_unaccel.c
parentaa2ed73e0ec881947c969b67269e3206da4de359 (diff)
EXA: exaGetImage improvements.
Use the new migration infrastructure to cache FB bits we need in the system copy, for the benefit of repeated calls.
Diffstat (limited to 'exa/exa_unaccel.c')
-rw-r--r--exa/exa_unaccel.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/exa/exa_unaccel.c b/exa/exa_unaccel.c
index 970c2cba2..8fb7b526e 100644
--- a/exa/exa_unaccel.c
+++ b/exa/exa_unaccel.c
@@ -265,19 +265,6 @@ ExaCheckPushPixels (GCPtr pGC, PixmapPtr pBitmap,
}
void
-ExaCheckGetImage (DrawablePtr pDrawable,
- int x, int y, int w, int h,
- unsigned int format, unsigned long planeMask,
- char *d)
-{
- EXA_FALLBACK(("from %p (%c)\n", pDrawable,
- exaDrawableLocation(pDrawable)));
- exaPrepareAccess (pDrawable, EXA_PREPARE_SRC);
- fbGetImage (pDrawable, x, y, w, h, format, planeMask, d);
- exaFinishAccess (pDrawable, EXA_PREPARE_SRC);
-}
-
-void
ExaCheckGetSpans (DrawablePtr pDrawable,
int wMax,
DDXPointPtr ppt,