diff options
author | Ben Skeggs <[email protected]> | 2006-12-08 03:04:10 +0000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2006-12-08 03:04:10 +0000 |
commit | 1d6f13986c40c014708175ed3289811d03a8c724 (patch) | |
tree | 73a6680a1f0952ac4bc61a3809b1efc0d84a288d | |
parent | 4cfb762c3eb2ea9a764c7ba0811c338ef5fba8fe (diff) |
oops, we don't want this by default just yet...
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_object.h b/src/mesa/drivers/dri/nouveau/nouveau_object.h index f555eba9b40..a49a39719ba 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_object.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_object.h @@ -3,7 +3,7 @@ #include "nouveau_context.h" -#define ALLOW_MULTI_SUBCHANNEL +//#define ALLOW_MULTI_SUBCHANNEL void nouveauObjectInit(nouveauContextPtr nmesa); |