diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-07-03 00:39:45 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-07-03 00:39:45 +0200 |
commit | 22f165f290f57e638d198f24a37f62fc16b72bae (patch) | |
tree | 4ff24e778516f0af6d46556aa9f300d7f5356d20 /src/radeon_accel.c | |
parent | ea5105230c7c3519730b8d3c250e9ba9a4e4374a (diff) |
Build and warning fixes for !defined(USE_XAA).
Diffstat (limited to 'src/radeon_accel.c')
-rw-r--r-- | src/radeon_accel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c index b18b6d4..6309771 100644 --- a/src/radeon_accel.c +++ b/src/radeon_accel.c @@ -96,6 +96,7 @@ #include "xf86.h" +#ifdef USE_XAA static struct { int rop; int pattern; @@ -117,6 +118,7 @@ static struct { { RADEON_ROP3_DSan, RADEON_ROP3_DPan }, /* GXnand */ { RADEON_ROP3_ONE, RADEON_ROP3_ONE } /* GXset */ }; +#endif /* The FIFO has 64 slots. This routines waits until at least `entries' * of these slots are empty. |