diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-08-30 13:54:18 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-09-07 18:41:32 +0200 |
commit | ea92ea415665e294a1ba233e9a1d39b6daa0cee1 (patch) | |
tree | 101eec0d43b0fe9a7361e3ae0fe245dbde19a7c5 /exa/exa_priv.h | |
parent | aa2ed73e0ec881947c969b67269e3206da4de359 (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_priv.h')
-rw-r--r-- | exa/exa_priv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index a8bdbd67e..8e51f5d72 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -265,12 +265,6 @@ ExaCheckPushPixels (GCPtr pGC, PixmapPtr pBitmap, int w, int h, int x, int y); void -ExaCheckGetImage (DrawablePtr pDrawable, - int x, int y, int w, int h, - unsigned int format, unsigned long planeMask, - char *d); - -void ExaCheckGetSpans (DrawablePtr pDrawable, int wMax, DDXPointPtr ppt, |