diff options
author | Brian Paul <[email protected]> | 2005-06-04 22:09:27 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-06-04 22:09:27 +0000 |
commit | df5e2b934bc18cd17ac512e6746df64019014a7d (patch) | |
tree | f03917a11c28d9c98a54548e9a058984307e8639 /src/mesa/main/config.h | |
parent | d96dd3cd49658669833c8110b2f2e8938fe6a544 (diff) |
set OLD_RENDERBUFFER=0, need to clean up a few more things before totally removing that
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 456f8ce76a9..476ed63aadc 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 */ |