From: Patrice Mandin Date: Fri, 8 Sep 2006 23:19:45 +0000 (+0000) Subject: oops, time to go to bed X-Git-Tag: 062012170305~20010^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae481e1560d0c99b6fb2c4b240f9b99dafd9c4b1;p=profile%2Fivi%2Fmesa.git oops, time to go to bed --- diff --git a/src/mesa/drivers/dri/nouveau/nv10_swtcl.c b/src/mesa/drivers/dri/nouveau/nv10_swtcl.c index 55507b2..31a54b3 100644 --- a/src/mesa/drivers/dri/nouveau/nv10_swtcl.c +++ b/src/mesa/drivers/dri/nouveau/nv10_swtcl.c @@ -672,7 +672,7 @@ static inline void nv10OutputVertexFormat(struct nouveau_context* nmesa, GLuint if (nmesa->screen->card_type==NV_10) { int size; -#define NV10_SET_VERTEX_ATTRIB(i,j,k) \ +#define NV10_SET_VERTEX_ATTRIB(i,j) \ do { \ size = attr_size[j] << 4; \ size |= (attr_size[j]*4) << 8; \