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 55507b277b9b7c46ec169d7f03d8fca57c2d9fbb..31a54b3e5c88e43ef3ba8746c549710ce763e77d 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;  \