From 138b7ef4d97734aea56d86c3d9add15dfa841dcf Mon Sep 17 00:00:00 2001 From: Aapo Tahkola Date: Sun, 1 May 2005 23:36:43 +0000 Subject: Add support to external tnl switcher and disable hw tnl by default. --- src/mesa/drivers/dri/r300/r300_context.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/r300/r300_context.c') diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c index 42c80e7ced..e4aa7ccb22 100644 --- a/src/mesa/drivers/dri/r300/r300_context.c +++ b/src/mesa/drivers/dri/r300/r300_context.c @@ -62,7 +62,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "utils.h" #include "xmlpool.h" /* for symbolic values of enum-type options */ -int hw_tcl_on=1; +/* hw_tcl_on derives from future_hw_tcl_on when its safe to change it. */ +int future_hw_tcl_on=0; +int hw_tcl_on=0; /* Extension strings exported by the R300 driver. */ -- cgit v1.2.3