From: Ben Skeggs Date: Mon, 8 Jan 2007 00:53:45 +0000 (+1100) Subject: nouveau: allow the use of multiple subchannels/objects by default. X-Git-Tag: 062012170305~19970^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=026939b00897665f97669bafb1d486a71f90f935;p=profile%2Fivi%2Fmesa.git nouveau: allow the use of multiple subchannels/objects by default. --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_object.h b/src/mesa/drivers/dri/nouveau/nouveau_object.h index d5fcc6d..b1ff5a5 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);