From 148e889149f5ecc3dc2473f2a9e01572eeb037d3 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 15 Jun 2012 16:52:24 +0100 Subject: radeon: drop more wrapper macros. Signed-off-by: Dave Airlie --- src/radeon_exa.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/radeon_exa.c') 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 -- cgit v1.2.3