aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_context.h
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2007-05-09 19:24:59 +0000
committerOliver McFadden <[email protected]>2007-05-09 19:24:59 +0000
commit56c2f7bb42eaeb443e2e273383d1d5974fc89e03 (patch)
treef72bf3adde317de5474633eca82b3ec35ecf8489 /src/mesa/drivers/dri/r300/r300_context.h
parentdf747eb354ca71227c9aa8aa10753be11203ca23 (diff)
r300: Removed the dangerous R300_SPAN_DISABLE_LOCKING flag.
Enabling R300_SPAN_DISABLE_LOCKING would probably cause more lockups; I think there are a couple of other little bugs in this code, too. It's best to remove it.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index 9f36c4238cd..8dc8f981994 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -871,7 +871,6 @@ struct r300_context {
#endif
GLboolean texmicrotile;
- GLboolean span_dlocking;
GLboolean disable_lowimpact_fallback;
};