oops, time to go to bed
authorPatrice Mandin <pmandin@freedesktop.org>
Fri, 8 Sep 2006 23:19:45 +0000 (23:19 +0000)
committerPatrice Mandin <pmandin@freedesktop.org>
Fri, 8 Sep 2006 23:19:45 +0000 (23:19 +0000)
src/mesa/drivers/dri/nouveau/nv10_swtcl.c

index 55507b2..31a54b3 100644 (file)
@@ -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;  \