diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2006-03-01 16:28:34 +0000 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2006-03-01 16:28:34 +0000 |
commit | 044a3abb382a4850722c391f04d09d3160790814 (patch) | |
tree | df833355922862ef00f468fb9f9d049e3d3a3520 /exa/exa.h | |
parent | 96ca329382141fd50dccb1cc35a71a333d80bce4 (diff) |
Add accelerated two directional blt support to EXA
Diffstat (limited to 'exa/exa.h')
-rw-r--r-- | exa/exa.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |