summaryrefslogtreecommitdiff
path: root/exa/exa.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2006-03-01 16:28:34 +0000
committerJesse Barnes <jbarnes@virtuousgeek.org>2006-03-01 16:28:34 +0000
commit044a3abb382a4850722c391f04d09d3160790814 (patch)
treedf833355922862ef00f468fb9f9d049e3d3a3520 /exa/exa.h
parent96ca329382141fd50dccb1cc35a71a333d80bce4 (diff)
Add accelerated two directional blt support to EXA
Diffstat (limited to 'exa/exa.h')
-rw-r--r--exa/exa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exa/exa.h b/exa/exa.h
index 54f07e53d..501f5e787 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -206,7 +206,7 @@ typedef struct _ExaDriver {
#define EXA_OFFSCREEN_PIXMAPS (1 << 0)
#define EXA_OFFSCREEN_ALIGN_POT (1 << 1)
-
+#define EXA_TWO_BITBLT_DIRECTIONS (1 << 2)
#define EXA_MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c))
#define EXA_VERSION \