From df5e2b934bc18cd17ac512e6746df64019014a7d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 4 Jun 2005 22:09:27 +0000 Subject: set OLD_RENDERBUFFER=0, need to clean up a few more things before totally removing that --- src/mesa/main/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/config.h') diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 456f8ce76a..476ed63aad 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -324,7 +324,7 @@ /* XXX these are temporary */ #define NEW_RENDERBUFFER 1 -#define OLD_RENDERBUFFER 1 +#define OLD_RENDERBUFFER 0 #endif /* CONFIG_H */ -- cgit v1.2.3