summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-12-17 14:29:04 +1000
committerDave Airlie <airlied@redhat.com>2009-12-22 10:23:41 +1000
commit9373287a1b6ddb7b96ee10220d282a0f11ae24a2 (patch)
treee7cdd9c47166e925ac0a822b6883c1439bca89a1 /src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
parent9d2910ee0fd2d8ef95c6948598f702bf5a9e0d44 (diff)
radeon/r600: use new libdrm_radeon api
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h b/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
index 4520a7d7d4..6c2648b6bd 100644
--- a/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
+++ b/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
@@ -18,8 +18,11 @@
#define RADEON_TILING_MACRO 0x1
#define RADEON_TILING_MICRO 0x2
#define RADEON_TILING_SWAP 0x4
+
+#ifndef RADEON_TILING_SURFACE
#define RADEON_TILING_SURFACE 0x8 /* this object requires a surface
* when mapped - i.e. front buffer */
+#endif
/* to be used to build locally in mesa with no libdrm bits */
#include "../radeon/radeon_bo_drm.h"