diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-16 00:14:11 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-16 00:14:11 +0000 |
commit | dc0354104cb4057dfcc7b2ccb8e2ae8474d70b15 (patch) | |
tree | e1badf347bf977fa1631f90a7997a0398c842639 /exa/exa.h | |
parent | c170aa830d0ce3dbff6b30081e04c3f91bf921be (diff) |
Move EXA implementation up to the top level and remove its XFree86
dependencies. It was nearly abstract enough already to be used by
multiple DDXes. This will be useful for EXA development through
providing a fake acceleration implementation within Xephyr, so that
testing can be done on new EXA code without worrying about buggy
drivers.
Diffstat (limited to 'exa/exa.h')
-rw-r--r-- | exa/exa.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -249,6 +249,9 @@ exaGetPixmapPitch(PixmapPtr pPix); unsigned long exaGetPixmapSize(PixmapPtr pPix); +void +exaEnableDisableFBAccess (int index, Bool enable); + #define exaInitCard(exa, sync, memory_base, off_screen_base, memory_size, \ offscreen_byte_align, offscreen_pitch, flags, \ max_x, max_y) \ |