summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-06-15 16:01:53 +0100
committerDave Airlie <airlied@redhat.com>2012-06-15 16:03:50 +0100
commit95cbbe999418c72dc407069d31e759d70f49ab16 (patch)
treef2705d2db03353ec815da72d26dd540c2602ec6a /src/radeon_exa.c
parent18d5ae3bd9075ac1a2ee21b071ac133e2e634b62 (diff)
drop RING_LOCALS/ACCEL_PREAMBLE
these were unused now. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r--src/radeon_exa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c
index e081f3db..2cfecb33 100644
--- a/src/radeon_exa.c
+++ b/src/radeon_exa.c
@@ -531,8 +531,6 @@ Bool RADEONEXAPixmapIsOffscreen(PixmapPtr pPix)
#define LEAVE_DRAW(x) TRACE
/***********************************************************************/
-#define ACCEL_PREAMBLE() \
- RING_LOCALS;
#define BEGIN_ACCEL(n) BEGIN_RING(2*(n))
#define OUT_ACCEL_REG(reg, val) OUT_RING_REG(reg, val)
#define FINISH_ACCEL() ADVANCE_RING()
@@ -545,7 +543,6 @@ Bool RADEONEXAPixmapIsOffscreen(PixmapPtr pPix)
#endif
#include "radeon_exa_funcs.c"
-#undef ACCEL_PREAMBLE
#undef BEGIN_ACCEL
#undef OUT_ACCEL_REG
#undef FINISH_ACCEL