diff options
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r-- | src/radeon_exa.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c index 2c36882c..d99bf377 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -531,14 +531,10 @@ Bool RADEONEXAPixmapIsOffscreen(PixmapPtr pPix) #define LEAVE_DRAW(x) TRACE /***********************************************************************/ -#define BEGIN_ACCEL(n) BEGIN_RING(2*(n)) -#define OUT_RELOC(x, read, write) OUT_RING_RELOC(x, read, write) - #ifdef RENDER #include "radeon_exa_render.c" #endif #include "radeon_exa_funcs.c" -#undef BEGIN_ACCEL |