diff options
author | Keith Packard <keithp@neko.keithp.com> | 2007-01-07 23:00:48 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-07 23:00:48 -0800 |
commit | d9dd9013a8530bcafcdb2c5fed2b01a22bfca69b (patch) | |
tree | c27c9df8fc54f003faa54cbc7c071fb447592771 /src | |
parent | 62db3cc34982d2fec9165633813ef6e656f7d497 (diff) | |
parent | 026939b00897665f97669bafb1d486a71f90f935 (diff) |
Merge branch 'origin'
Diffstat (limited to 'src')
-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 d5fcc6df8d..b1ff5a5d0d 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); |