diff options
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r-- | src/radeon_exa.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c index 2cfecb33..2c36882c 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -532,20 +532,13 @@ Bool RADEONEXAPixmapIsOffscreen(PixmapPtr pPix) /***********************************************************************/ #define BEGIN_ACCEL(n) BEGIN_RING(2*(n)) -#define OUT_ACCEL_REG(reg, val) OUT_RING_REG(reg, val) -#define FINISH_ACCEL() ADVANCE_RING() #define OUT_RELOC(x, read, write) OUT_RING_RELOC(x, read, write) -#define OUT_RING_F(x) OUT_RING(F_TO_DW(x)) - #ifdef RENDER #include "radeon_exa_render.c" #endif #include "radeon_exa_funcs.c" #undef BEGIN_ACCEL -#undef OUT_ACCEL_REG -#undef FINISH_ACCEL -#undef OUT_RING_F |