summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_context.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-09-16 13:48:45 +1000
committerDave Airlie <airlied@linux.ie>2009-09-16 13:48:45 +1000
commit858a2a2ac7b1c8f1a7f7c4b3c66b3919989798d4 (patch)
treeca2062a8df5d10c3b65af9759b4370e8baff23ca /src/mesa/drivers/dri/r600/r600_context.c
parenta6a21eb00dbd262b2835456bef8172b36df5c1ea (diff)
radeon: cleanup compile defines mess.
I inherited this and really it stayed around far too long, make it nice and simple.
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_context.c')
-rw-r--r--src/mesa/drivers/dri/r600/r600_context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c
index 07a7bcf11f..f8fd9c13d7 100644
--- a/src/mesa/drivers/dri/r600/r600_context.c
+++ b/src/mesa/drivers/dri/r600/r600_context.c
@@ -385,9 +385,6 @@ GLboolean r600CreateContext(const __GLcontextModes * glVisual,
if (driQueryOptionb(&r600->radeon.optionCache, "no_rast")) {
radeon_warning("disabling 3D acceleration\n");
-#if R200_MERGED
- FALLBACK(&r600->radeon, RADEON_FALLBACK_DISABLE, 1);
-#endif
}
return GL_TRUE;