diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:52:24 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:52:24 +0100 |
commit | 148e889149f5ecc3dc2473f2a9e01572eeb037d3 (patch) | |
tree | 29c05392b558d299905b74925780c601e20c04cf /src/radeon_exa.c | |
parent | ad8629e3323efe484dd1421d94dd934e1bfafe56 (diff) |
radeon: drop more wrapper macros.
Signed-off-by: Dave Airlie <airlied@redhat.com>
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 |